11.07.2015 Views

NetEx EFT213 Reference Manual Rel 5.4

NetEx EFT213 Reference Manual Rel 5.4

NetEx EFT213 Reference Manual Rel 5.4

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Advanced Local User’s GuideIntroductionThis section is intended for users who already have a good working knowledge of <strong>NetEx</strong>/eFT and would liketo learn more details about the product. Site administrators responsible for <strong>NetEx</strong>/eFT as well as those usersdeveloping <strong>NetEx</strong>/eFT scripts and aliases will benefit most from this section.The majority of this section discusses how to develop a custom <strong>NetEx</strong>/eFT interface through the use of stringfunctions, input scripts, and aliases. The remainder of the section discusses advanced topics such as userdefinablehelp files and <strong>NetEx</strong>/eFT batch jobs.Special CharactersSeveral characters have special meaning to <strong>NetEx</strong>/eFT when it is parsing a command line. The position of thecharacter within a line is a determining factor on how <strong>NetEx</strong>/eFT will interpret it. The characters are:* The asterisk is treated as a comment character if it appears as the first character on the command line.That is, <strong>NetEx</strong>/eFT ignores the line. An alternate comment character is the pound sign character (‘#’in the United States). Comments are generally used within <strong>NetEx</strong>/eFT alias definitions and input filesto make them more readable for the user. The following are example <strong>NetEx</strong>/eFT comment lines:eFT> * This is a comment and is ignoredeFT> # The pound sign is treated as a comment too# The pound sign is identical to the ‘*’ character as described above.- The dash character has two meanings within <strong>NetEx</strong>/eFT. First, if it appears as the last character of acommand line, it tells <strong>NetEx</strong>/eFT to continue the command on the next line. <strong>NetEx</strong>/eFT then promptsfor more input. For example:eFT> set alias exampleMore>> text Example of continuing a command on next line.The second use of the dash character is to specify a qualifier to a <strong>NetEx</strong>/eFT command. A qualifiermust follow the dash without any spaces between the two. For example, to turn on quiet mode on theSEND command, the user would specify the QUIET qualifier as below:eFT> send -quiet source_file destination_fileTo tell <strong>NetEx</strong>/eFT to take the dash literally on a command line, escape it by typing two dashes in arow (i.e., ‘--‘).! The exclamation point is used by <strong>NetEx</strong>/eFT as the escape character for special command line processing.Depending upon its position within a command line, it is interpreted several different ways.First, the exclamation point is used to create multicommand aliases when it appears as the last characteron the command line (with no trailing spaces). For example, to create a two command alias calledNAME, the exclamation point is used as follows:eFT> set alias NAME {} ask -prompt "Enter Name: " name !More>> text Hello {name}.REF-eFT213-R<strong>5.4</strong>-08 Advanced Local User’s Guide Page 61

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!