home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / ZCOMMDOC.ZIP / ZCOMMDOC.AE < prev    next >
Text File  |  1995-03-21  |  77KB  |  1,771 lines

  1.  
  2.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  3.       ZCOMM User Manual                                                  121
  4.  
  5.         error.
  6.  
  7.         With n option, fpute transmits only a linefeed at the end of each
  8.         line.  With r option, fpute transmits only a carriage return at the
  9.         end of each line.  Most applications would use one of these options.
  10.  
  11.         CPMEOF (Ctrl-Z) terminates the file transmission unless b option is
  12.         set.
  13.  
  14.         Because fpute waits for the correct echo to each character sent,
  15.         fpute should be used for transmitting characters to programs that
  16.         echo exactly.
  17.  
  18.         Often it is easy to write a simple receive routine to synchronize
  19.         with the sender by echoing each character received.  On some
  20.         microcomputer systems, the device "TTY:" does just that.  Fpute is
  21.         especially useful for "spoon feeding" files to the serial inputs of
  22.         microcomputers and minicomputers.
  23.  
  24.         SEE ALSO: f command
  25.  
  26.       gcolors bgcolor, color1,... Select colors for the graphic file
  27.         transfer display provided with ZCOMM and gYam flavors.  On PCDOS
  28.         (and SCO Unix) flavors, operand values correspond to the video
  29.         numeric parameters.  This command is normally generated by the
  30.         gcolors program described in Chapter 13.
  31.  
  32.         EXAMPLE: gcolors 15,2,12,120,10,6,14,6,31,7,12,2,14,15,15,0,0
  33.         selects a color scheme suitable for Aliens III.
  34.  
  35.  
  36.       get filespec Instructs a remote Kermit server to the transmit the
  37.         specified file(s), then receives them.  The form of filespec varies
  38.         with the remote system; it must be quoted if it contains any special
  39.         characters or spaces.  The get command only operates with a Kermit
  40.         server; use kermit rb to receive files from a regular Kermit
  41.         program.
  42.  
  43.       goback label Search the current script file for label: and execute
  44.         commands starting at that line.  The goback command begins the
  45.         search at the beginning of the file.  It is faster than the goto
  46.         command which begins the search at the current line.
  47.  
  48.         SEE ALSO: goto command
  49.  
  50.       gosub name[.scriptfile] Call a script as a subroutine.  The phone
  51.         directory is searched for name unless another file is specified with
  52.         .scriptfile.  Gosub has the same action as the call command (q.v.),
  53.         but does not reset term options, disconnect the modem, or modify the
  54.         remote parameter.
  55.  
  56.  
  57.  
  58.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  59.  
  60.  
  61.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  62.       ZCOMM User Manual                                                  122
  63.  
  64.         EXAMPLE: gosub dosig Executes the dosig entry in the telephone
  65.         directory.
  66.  
  67.  
  68.         EXAMPLE: gosub .%lib/baud.t Executes the commands in c:/yam/baud.t
  69.         assuming the lib string parameter contains c:/yam.
  70.  
  71.  
  72.         SEE ALSO: call command
  73.  
  74.       goto label Search the current script file for label: and execute
  75.         commands starting at that line.  A label begins at the first column
  76.         and ends with a colon (:).  Iff label precedes the current script
  77.         line, the goback command will locate the target label more quickly.
  78.         The goto command is valid only within a script or telephone
  79.         directory entry.  Please refer to Chapter 99 for examples using the
  80.         pattern, if, goto, and source commands.
  81.  
  82.       grab svar Grab reads a line from the currently open transmit file into
  83.         the specified string parameter svar.  Unless b term option is on,
  84.         all characters starting with the first CR and/or LF are discarded.
  85.         Grab inhibits transmission of the open file until g term option is
  86.         explicitly set by a command.
  87.  
  88.         On end of file the transmit file is closed and the string parameter
  89.         is set empty.  End of file can be tested with the t test condition.
  90.  
  91.         SEE ALSO: putv command
  92.  
  93.       HAndshake {off|sw|on|cts|dsr|dcd|both|slow|ax} Some modems and
  94.         printers cannot accept continuous full speed data.  These devices
  95.         send control characters (XOFF and XON) for flow control, or generate
  96.         a hardware flow control signal on the CTS, DSR, or DCD pin.  The
  97.         Handshake command controls the modem port hardware handshake
  98.         (default sw).[10]
  99.  
  100.         If hardware handshaking is selected, an ON to OFF transition on the
  101.         specified control pin pauses transmission, and an XON character will
  102.         not override the hardware restraint.
  103.  
  104.         After a timeout set by the S numeric parameter (default 60 seconds),
  105.         or if characters are in the keyboard input buffer, a warning message
  106.  
  107.  
  108.       __________
  109.  
  110.       10. ZCOMM automatically disables its software (XON/XOFF) flow control
  111.           when using XMODEM, YMODEM and similar protocols that require all
  112.           256 byte codes.  These protocols may not work if the modem is set
  113.           for software flow control.
  114.  
  115.  
  116.  
  117.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  118.  
  119.  
  120.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  121.       ZCOMM User Manual                                                  123
  122.  
  123.         is displayed, the restraint is released, and characters are sent.
  124.  
  125.         Best for most hardware handshaking applications, handshake on obeys
  126.         output flow control with the CTS input signal, asserts input flow
  127.         control with the RTS output signal, and disables the transmission of
  128.         XOFF characters when the modem input buffer becomes nearly full.
  129.  
  130.         Some computers do not support concurrent disk and serial I/O at high
  131.         speeds.  The handshake slow command drops the RTS signal to the
  132.         modem during disk writes when receiving files with YMODEM-g or
  133.         ZMODEM.  The handshake slow command does not correct overrun
  134.         problems caused by TSRs and multitasking executives.
  135.  
  136.         The handshake both command allows either CTS or XOFF to pause
  137.         output, in addition to asserting input flow control with the RTS
  138.         output.  This is useful when the local modem uses CTS/RTS hardware
  139.         flow control, but calls a timeshaing system or network such as
  140.         GEnie, CompuServe, Telenet, or Tymnet that uses software (XON/XOFF)
  141.         flow control.
  142.  
  143.         The handshake dcd command enables d term option (q.v.).
  144.         Subsequently, selecting a different type of handshaking will disable
  145.         d term option.  Use of handshake dcd is not recommended.
  146.  
  147.         The handshake off command disables all flow control except for XOFF
  148.         characters sent by the term function.
  149.  
  150.         The handshake ax command takes the low order 5 bits of the first
  151.         letter of the command (usually "a") and writes them to the
  152.         8250/16550 UART Modem Control Register.  This hack is specific to
  153.         PCDOS flavors.  A typical application is "ha ax" which raises Data
  154.         Terminal Ready (bit 0) but turns off Request To Send, useful for
  155.         interfacing to the Radio Shack Micronta Cat. No. 22-182 LCD Digital
  156.         Multimeter with PC Interface.  This instrument uses an optical
  157.         coupler and will not communicate unless DTR is ON and RTS is OFF.
  158.  
  159.         The handshake command (without argument) releases flow control
  160.         (allows data to flow if it had been stopped by handshaking).
  161.  
  162.         Changing the communications port with the port or portx command
  163.         disables hardware handshaking.
  164.  
  165.         Operation of the handshake command varies with the operating system
  166.         and hardware used.
  167.  
  168.  
  169.         SEE ALSO: S numeric parameter
  170.  
  171.         EXAMPLE: handshake on Turns on RTS/CTS handshaking.
  172.  
  173.  
  174.  
  175.  
  176.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  177.  
  178.  
  179.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  180.       ZCOMM User Manual                                                  124
  181.  
  182.       help The help command uses the helpfile or xhelpfile string parameter
  183.         depending on whether ZCOMM is in host operation.  Normally, the help
  184.         command displays a command summary, pausing every 24 lines.
  185.  
  186.         If the string parameter begins with the character @, ZCOMM uses the
  187.         rest of the parameter as the initial command to access a pop-up help
  188.         program.  The contents of the f string parameter are added to this
  189.         command, separated by a space.  Thus, if helpfile contains "@yhp
  190.         /umanh.hlp", giving the help command from the main prompt executes
  191.         the DOS command "yhp /umanh.hlp main".
  192.  
  193.         If the called program leaves a file yamhelp.tmp containing script
  194.         commands in the current directory, ZCOMM executes this file with a
  195.         source command and then deletes it.
  196.  
  197.         SEE ALSO: f, helpfile, xhelpfile string parameters, source command
  198.  
  199.       history [histfile] Opens histfile for use as a dual 64 entry history
  200.         file for commands entered both at the ZCOMM command prompt and
  201.         online with the term function.  Histfile is a random access file
  202.         used as a pair of circular buffers to save commands for recall.
  203.         Only a file created by a previous history command may be used with
  204.         the history command.  If the specified histfile does not exist, it
  205.         is created.  Histfile stores commands with T or more characters
  206.         where T is the value of the T (threshold) numeric parameter.
  207.  
  208.         If histfile is not specified with the history command, the current
  209.         history file is updated and closed.
  210.  
  211.         The history command may be given with a different file name whenever
  212.         desired to access useful commands saved from previous sessions with
  213.         a particular host or application.
  214.  
  215.         When history is enabled, the Up and Down function keys scroll
  216.         through previously entered commands.  Ctrl-P and Ctrl-N may be used
  217.         in place of Up and Down respectively.  An old command so selected
  218.         may be edited with editing keys described in Chapter 18 and executed
  219.         with the <ENTER> key.
  220.  
  221.         In the term function, the history accessed with the Up and Down keys
  222.         is displayed and edited in the status line. [11] A Ctrl-X clears the
  223.         recalled text and restores normal status line and keyboard
  224.         operation.
  225.  
  226.  
  227.  
  228.       __________
  229.  
  230.       11. Unix/Xenix flavors only support Backspace editing in this term
  231.           option.
  232.  
  233.  
  234.  
  235.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  236.  
  237.  
  238.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  239.       ZCOMM User Manual                                                  125
  240.  
  241.         EXAMPLE: history /tmp/favbbs.hist
  242.  
  243.  
  244.         SEE ALSO: r command, T numeric parameter
  245.         N.B.: Do not give the history command before you have entered any
  246.         secret passwords from the keyboard as these will be saved in the
  247.         history file.  The history command without an argument closes the
  248.         history file and disables command recall.  Alternatively, the T
  249.         numeric parameter may be set to a large value to inhibit storing of
  250.         passwords in histfile.
  251.  
  252.         Normally, histfile should be an absolute pathname to insure that the
  253.         same file will be used regardless of the directory from which ZCOMM
  254.         is called from.
  255.  
  256.         The history command is not available when Restricted.
  257.         N.B.: Do not attempt to delete an open file on DOS, especially the
  258.         history file.
  259.  
  260.       host The host command conditions ZCOMM to accept incoming calls
  261.         unattended.  Host operation is described in Chapter 28.  The EXIT
  262.         key F1 terminates Host Operation.
  263.         N.B.: The host command is normally given only by a script that sets
  264.         parameters to their appropriate values.  Use the "host" entry in the
  265.         distributed PHODIR.t file as a prototype for your application.
  266.  
  267.         SEE ALSO: remote command
  268.  
  269.       if condition command ... The if command provides powerful condition
  270.         testing for scripts.  If executes the command(s) on the rest of the
  271.         line if condition is true.  Otherwise, execution continues
  272.         immediately with the next script line.  Chapter 27 describes the
  273.         testable conditions.
  274.  
  275.         SEE ALSO: else, on commands
  276.  
  277.       ife condition cmd1 ...; cmd2 ... Execute cmd1 ...  if condition is
  278.         true; otherwise skip to the first semicolon in the rest of the line
  279.         and resume execution (unconditionally) with cmd2.  Iff a semicolon
  280.         is not present, execution resumes at the end of the line, useful
  281.         within the body of a while command.
  282.  
  283.         EXAMPLE: set f5
  284.         @ife %s1 echo "s1 =%s1";  else echo "s1 not set"
  285.  
  286.         (Without the "else", the right half will always execute.)
  287.  
  288.  
  289.       kbdlock N * Controls acceptance of keyboarded characters by the term
  290.         function and during protocol file transfers.  If N is non zero, the
  291.         term function does not act upon key strokes.  If N is greater than
  292.  
  293.  
  294.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  295.  
  296.  
  297.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  298.       ZCOMM User Manual                                                  126
  299.  
  300.         1, key strokes have no effect on protocol transfers.  The Ctrl-Break
  301.         key and the command prompt reset kbdlock to 0.  If N is 257, the
  302.         Ctrl-Break key does not reset Kbdlock.  Kbdlock does not affect the
  303.         k test condition or the accept command.  Characters typed while
  304.         kbdlock is on will become available at the next command prompt,
  305.         accept command, or when kbdlock is reset unless typeahead is purged
  306.         with the purgek command.
  307.  
  308.         SEE ALSO: purgek command, Ctrl-Break key
  309.  
  310.       kbdmon [file] captures keystrokes to file.  If file exists, it is
  311.         appended to.  Function keys are denoted by an 0xFF character
  312.         followed by the code returned by the BIOS.  The kbdmon command
  313.         without an argument closes the file.  This command is not available
  314.         when Restricted.
  315.  
  316.       kermit By itself, selects Kermit or Kermit related parameters for use
  317.         by the !!, p, rb, and sb commands.
  318.  
  319.       Kermit rb [-options] Kermit rb receives files using the Kermit file
  320.         transfer protocol.  Chapter 20 describes the available options.
  321.         File names are given by the sending program.  The Kermit programs
  322.         must have compatible parity settings as described in Chapter 13,
  323.         Kermit Protocol.
  324.  
  325.         Kermit rb receives files from a regular Kermit program; use the get
  326.         command to receive files from a Kermit server.
  327.  
  328.         EXAMPLE: kermit pi1;  kermit rb Downloads files from an IBM
  329.         mainframe.
  330.  
  331.  
  332.         ZCOMM's term function will sense the remote Kermit's parity setting
  333.         and download files without user intervention When the remote Kermit
  334.         starts sending, if K (Kermit autodownload) term option is enabled
  335.         (the default).
  336.  
  337.       Kermit sb [-options] pathspec Kermit sb sends the specified files to
  338.         either a regular Kermit program or a Kermit server.  Chapter 20
  339.         describes the available options.  The Kermit programs must have
  340.         compatible parity settings as described in Chapter 13, Kermit
  341.         Protocol.
  342.  
  343.         EXAMPLE: kermit pi1;  kermit sb file ...  Sends the specified files
  344.         to an IBM mainframe.
  345.  
  346.  
  347.       keys, ALT-K Keys displays the definitions the user has assigned to the
  348.         function keys.
  349.  
  350.  
  351.  
  352.  
  353.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  354.  
  355.  
  356.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  357.       ZCOMM User Manual                                                  127
  358.  
  359.       ki Clears the y0...y127 string parameters and causes circular buffer
  360.         writing operations to ignore data from the remote which has already
  361.         been displayed.  This data is still available to the review
  362.         function.
  363.  
  364.  
  365.         EXAMPLE: The script fragment
  366.  
  367.             pat 1c "///BEGIN///"   "@ki create -+ print.fil"
  368.             pat 2c "///END///"   "@close"
  369.             wait -f30000
  370.  
  371.         will capture the data that arrives between "///BEGIN///" and the end
  372.         of the string "///END///".  Other data from the remote will not be
  373.         captured to disk.  The long pattern match fail time (30000 seconds)
  374.         makes the the cycle repeat almost indefinitely.
  375.  
  376.  
  377.         SEE ALSO: W term option
  378.  
  379.       kill Erases (flushes) all data stored in the circular buffer and
  380.         restores the buffer pointers to their initial positions.
  381.  
  382.       kill [-signum] procnum Available on Unix and OS/2 flavors, this form
  383.         of the kill command supports interprocess communications.  If signum
  384.         is absent, the kill command checks for the existence of the
  385.         specified process, but does not send it a signal.  Success sets the
  386.         ?  numeric parameter to 0, otherwise -1.
  387.  
  388.         SEE ALSO: createx command, Unix kill(1)
  389.  
  390.       l, ll, ls, lx For Unix users, synonyms for the dir commands.
  391.  
  392.       learn lfile TurboLearn(TM) Script Writer records timing information
  393.         and term function keystrokes to lfile.  The TurboLearn program
  394.         tlearn.exe then generates a script using this data.  Normally,
  395.         learning is initiated after the connection has been established, but
  396.         before the first prompt is received from the remote.  This is best
  397.         accomplished with the F4 key, which activates the tlearn telephone
  398.         directory entry.
  399.  
  400.         Function keys, cursor keys, reassigned keys, and scripts[12] should
  401.         not be used while learning.
  402.  
  403.         When accepting passwords and other sensitive information, systems
  404.  
  405.  
  406.       __________
  407.  
  408.       12. Other than the dialing script
  409.  
  410.  
  411.  
  412.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  413.  
  414.  
  415.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  416.       ZCOMM User Manual                                                  128
  417.  
  418.         sometimes acknowledge each keyboard character with #, *, x, or X,
  419.         instead of the keyboarded character itself.  When this happens, do
  420.         not type characters faster than the remote responds to them.
  421.  
  422.         The resulting script should be examined for evidence of keyboarding
  423.         mistakes, line noise, and dependence on prompts that change each
  424.         time you access the system.
  425.  
  426.         The comments below apply when the tlearn script is not used.
  427.  
  428.         EXAMPLE: kill
  429.              123-4567; learn lfile
  430.  
  431.         From the ZCOMM main command prompt, enter the desired phone number.
  432.         When ZCOMM connects, the learn command enters the term function with
  433.         learning (recording) turned on.
  434.  
  435.              <keyboard the operations you wish recorded>
  436.  
  437.         Login to the bulletin board as usual.  If you make keyboarding
  438.         mistakes, you can edit the script file later.
  439.  
  440.              ALT-C F1
  441.  
  442.         Terminate learning with ALT-C, and return to the main command prompt
  443.         with the F1 key.
  444.  
  445.              !tlearn lfile >newscript
  446.  
  447.         From the main command prompt, execute the TurboLearn program tlearn
  448.         with a DOS Gateway.
  449.  
  450.  
  451.         After recording, the tlearn program reads lfile and generates a
  452.         series of pattern and put script commands to let ZCOMM search for
  453.         the prompts and respond with the proper keystrokes.  The resulting
  454.         script file newscript may be accessed with the source command.
  455.  
  456.         Alternatively, the last command above may be replaced with
  457.  
  458.              !tlearn -d newdirname lfile >>phones.t
  459.  
  460.         to add the new script to the end of your telephone directory.
  461.  
  462.         The -d dirname causes tlearn to prepend the given new directory
  463.         entry name newdirname and the telephone number to the resulting
  464.         script commands.  The redirection characters >> add the script
  465.         commands to the end of your telephone directory.
  466.  
  467.         You can also use the -d newdirname option to tlearn to prepare a new
  468.         directory entry in a separate file.  Then you can edit this file and
  469.  
  470.  
  471.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  472.  
  473.  
  474.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  475.       ZCOMM User Manual                                                  129
  476.  
  477.         add it somewhere within your telephone directory.
  478.  
  479.         The tlearn program also accepts a -r option to suppress a "return"
  480.         command normally emitted at the end of the generated script.  This
  481.         tlearn option allows one to append an "off" command to the generated
  482.         script.
  483.  
  484.       link * Link two serial ports.  The link command allows remote access
  485.         to a computer or other device connected to another port.  For
  486.         example, if port 1 is connected to an autoanswer modem and port 2 is
  487.         connected to a local timesharing machine, the link command could
  488.         allow dial-up callers access to the timesharing machine.  Chapter
  489.         19.5 describes the link command for DOS flavors.
  490.  
  491.  
  492.       link [c] On Unix flavors, the link command links the controlling
  493.         terminal with the serial line.  The optional c is the keyboarded
  494.         character that exits the link command (default 5 == Ctrl-E).  An
  495.         argument of -1 may be used to prevent a match.
  496.  
  497.         The link command always connects the keyboard/crt with the current
  498.         serial port; it is in essence a transparent term function.  The Unix
  499.         link command exits when carrier is lost on either port, or when the
  500.         keyboarded character matches c.
  501.  
  502.       list pathspec The list command uses standard DOS character output
  503.         routines and any installed CRT device driver instead of ZCOMM's own
  504.         CRT driver.  The printer can be enabled with ^P given to DOS (not
  505.         ZCOMM).  List the specified file(s).
  506.  
  507.         This command closes any open transmit file.  List pauses/resumes
  508.         printing with ^S.  Keyboarding ^C cancels, and ^X skips to the next
  509.         file (it might take a few whacks of the keyboard to get ZCOMM to
  510.         hear it.) The list command defaults to a type command when ZCOMM is
  511.         in host operation.
  512.  
  513.         EXAMPLE: list *.cq
  514.  
  515.  
  516.         SEE ALSO: browse, type, page commands
  517.  
  518.       lput string Displays string on the console display.  String is
  519.         processed for character escapes.  Lput is useful for scripts sending
  520.         cursor control codes to the screen.  Control characters and escape
  521.         sequences used with the lput command are always decoded with ZCOMM's
  522.         default extended VT52/Z19 emulation, which also recognizes ANSI "ESC
  523.         [" sequences, regardless of which display emulation is selected.
  524.         Unlike the echo command, lput does not display in reverse video and
  525.         does not add a carriage return/linefeed to its argument.
  526.  
  527.         SEE ALSO: echo command
  528.  
  529.  
  530.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  531.  
  532.  
  533.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  534.       ZCOMM User Manual                                                  130
  535.  
  536.       lputp string Outputs string to the line printer.  String is processed
  537.         for character escapes.  Strings with embedded nulls (represented
  538.         with the \000 character escape) may be used.  The lput command
  539.         should not be used if the printer is jammed, out of paper, or off
  540.         line.  These conditions may be tested with the l test condition.
  541.         This command is not allowed when ZCOMM is Restricted.
  542.  
  543.         EXAMPLE: if l lputp "\E\017" If the printer is ready, ZCOMM sends
  544.         ESC SI to select compressed printing on an IBM 80 CPS printer.
  545.  
  546.  
  547.         SEE ALSO: l numeric parameter, l test condition, \dNNN (decimal)
  548.         character escapes
  549.  
  550.       menu Execute script commands from the file name stored in the string
  551.         parameter menu.
  552.  
  553.       message The message command allows a caller to keyboard a message
  554.         which will be appended to a file specified by the string parameter
  555.         messages.  Typically, messages would point to a publicly visible
  556.         file to allow other callers to read messages.  The message command
  557.         is otherwise identical to the private command.
  558.  
  559.         SEE ALSO: private command
  560.  
  561.       mk [scancode shiftstate class string] Assign term function keyboard
  562.         mapping.  Without an argument, mk resets and disables keyboard
  563.         mapping.  The mk command is described in Chapter 29.
  564.  
  565.         SEE ALSO: K and N numeric parameters, _ command
  566.  
  567.       more pathspec See page command.
  568.  
  569.       mput string The mput command transmits string to the remote at full
  570.         speed.  String is processed for character escapes.  Unlike the put
  571.         and putw commands, mput does not display characters coming from the
  572.         remote (they are held in the interrupt buffer).  Control and other
  573.         special characters may be entered with character escapes.  If a
  574.         carriage return should be sent, it must be explicitly coded with \r
  575.         at the end of the string.
  576.  
  577.         SEE ALSO: put, putw commands
  578.  
  579.       nolog * Suppress generation of the next log entry (of any kind).
  580.  
  581.         EXAMPLE: mysys     nolog speed 1200 123-4567 t
  582.         Suppresses the log entry that would otherwise be made if the calllog
  583.         string parameter is set.
  584.  
  585.  
  586.  
  587.  
  588.  
  589.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  590.  
  591.  
  592.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  593.       ZCOMM User Manual                                                  131
  594.  
  595.       nulls n When accessing ZCOMM in host operation, nulls sets the number
  596.         of nulls (default 0) sent after each linefeed to allow slow
  597.         terminals time to scroll.
  598.  
  599.         EXAMPLE: nulls 4
  600.  
  601.  
  602.       o Terminates a data call by dropping DTR (Data Terminal Ready).  DOS
  603.         ZCOMM drops Clear To Send (CTS) as well as DTR if hardware flow
  604.         control was selected with the handshake command.  A bye or speed n
  605.         command must be given to reassert DTR before making or answering
  606.         another data call.[13] The o command does not release ownership of
  607.         the serial port.
  608.  
  609.         SEE ALSO: speed, bye, off, port commands
  610.  
  611.       obey string Sometimes one wishes to execute the contents of a string
  612.         parameter as a ZCOMM command.  Other times one needs to reference a
  613.         pathname stored in a string parameter in the context of a command
  614.         that does not itself perform string substitution on its argument(s).
  615.  
  616.         Obey executes string as a ZCOMM command.  Character escapes in
  617.         string are substituted before execution.
  618.  
  619.         EXAMPLE: obey ">>%s0" Redirects the output of utility commands to
  620.         the pathname stored in string parameter s0.
  621.  
  622.  
  623.         EXAMPLE: pat 19c "OBEY-LAST" "@obey %y2" Sets pattern 19 to execute
  624.         the previous line received from the remote when the string "OBEY-
  625.         LAST" is received.
  626.  
  627.         N.B.: The remainder of the line after the obey command will be
  628.         executed unless execution of string is terminated by a return or
  629.         fail command.  The construction obey "if xxx goto foo" May be used
  630.         only if no commands follow the obey command's string argument.
  631.         N.B.: Backslashes in file names used with the obey command must be
  632.         escaped.
  633.         N.B.: When the obey command is used to substitute file names, file
  634.         names containing separator or operator characters such as & may
  635.         change the syntax of the resulting command.  For instance, the
  636.         pathological but legal DOS filename foo&&999.bar would cause obey if
  637.         f%thisfile gosub dofile to expand to if ffoo&&999.bar gosub dofile
  638.         to parse as a test for a match to an illegal pattern 999.
  639.  
  640.  
  641.  
  642.       __________
  643.  
  644.       13. Most telephone directory entries include a speed command.
  645.  
  646.  
  647.  
  648.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  649.  
  650.  
  651.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  652.       ZCOMM User Manual                                                  132
  653.  
  654.       off Disable the modem by dropping DTR (Data Terminal Ready), [14]
  655.         release ownership of the serial port, and exit to the operating
  656.         system.  DOS ZCOMM drops Clear To Send (CTS) as well as DTR if
  657.         hardware flow control was selected with the handshake command.
  658.  
  659.         Exit status is the value of the ?  numeric parameter.
  660.  
  661.         The next program must select the port and initialize it to reassert
  662.         DTR before making or answering another data call.
  663.  
  664.         SEE ALSO: bye, x, o, port commands
  665.  
  666.       on [condition rest-of-line] * Executes rest-of-line if condition is
  667.         true.  Condition is tested after each command line executes, unless
  668.         a return or fail command is executed, or when pattern is the last
  669.         command on the line.  An on command without predicate (on a line by
  670.         itself) cancels the on command active at that script level.
  671.  
  672.         EXAMPLE: on
  673.  
  674.         The term function may be accessed with the wait command and no
  675.         patterns active to force an exit on loss of carrier detect or
  676.         pattern search timeout.  Otherwise, ZCOMM could remain in term
  677.         function until a command is keyboarded.  Typical commands to use
  678.         with the on statement are goto, return, off, and abort.  Chapter 27
  679.         describes the testable conditions.
  680.  
  681.         One active on statement is available for each level of script.  The
  682.         on statement does not propagate to different script levels.
  683.  
  684.         When rest-of-line is executed, the on statement at that level is
  685.         canceled.  An on command cancels any previous on command at that
  686.         script level.
  687.  
  688.         EXAMPLE: on !c goto fooend Branches to fooend if the carrier drops
  689.         out.
  690.  
  691.         SEE ALSO: wait, if commands
  692.         N.B.: No other commands may be on the line after the on command
  693.         except for its predicate.
  694.  
  695.       open [-term_modes] file Opens file for transmission with the term
  696.         function with options.  The open command should be used when you
  697.         don't want to enter the term function immediately, or are already in
  698.         it.  In other situations, it may be necessary to open the file
  699.  
  700.  
  701.       __________
  702.  
  703.       14. The modem must be configured to use Data Terminal Ready (DTR).
  704.  
  705.  
  706.  
  707.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  708.  
  709.  
  710.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  711.       ZCOMM User Manual                                                  133
  712.  
  713.         before dialing to allow transmission immediately after connection,
  714.         without the delay of opening the file from a floppy disk.
  715.  
  716.         SEE ALSO: seek, read, close commands
  717.  
  718.       page pathspec Type the file(s) specified in pathspec a screenfull at a
  719.         time.  When the screen is filled up, the More?  prompt appears.
  720.         Typing space displays another screenfull.  Typing ^X skips to the
  721.         next file.  Typing ^K or ^C terminates the command.  This command
  722.         closes any open transmit file.
  723.  
  724.         EXAMPLE: page *.doc
  725.  
  726.  
  727.         SEE ALSO: browse, type, list, findmore commands
  728.  
  729.       PATtern [n[cilpv$] string [action]] (n = 0...24) The pattern command
  730.         allows ZCOMM to search for up to 25 different responses from a
  731.         remote computer, and take action based on which of those responses
  732.         (or none) was "seen".  A pattern match can execute specified script
  733.         command(s) "on the fly" (c modifier) or return control to the
  734.         calling script with an indication of which pattern was matched.
  735.  
  736.         The pattern command causes the next t, f, or wait command (term
  737.         function) to search for string in the data received from the
  738.         remote/modem.  String must be entered exactly as it will be received
  739.         from the modem, in the same case and with the same embedded spaces
  740.         or tabs.  Control characters must be represented with ZCOMM
  741.         character escapes.  The metacharacter \256 matches any single
  742.         character.  ZCOMM %string substitutions may be used to define search
  743.         patterns.  If the % character is to be searched for, it must be
  744.         represented as \045.
  745.  
  746.         Parity, NULL, RUBOUT, XON, and XOFF characters received from the
  747.         remote do not affect pattern searches.  If Kermit AutoDownload (K
  748.         option) is set, strings with SOH (Ctrl-A) cannot be matched.  If
  749.         ZMODEM AutoDownload (Z option) is set, strings with CAN (Ctrl-Z)
  750.         cannot be matched.  If B protocol (c option) is set, strings with
  751.         DLE or ENQ cannot be matched.
  752.  
  753.         Strings of up to 33 characters each may be specified for
  754.         simultaneous search by the term function.  The search patterns are
  755.         "global" among all script levels; a pattern command in a subroutine
  756.         affects the patterns set by the calling script(s) and vice versa.
  757.  
  758.         The term function returns when one of the patterns is matched or
  759.         when the term function times out with f seconds with no characters
  760.         from the remote, as determined by the f numeric parameter, or when
  761.         carrier detect is lost.  The first wait, t or f command given after
  762.         the pattern command begins the search.
  763.  
  764.  
  765.  
  766.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  767.  
  768.  
  769.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  770.       ZCOMM User Manual                                                  134
  771.  
  772.         When one of the patterns is matched, that pattern is marked as found
  773.         and its corresponding action is executed (if present).  ZCOMM will
  774.         remain in the term function until there is a pause in data
  775.         transmission from the remote[15] unless the i or c modifier is used.
  776.  
  777.         The following modifiers may be used.  The c, i, and l modifiers are
  778.         mutually exclusive.
  779.  
  780.         c     The pattern is marked as found and action executed (if
  781.               present).  The term function then continues searching.
  782.               Matching this pattern does not cause a return from the term
  783.               function.  The condition for this pattern will test true, but
  784.               the n test condition is not affected.
  785.  
  786.         i (Immediate) The pattern is marked as found and action executed (if
  787.               present).  This modifier causes the term function to return
  788.               immediately.
  789.  
  790.         l (line end delay) The pattern is marked as found and action
  791.               executed (if present).  The term function then returns after
  792.               the first LF character following the matched string.
  793.  
  794.         p (permanent) A pattern with the p modifier is not reset by the
  795.               pattern command without arguments.  Patterns with the p
  796.               modifier may be used to search for disconnect messages within
  797.               an entire script.  Permanent patterns are reset by the call
  798.               command, each item in the outcall queue, and an explicit
  799.               pattern command referencing that particular pattern number.
  800.  
  801.               EXAMPLE: pattern 20 "\nCLR" "@off" Disconnects and exits ZCOMM
  802.               if the phrase CLR is seen immediately following an LF.
  803.  
  804.  
  805.         v (verbose) The v modifier displays a message when the pattern is
  806.               matched.  This is often useful when debugging scripts when the
  807.               large amount of output generated by large v numeric parameter
  808.               values is not desired.
  809.  
  810.               EXAMPLE: pat 5v "Finished Already."
  811.  
  812.  
  813.         $     Sometimes the only way to recognize a prompt (as distinct from
  814.               the same string embedded in other data) is to require the
  815.               prompt to be the last thing sent by the remote, before a
  816.               pause.  The $ modifier allows string to be matched only if the
  817.  
  818.  
  819.       __________
  820.  
  821.       15. Pause length is specified by the q numeric parameter.
  822.  
  823.  
  824.  
  825.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  826.  
  827.  
  828.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  829.       ZCOMM User Manual                                                  135
  830.  
  831.               remote pauses for 1 to 2 seconds after transmitting the last
  832.               character in string.
  833.  
  834.         The optional action is a string to be sent to the remote, or
  835.         executed as a command if it begins with "@".  Action is executed the
  836.         instant the last character of the pattern is matched, even if the i
  837.         modifier is not used.  Action must not use the goto, f, t, or wait
  838.         commands.
  839.  
  840.         The pattern command without any arguments clears the patterns that
  841.         don't have the p modifier, and terminates pattern searching.  The
  842.         other events that terminate pattern search are a match to a pattern
  843.         that does not have the c modifier, a pattern search timeout, the
  844.         call, abort, or quit commands, a major error, or the NUKE key.
  845.  
  846.         EXAMPLE: pat 0c$ "" "\21"
  847.         Sends one XON character every time there is a pause in output from
  848.         the remote.  This recovers from situations where the remote computer
  849.         stops because it receiveed a spurious XOFF character, or lost an XON
  850.         character.
  851.  
  852.  
  853.         In the pattern n string command, if string contains a repeating
  854.         sequence such as foo in foofoobar, the search may be unsuccessful if
  855.         part of the phrase is received immediately prior to the desired
  856.         string (foofoofoobar).
  857.  
  858.       picture (DOS versions only) Append the contents of the display screen
  859.         to a DOS file.  The pathname is contained in the picture string
  860.         parameter.  The exact contents of the screen memory are written to
  861.         the file, with each screen character followed by its attribute.  A
  862.         separate program, unpic is used to convert the screen dump to a
  863.         normal file that may be printed or displayed.
  864.  
  865.         SEE ALSO: picture string parameter, unpic program
  866.  
  867.  
  868.       port n Change the modem port to COMn.  On DOS, the legal values for n
  869.         are 1...18.
  870.  
  871.         Selecting a new port normally selects software handshaking
  872.         ("handshake sw").  The PCDOS flavor enables both hardware and
  873.         software handshaking ("handshake both") iff the port speed exceeds
  874.         2400 bps and the Clear To Send (CTS) signal is active at the time
  875.         the port command is given.
  876.  
  877.         Standard Ports (PCDOS):
  878.         COM1 3F8 IRQ4 (Standard IBM)
  879.         COM2 2F8 IRQ3 (Standard IBM)
  880.  
  881.         NON STANDARD PORTS:
  882.  
  883.  
  884.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  885.  
  886.  
  887.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  888.       ZCOMM User Manual                                                  136
  889.  
  890.         COM3 3E8 IRQ4 (Alternate)
  891.         COM4 2E8 IRQ3 (Alternate)
  892.         COM5 2B8 IRQ3 (Columbia)
  893.         COM6 2B8 IRQ2 (Alternate for IBM)
  894.  
  895.         COM7 3E8 IRQ5 (Alternate "COM3")
  896.         COM8 2E8 IRQ5 (Alternate "COM4")
  897.  
  898.         COM9 Uses the port address and interrupt vector previously set by
  899.         the portx command.
  900.  
  901.         COM1 and COM2 are the standard serial ports defined by the IBM
  902.         Technical Reference Manual.
  903.  
  904.         COM3 and COM4 are supported by many serial cards and modem boards.
  905.         COM3 and COM1 share the same dedicated hardware interrupt line, and
  906.         these ports may not be used at the same time.  Likewise, COM4 and
  907.         COM2 may not be used at the same time.
  908.  
  909.         Columbia computers support COM5.
  910.  
  911.         COM6 to COM8 are alternate configurations that may be accessed by
  912.         cross jumpering between printer port decoders and serial port
  913.         enables on some multifunction boards.
  914.  
  915.         COM7 and COM8 support alternative definitions for "COM3" and "COM4"
  916.         respectively.
  917.  
  918.         Since ZCOMM uses the interrupt line on the selected port, no other
  919.         program or device driver may use the same port address and/or
  920.         interrupt vector concurrently.  Certain disk controllers and mice
  921.         interfaces use IRQ2 and IRQ5.  IRQ5 is sometimes used by network
  922.         cards and printer ports.  Ports sharing the same interrupt vector
  923.         (IRQ number) cannot be used concurrently.
  924.  
  925.         The port command sets the d term option (which suppress the No
  926.         Carrier Detect message).
  927.  
  928.         EXAMPLE: port 2
  929.  
  930.  
  931.         DOS ZCOMM begins with COM1 unless overridden by the DPORT
  932.         environment variable.
  933.  
  934.         EXAMPLE: C>set DPORT=2
  935.  
  936.  
  937.         On Unix, the argument of the port command is a character special
  938.         file in the /dev directory.  Unix and Xenix flavors have no default
  939.         port.  If the DPORT environment variable is set, that port will be
  940.         selected when ZCOMM initializes.  Otherwise, a port is selected by
  941.  
  942.  
  943.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  944.  
  945.  
  946.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  947.       ZCOMM User Manual                                                  137
  948.  
  949.         the startup and/or dialing script.  Typical values are tty01
  950.         (386/ix) and tty2A (Xenix).
  951.  
  952.         EXAMPLE: DPORT=tty1A; export DPORT
  953.  
  954.         If the port is in use by another program that supports UUCP port
  955.         arbitration, or otherwise not accessible, port selection fails and
  956.         the error counter is incremented.
  957.  
  958.         EXAMPLE:      pe0; port tty1A; if !e goto gotport
  959.              pe0; port tty1B; if !e goto gotport
  960.              pe0; port tty1C; if !e goto gotport
  961.              echo "No Ports available";  fail
  962.         gotport:
  963.  
  964.  
  965.         SEE ALSO: handshake command, dport string parameter, e test
  966.         condition
  967.  
  968.       portx hbase,irq[,divisor] * To support specialized multiport serial
  969.         interfaces, the portx command selects a communications port with a
  970.         specified hexadecimal base address hbase and Interrupt Request Line
  971.         irq (3 <= irq <= 15).[16] Nonstandard baudrate clock inputs are
  972.         supported with the optional divisor argument.  To support a
  973.         nonstandard bit rate source, multiply 5760 by the new raw bit rate
  974.         source frequency in MHz divided by 1.84320.
  975.  
  976.         The portx does not check its argument for validity.  The
  977.         consequences of an invalid selection are quite undefined.  The
  978.         specified base address and IRQ number are assigned to COM9, where
  979.         they may be used by the port command and the x numeric parameter.
  980.         The status line and s command will indicate COM9.  This command not
  981.         available on X.PC, Unix, Xenix, or OS/2.
  982.  
  983.         EXAMPLE: portx 3e8,15,57600 Selects a comm port with a base address
  984.         of 3e8 using IRQ15 and the 18.432 MHz clock option on the Boffin
  985.         Electronics "WinSport II" 2 port serial board.
  986.  
  987.  
  988.         SEE ALSO: intolink string parameter
  989.  
  990.       private The private command allows a caller to keyboard a message
  991.         which will be appended to a file specified by the private string
  992.         parameter.  Typically, private points to a private file inaccessible
  993.  
  994.  
  995.       __________
  996.  
  997.       16. IRQ2 can be used on some machines, on others it must be specified
  998.           as IRQ9.
  999.  
  1000.  
  1001.  
  1002.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1003.  
  1004.  
  1005.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1006.       ZCOMM User Manual                                                  138
  1007.  
  1008.         to callers.  ZCOMM prepends a "From" line using the callers name as
  1009.         stored in the remote string parameter.  The private command prompts
  1010.         the caller to keyboard a "to:" name and up to 64 lines of text.  A
  1011.         blank line terminates the message.  This command is intended for
  1012.         short messages; long messages should be uploaded with a file
  1013.         transfer protocol.  Keyboarding is controlled by the Z numeric
  1014.         parameter, which sets the hot zone column after which a keyboarded
  1015.         space character begins a new line.
  1016.  
  1017.         SEE ALSO: message command
  1018.  
  1019.       purgek Purge any characters the user may have typed ahead.*
  1020.  
  1021.       purgel Purge any unprocessed characters received from the modem Line
  1022.         (remote).*
  1023.  
  1024.       put string The put command transmits string to the remote.  Use the
  1025.         put command for transmitting commands to a modem or a remote
  1026.         computer system.  String is processed for character escapes.
  1027.         Control and other special characters may be entered with character
  1028.         escapes described in Chapter 26.  If a carriage return should be
  1029.         sent, it must be explicitly coded with \r at the end of the string.
  1030.  
  1031.         EXAMPLE: put "myname\r" Sends myname followed by carriage return to
  1032.         the modem.
  1033.  
  1034.  
  1035.         A \336 (octal 336) character causes a pause in transmission
  1036.         (duration controlled by the p numeric parameter).  This pause allows
  1037.         one string to contain multiple commands.
  1038.  
  1039.         EXAMPLE: put "\336ATZ\r\336\336ATX1 M0 S0=1\r" Pauses, sends ATZ\r,
  1040.         pauses (twice because some modems take longer to reset!), and then
  1041.         sends ATX1 etc. to the modem.
  1042.  
  1043.  
  1044.         Transmission with put is controlled by the 7, 8, h, p, w, and t term
  1045.         options.
  1046.  
  1047.         SEE ALSO: putw, mput, putv commands
  1048.  
  1049.       putw string The putw command transmits string to the remote, and
  1050.         pauses for a period of time (determined by the q numeric parameter)
  1051.         before returning from the term function to allow characters to echo.
  1052.         Other than that final pause, putw operates the same as the put
  1053.         command.
  1054.         N.B.: Putw should not be used when the next operation will be a
  1055.         pattern or wait command.  If the expected response starts before the
  1056.         putw command finishes, the following wait command will never get to
  1057.         "see" what it is waiting for.  In general, the putw command should
  1058.         only be used as a short-cut for sending a command when the response
  1059.  
  1060.  
  1061.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1062.  
  1063.  
  1064.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1065.       ZCOMM User Manual                                                  139
  1066.  
  1067.         is known in advance and can be safely ignored.
  1068.  
  1069.         SEE ALSO: put, mput commands
  1070.  
  1071.       putv svar The putv command transmits svar to the remote without any
  1072.         translation of character escapes.  Putv does not append a carriage
  1073.         return or line feed to the transmitted string.
  1074.  
  1075.         EXAMPLE: putv s0; put "\r"
  1076.  
  1077.  
  1078.         SEE ALSO: put, mput commands
  1079.  
  1080.       pwd Print Working Directory displays the current directory pathname,
  1081.         and stores it in the pwd string parameter.
  1082.  
  1083.         EXAMPLE: pwd
  1084.  
  1085.  
  1086.         SEE ALSO: cd command
  1087.  
  1088.       pxN Set Numeric parameter x to value N.  If x and N are blank, display
  1089.         the numeric parameters which can be set by this command and their
  1090.         current values.  This command is not allowed if Restricted.  Numeric
  1091.         parameters are described in Chapter 24.
  1092.  
  1093.         EXAMPLE: ps8 Sets the status line attribute to 8 (grey), suitable
  1094.         for composite video displays.
  1095.  
  1096.  
  1097.         EXAMPLE: pv-1 Sets the v numeric parameter ("verbose") to -1,
  1098.         suppressing some routine messages.  More negative values suppress
  1099.         more routine messages.
  1100.  
  1101.  
  1102.         EXAMPLE: pd1 Sets the d numeric parameter to 1, causing files
  1103.         received with ZMODEM or full YMODEM protocol to be stored with the
  1104.         modification date transmitted with the file.
  1105.  
  1106.  
  1107.         EXAMPLE: pk3 Sets the k numeric parameter to 3, which kills pending
  1108.         output stored in the circular buffer when ETX (Ctrl-C) (decimal 3)
  1109.         is keyboarded in the term function.
  1110.  
  1111.  
  1112.       queue { add [string] | clear | delete [n] | list | run } Manipulate
  1113.         and execute a queue of commands for dialing numbers or other
  1114.         suitable functions.  The queue contains 20 slots numbered 0 to 19.
  1115.  
  1116.         queue clear clears all queue entries.
  1117.  
  1118.  
  1119.  
  1120.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1121.  
  1122.  
  1123.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1124.       ZCOMM User Manual                                                  140
  1125.  
  1126.         queue add [string] adds string to the queue after processing for
  1127.              string substitutions.  The string is added to the first empty
  1128.              queue slot available.  If string is absent, it is taken from
  1129.              the next script line.  A typical string would be a command to
  1130.              call a system: call telegodzilla
  1131.  
  1132.              Script entries used with the circular dialing queue should end
  1133.              with a t command, which will enter the term function.  To stop
  1134.              the queue at that point, use the ALT-N (NUKE) key.  NUKE
  1135.  
  1136.         queue delete [n] Delete then nth queue entry, or the currently
  1137.              executing entry if n is not present.
  1138.  
  1139.         queue list lists the non empty queue entries.
  1140.  
  1141.         queue run begins execution of the queue entries.  The ALT-N (NUKE)
  1142.              key, a fatal errror or any keyboarded character present after
  1143.              the execution of the command in the entry terminates the queue
  1144.              run command.
  1145.         The queue commands are independent of the Outcall Queue available in
  1146.         Host Operation.
  1147.  
  1148.         EXAMPLE: The script fragment:
  1149.              queue clear
  1150.              while q set? s0 Q queue add "echo %s0"
  1151.              queue list
  1152.  
  1153.         Sets each queue entry to echo its own queue number, then lists the
  1154.         queue entries.
  1155.  
  1156.  
  1157.         SEE ALSO: q and Q test conditions, Shift-F5 and Shift-F6 function
  1158.         keys
  1159.  
  1160.       quit * Causes an immediate return to the command prompt from any
  1161.         script level.  Quit may be used within a command string assigned to
  1162.         a function key where an unconditional return to the command prompt
  1163.         is desired, even if keyboarded from the term function.
  1164.  
  1165.       r [oldcmd] Search back through the history file of keyboarded lines
  1166.         for the first line that oldcmd is a prefix of, and execute it.  If
  1167.         oldcmd is absent, execute the last locall entered keyboarded line.
  1168.  
  1169.         EXAMPLE: history C:/tmp/junk.hst
  1170.              del *.bak *.lst *.tmp *.foo
  1171.              cd bazdir
  1172.              r d
  1173.              del *.bak *.lst *.tmp *.foo (command echoes)
  1174.  
  1175.  
  1176.         SEE ALSO: history command
  1177.  
  1178.  
  1179.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1180.  
  1181.  
  1182.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1183.       ZCOMM User Manual                                                  141
  1184.  
  1185.       r7 [-options] [dir] [file ...] Receives with options 1 or more files
  1186.         using MODEM7 batch protocol.  An optional directory dir may be
  1187.         specified.  If pathname(s) have been supplied to the r7 command and
  1188.         the sending program attempts to send more files than the number of
  1189.         names supplied to the r7 command, the transfer is aborted.  The
  1190.         command is provided for compatibility with traditional programs that
  1191.         do not support the superior YMODEM or ZMODEM protocols.
  1192.  
  1193.         EXAMPLE: r7 -c Receive file(s) with MODEM7 Batch and CRC-16 (-c).
  1194.  
  1195.  
  1196.         SEE ALSO: MODEM7 batch protocol, Chapter 13.
  1197.  
  1198.       rb [-options] Receives with options 1 or more files using YMODEM
  1199.         protocol.  The rb command also receives files sent with SEAlink
  1200.         protocol.  Chapter 20 describes the available options.  YMODEM
  1201.         transmits the pathname and length of each file.  If a file is
  1202.         received in error (retries exhausted, etc.), the batch transfer will
  1203.         terminate.  If Restricted, a file received in error will be unlinked
  1204.         (erased).
  1205.  
  1206.         EXAMPLE: rb -y Receive file(s) with YMODEM replacing old files, if
  1207.         any.
  1208.  
  1209.  
  1210.         EXAMPLE: rb -g Receive file(s) with YMODEM-g.
  1211.  
  1212.         Many programs claiming to support YMODEM actually use XMODEM with
  1213.         1024 byte blocks; use ZCOMM's sx -k, rx and rx -g XMODEM commands
  1214.         with these mutants.
  1215.  
  1216.         SEE ALSO: YMODEM protocol, Chapter 13.
  1217.  
  1218.       rb [-options] [dir] [file ...] Receives with options 1 or more files
  1219.         using YMODEM protocol.  An optional disk and/or directory dir may be
  1220.         specified.  The optional supplied pathnames file ...  are used in
  1221.         place of pathnames normally provided by the sending program.  If the
  1222.         sending program attempts to send more files than the number of names
  1223.         supplied to the rb command, the transfer is aborted.
  1224.  
  1225.       rc [-options] file Receives with options a single file using the Ward
  1226.         Christensen XMODEM protocol, 128 or 1024 byte blocks, and CRC-16
  1227.         instead of an 8 bit checksum.  ZCOMM signals the sending program
  1228.         that CRC-16 is to be used.  After four errors while attempting to
  1229.         receive the first sector, ZCOMM will cancel the CRC-16 option and
  1230.         reverts to checksum operation.
  1231.  
  1232.         The probability of an undetected transmission error is much less if
  1233.         CRC-16 is used in place of the default 8 bit arithmetic checksum.
  1234.         Omen Technology Inc Recommends use of the 16 bit CRC to maintain
  1235.         data integrity at professional levels.  Chapter 20 describes the
  1236.  
  1237.  
  1238.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1239.  
  1240.  
  1241.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1242.       ZCOMM User Manual                                                  142
  1243.  
  1244.         available options to the rc command.  If Restricted, a file received
  1245.         in error will be deleted.
  1246.  
  1247.         EXAMPLE: rc foo.com
  1248.  
  1249.  
  1250.         SEE ALSO: XMODEM-CRC protocol, Chapter 13.
  1251.  
  1252.       read [file] Read file into the circular buffer.  Once in the buffer,
  1253.         it may be examined with the review command, searched for strings,
  1254.         and cut and pasted to other files.  If file does not fit into the
  1255.         buffer, the buffer may be cleared with the kill command (or review k
  1256.         subcommand) and subsequent read commands may be given to read more
  1257.         of it.  Review function commands are described in Chapter 23.
  1258.  
  1259.         EXAMPLE: read allsig.tmp<ENTER><Home>
  1260.  
  1261.  
  1262.         SEE ALSO: BROwse, seek commands
  1263.         CAUTION: Iff a read command has left a transmit file open, entering
  1264.         the term function will transmit the unread portion of the file.  To
  1265.         prevent this, close the file first with ALT-C or closetx.
  1266.  
  1267.       receive [-options] Receives file(s) from a Kermit program.  Chapter 20
  1268.         describes the available options.  The other program must be
  1269.         commanded to send the desired files.
  1270.  
  1271.         SEE ALSO: get Kermit server access command
  1272.  
  1273.       remote Enter Host state with unrestricted privileges to allow the
  1274.         currently connected remote computer/terminal to issue commands.
  1275.         When activated by the remote command, Host state will reset when the
  1276.         modem carrier goes away.  This command is useful for transferring
  1277.         files between two machines with directly connected serial ports.
  1278.         Remote may be prefixed with restrict to limit privileges.*
  1279.  
  1280.         SEE ALSO: host command
  1281.  
  1282.       remote cwd dirspec [password] Instructs the remote Kermit server to
  1283.         change to the specified directory.  The form of dirspec varies with
  1284.         the remote system; it must be quoted if it contains special
  1285.         characters or spaces.  A password may be required by the remote
  1286.         Kermit server.
  1287.  
  1288.         SEE ALSO: Kermit Protocol, Chapter 13.
  1289.  
  1290.       remote delete filespec Instructs the remote Kermit server to delete
  1291.         the specified file(s).  The form of filespec varies with the remote
  1292.         system; it must be quoted if it contains special characters or
  1293.         spaces.
  1294.  
  1295.  
  1296.  
  1297.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1298.  
  1299.  
  1300.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1301.       ZCOMM User Manual                                                  143
  1302.  
  1303.       remote dir dirspec Instructs the remote Kermit server to display the
  1304.         specified directory on your screen.  The form of dirspec varies with
  1305.         the remote system; it must be quoted if it contains special
  1306.         characters or spaces.  The resulting information may be redirected
  1307.         to a file with the >outfile command.
  1308.  
  1309.       remote help Instructs the remote Kermit server to display help
  1310.         information on your screen.  The resulting information may be
  1311.         redirected to a file with the >outfile command.
  1312.  
  1313.       remote host host-command-string Instructs the remote Kermit server to
  1314.         perform the specified command and display its output on your screen.
  1315.         The form of host-command-string varies with the remote system; it
  1316.         must be quoted if it contains special characters or spaces.  The
  1317.         resulting information may be redirected to a file with the >outfile
  1318.         command.
  1319.  
  1320.         EXAMPLE: remote host "kill -9 0" Terminates all your processes with
  1321.         extreme prejudice.
  1322.  
  1323.  
  1324.         SEE ALSO: !!command
  1325.  
  1326.       remote print filespec Instructs the remote Kermit server to print the
  1327.         specified file(s) on the remote system.  The form of filespec varies
  1328.         with the remote system; it must be quoted if it contains special
  1329.         characters or spaces.
  1330.  
  1331.       remote space [dirspec] Instructs the remote Kermit server to display
  1332.         the free space in the specified directory on your screen.  The form
  1333.         of dirspec varies with the remote system; it must be quoted if it
  1334.         contains special characters or spaces.  The resulting information
  1335.         may be redirected to a file with the >outfile command.
  1336.  
  1337.       remote type filespec Instructs the remote Kermit server to type the
  1338.         specified file(s) on your screen.  The form of filespec varies with
  1339.         the remote system; it must be quoted if it contains special
  1340.         characters or spaces.  The resulting information may be redirected
  1341.         to a file with the >outfile command.
  1342.  
  1343.       remote who Instructs the remote Kermit server to display the logged in
  1344.         users on your screen.  The resulting information may be redirected
  1345.         to a file with the >outfile command.
  1346.  
  1347.       reset Write the contents of the circular buffer if a receive file is
  1348.         open, close all files, and reset the disk system.  This allows
  1349.         swapping diskettes.
  1350.  
  1351.       reskeys Resets the Soft Keys to empty.
  1352.  
  1353.         SEE ALSO: set command
  1354.  
  1355.  
  1356.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1357.  
  1358.  
  1359.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1360.       ZCOMM User Manual                                                  144
  1361.  
  1362.       restime * Resets elapsed time and counts of bytes transmitted and
  1363.         received to zero.  The restime command may be given in a script
  1364.         immediately after login is completed to synchronize the elapsed time
  1365.         counter with the beginning of chargeable connect time.
  1366.  
  1367.         SEE ALSO: timestamp command, E test condition
  1368.  
  1369.       restrict * Restricts ZCOMM for the following command on the same line.
  1370.         This command is useful for testing.
  1371.  
  1372.         EXAMPLE: restrict source /menu.t
  1373.  
  1374.  
  1375.       RETurn Returns from a script subroutine accessed by a call, source, or
  1376.         gosub command.
  1377.  
  1378.         SEE ALSO: fail command
  1379.  
  1380.       rewind Reset the buffer pointers for display, printer, and file output
  1381.         used by the term function to the beginning of the circular buffer.
  1382.         This will cause the term function to redisplay the data in the
  1383.         circular buffer.  Patterns will be rescanned.  A typical use of the
  1384.         rewind function is to allow replay of an editing session on a remote
  1385.         machine, or to redisplay the material received if the initial
  1386.         settings of the i, c, n or v term options were incorrect for the
  1387.         material received from the remote.
  1388.         N.B.: The rewind command does not reset the buffer free character
  1389.         count.  To write the data to disk, a write command (or ALT-W) must
  1390.         be given before accepting new data from the remote.
  1391.  
  1392.         SEE ALSO: t, b, w review subcommands
  1393.  
  1394.       REView Review the data received from the host or read by the read
  1395.         command.  A screenfull is displayed at a time.  Review function
  1396.         commands are listed in Chapter 23.
  1397.  
  1398.       ro [-options] file Receives with options a single file using non-
  1399.         standard XMODEM-CRC protocol logic.  OverThruster(TM) speeds file
  1400.         downloads at the expense of error recovery.  OverThruster operation
  1401.         is controlled by the O numeric parameter.  As fans of Buckaroo
  1402.         Bonzai know, the OverThruster is not universally applicable.  A
  1403.         transmission error will almost always terminate an OverThruster file
  1404.         download.
  1405.  
  1406.         If Restricted, a file received in error will be unlinked (erased).
  1407.  
  1408.         EXAMPLE: ro foo.com
  1409.  
  1410.  
  1411.         SEE ALSO: O numeric parameter
  1412.  
  1413.  
  1414.  
  1415.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1416.  
  1417.  
  1418.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1419.       ZCOMM User Manual                                                  145
  1420.  
  1421.       rt [-options] [dir] [file ...] Receives with options 1 or more files
  1422.         using Telink (FIDO) batch protocol.  An optional disk and/or
  1423.         directory dir may be specified.  The optional supplied pathnames
  1424.         file ...  are used in place of pathnames normally provided by the
  1425.         sending program.  If pathname(s) have been supplied to the rt
  1426.         command and the sending program attempts to send more files than the
  1427.         number of names supplied to the rt command, the transfer is aborted.
  1428.         The rt command is provided for compatibility with traditional
  1429.         programs that do not support the superior YMODEM or ZMODEM
  1430.         protocols.
  1431.  
  1432.         EXAMPLE: rt -c
  1433.  
  1434.  
  1435.         SEE ALSO: Telink protocol, Chapter 13.
  1436.  
  1437.       rw [-options] file Receives with options a single file using the
  1438.         People-Link WXMODEM protocol.  Chapter 20 describes the available
  1439.         options.  If Restricted, a file received in error will be unlinked
  1440.         (erased).
  1441.  
  1442.         EXAMPLE: rw foo.com
  1443.  
  1444.  
  1445.  
  1446.       rx [-options] file Receives with options a single file using the Ward
  1447.         Christensen XMODEM protocol.  CRC-16 is not the default because most
  1448.         commercial comms programs only support the 8 bit checksum.  Chapter
  1449.         20 describes the available options.  If Restricted, a file received
  1450.         in error will be unlinked (erased).
  1451.  
  1452.         EXAMPLE: rx foo.com
  1453.  
  1454.         N.B.: The rc command should be used whenever possible instead of rx.
  1455.  
  1456.         EXAMPLE: rx -g foo.txt Receive a single file with an ACKless XMODEM
  1457.         protocol mutant incorrectly called "ymodem-g" by PCBoard and Qmodem
  1458.         programs.
  1459.  
  1460.         SEE ALSO: XMODEM protocol, Chapter 13.
  1461.  
  1462.       rz [-options] Receives with options 1 or more files using ZMODEM
  1463.         protocol.  Chapter 20 describes the available options.  Each file's
  1464.         pathname is obtained from the sending program.  The +, a, b, n, N,
  1465.         r, and y options are accepted from the sending program, subject to
  1466.         Restriced privileges.  If the +, b, n, N, r, or y option is
  1467.         specified to the receiver, it overrides any contrary options
  1468.         specified to the sender.  Only one of the a, b, or r options may be
  1469.         specified.  Only one of the +, n, N, or y options may be specified.
  1470.         If a file is received in error (retries exhausted, etc.), the batch
  1471.         transfer will terminate.  If Restricted, a file received in error
  1472.  
  1473.  
  1474.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1475.  
  1476.  
  1477.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1478.       ZCOMM User Manual                                                  146
  1479.  
  1480.         will be unlinked (erased).
  1481.  
  1482.         EXAMPLE: rz -y
  1483.  
  1484.  
  1485.         SEE ALSO: Z term option
  1486.  
  1487.         SEE ALSO: ZMODEM protocol, Chapter 13.
  1488.  
  1489.       rz [-options] [dir] [file ...] Receives with options 1 or more files
  1490.         using ZMODEM protocol.  An optional disk and/or directory dir may be
  1491.         specified.  The optional supplied pathnames file ...  are used in
  1492.         place of pathnames normally provided by the sending program.  If the
  1493.         sending program attempts to send more files than the number of names
  1494.         supplied to the rz command, the transfer is aborted.  To allow use
  1495.         of the rz command, Z term option (ZMODEM AutoDownload) should be
  1496.         turned off with a dis -Z command.
  1497.  
  1498.       s Displays status information.
  1499.  
  1500.         LSR and MSR refer to the Line Status Register and Modem Status
  1501.         Register of the modem port's 8250 UART device.
  1502.  
  1503.         TYP refers to the type of serial chip detected.  A National 16550A
  1504.         shows as 1, an Intel 82510 shows as 2.  Other chips (without high
  1505.         speed enhancements) show as 0.
  1506.  
  1507.         "Uncorrected errors" displays the e numeric parameter, which counts
  1508.         the number of failed file transfers and "line hits" detected by the
  1509.         term function.
  1510.  
  1511.         If one or more scripts are active, the current line number (counting
  1512.         from the first line in the script file) for each script level is
  1513.         displayed.
  1514.  
  1515.         Any patterns active as a result of a pattern or wait command are
  1516.         displayed.  An S indicates not matched (still searching), F
  1517.         indicates that pattern has been matched.
  1518.  
  1519.  
  1520.         SEE ALSO: ALT-S function key
  1521.  
  1522.       s7 [-options] pathspec Send the files specified in pathspec using the
  1523.         MODEM7 batch Protocol.  Files which cannot be opened are skipped.
  1524.         An empty pathspec sends all files in the current directory.  A
  1525.         directory name expands to all regular files in that directory.
  1526.  
  1527.         If an error aborts a file transmission (retries exhausted, etc.),
  1528.         batch transfers terminate.
  1529.  
  1530.         EXAMPLE: s7 *.com Sends all *.com files
  1531.  
  1532.  
  1533.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1534.  
  1535.  
  1536.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1537.       ZCOMM User Manual                                                  147
  1538.  
  1539.         N.B.: The receiver must be commanded to receive the files.  This
  1540.         command is provided for compatibility with traditional programs that
  1541.         do not support the superior YMODEM and ZMODEM protocols.
  1542.  
  1543.         SEE ALSO: MODEM7 batch protocol, Chapter 13.
  1544.  
  1545.       sb [-options] [PREFIX=p | ONAME=x] pathspec Send the files specified
  1546.         in pathspec using True YMODEMTm Protocol.  The pathname, length, and
  1547.         modification time of each file are transmitted.  Files which cannot
  1548.         be opened are skipped.  An empty pathspec sends all files in the
  1549.         current directory.  A directory name expands to all regular files in
  1550.         that directory.
  1551.  
  1552.         If an error aborts a file transmission (retries exhausted, etc.),
  1553.         batch transfers terminate.  The sb command will send files with
  1554.         SEAlink protocol if the receiving program requests SEAlink.
  1555.  
  1556.         EXAMPLE: sb -k *.com Sends *.com using 1024 byte packets.
  1557.  
  1558.         N.B.: The receiver must be commanded to receive the files with an rb
  1559.         command.  Unix and OS/2 users: sb command cannot be used to send
  1560.         source files that grow after the beginning of transmission.
  1561.  
  1562.         SEE ALSO: YMODEM protocol, Chapter 13, SEAlink protocol, Chapter 13.
  1563.  
  1564.       seek offset Iff a transmit file is open as a result of a f, open, or
  1565.         read command, position the file read pointer to offset bytes from
  1566.         the beginning of the file if offset is positive (or 0), or from the
  1567.         end of the file if offest is negative.  "Seek 0" rewinds the file to
  1568.         its beginning.
  1569.  
  1570.         EXAMPLE: open baz; seek -20000; read<ENTER>Home Reviews the last
  1571.         20000 bytes of baz.
  1572.  
  1573.  
  1574.         SEE ALSO: open, read, close
  1575.  
  1576.       send [-options] pathspec Send the files specified in pathspec with the
  1577.         Kermit protocol.  The send command sends files to either a Kermit
  1578.         server or a regular Kermit program.
  1579.  
  1580.         EXAMPLE: send -a *.asm
  1581.  
  1582.  
  1583.       set[s|c] [[_]sparam string] Set String parameter sparam to string.  As
  1584.         with all ZCOMM strings, the string must be enclosed by double quote
  1585.         characters if it contains spaces, tabs, or semicolons.  Character
  1586.         escapes must be used to represent special characters, including
  1587.         return and linefeed if needed.
  1588.  
  1589.         An optional leading underscore (_) prepended to sparam causes the
  1590.  
  1591.  
  1592.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1593.  
  1594.  
  1595.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1596.       ZCOMM User Manual                                                  148
  1597.  
  1598.         string to be cleared by the next call command.
  1599.  
  1600.         EXAMPLE: set mprefix ATDT sets the modem dialing prefix for tone (T)
  1601.  
  1602.         EXAMPLE: set f8 \PXXXXX Assigns a five character automatically
  1603.         generated password (\PXXXXX character escape described in Chapter )
  1604.         to function key F8.  Once programmed this way, the F8 key will
  1605.         transmit five nonsense characters determined by the xpassword string
  1606.         parameter and the remote system's name as stored in the remote
  1607.         string parameter by the last call command.
  1608.  
  1609.  
  1610.         EXAMPLE: set _f1 "logout\r" Assigns the string "logout<ENTER>" to F1
  1611.         until the next call command.
  1612.  
  1613.  
  1614.         The parameters that may be set with this command are described in
  1615.         Chapter 25.  Case is significant in parameter names.
  1616.  
  1617.         Set without any arguments will display all non empty string
  1618.         parameters and their values.  If the v (verbose) numeric parameter
  1619.         is non zero, all string parameters are displayed.  The echo and lput
  1620.         commands may be used to display string parameters ("echo %svar").
  1621.  
  1622.         The setc command performs string substitutions and character escape
  1623.         expansions on string before storing.  The sets command only performs
  1624.         string substitutions on string before storing.
  1625.         N.B.: Chapter 26 discusses string concatenation.
  1626.  
  1627.         EXAMPLE: sets s2 "%z1" Assigns the second token (%z1) generated by
  1628.         the split command to string parameter s2.
  1629.  
  1630.  
  1631.         If other commands are to follow on the same line, a semicolon must
  1632.         be used to separate the commands.
  1633.  
  1634.         EXAMPLE: set s1 "su"; goto sendit Would be illegal if the ";" were
  1635.         left out.
  1636.  
  1637.  
  1638.         A string parameter may be set to empty with set sparam "" (empty
  1639.         string enclosed by double quote characters).
  1640.  
  1641.         EXAMPLE: pv1; set Displays all string parameters, including all Soft
  1642.         Keys.
  1643.  
  1644.  
  1645.         EXAMPLE: sets s8 "s9 EQUALS %s9" Substitutes the value of string
  1646.         parameter s9 in the argument before assigning it to s8.
  1647.  
  1648.  
  1649.  
  1650.  
  1651.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1652.  
  1653.  
  1654.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1655.       ZCOMM User Manual                                                  149
  1656.  
  1657.         SEE ALSO: echo, if, keys, reskeys, ALT-K, commands
  1658.         N.B.: When defining function keys to be called from within the term
  1659.         function, do not use the t or f commands.  Instead use the create or
  1660.         open commands to prevent excessive term function recursion.
  1661.  
  1662.         Assigning a string to a function key with the set command causes
  1663.         that string to be sent to the remote when the key is used within the
  1664.         term function.  If the string begins with @, the remainder of the
  1665.         string is executed as a ZCOMM command.
  1666.  
  1667.         EXAMPLE: set f3 "@rb" Assigns the rb command to F3.
  1668.  
  1669.  
  1670.       set[s|c] [_]sparam This form of the set command allows strings
  1671.         containing double quote (") characters to be defined.
  1672.  
  1673.         Given with string parameter sparam, but no string, set reads string
  1674.         from the next line verbatim, with only the trailing CR/LF removed.
  1675.         The line should not begin with a space or tab unless one is required
  1676.         for string.  This form may be used for entering strings containing
  1677.         double quotes.  If a script is active, the next line is read from
  1678.         the current script file, otherwise the user is prompted for it.
  1679.         N.B.: This form of the set command cannot be used as the predicate
  1680.         of an if command.  The argument should not appear as a label or
  1681.         telephone directory entry.
  1682.  
  1683.         EXAMPLE: set outahost
  1684.         @o; pk3; sp 2400; set disks "abcd"; putw "\336ATM0H1\r" Programs
  1685.         outahost to drop DTR ("o"), set 2400 baud, allow disks a,b,c, and d,
  1686.         and send an ATM0H1 (go off hook) command to the modem to busy out
  1687.         the telephone line.
  1688.  
  1689.  
  1690.       setn sparam expression The setn command stores as a decimal number the
  1691.         result of an arithmetic expression consisting of decimal numbers,
  1692.         string variables, the length of string variables denoted with %, and
  1693.         the operators +, -, *, and /.  The expression is evaluated strictly
  1694.         left to right with 32 bit precision.
  1695.  
  1696.         EXAMPLE: setn vv 1+vv
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.       __________
  1703.  
  1704.       16. Because a failed if command would skip to the next line, the
  1705.           argument of the set command, and attempt to execute it as a script
  1706.           line.
  1707.  
  1708.  
  1709.  
  1710.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1711.  
  1712.  
  1713.       Version 18.18 TurboDial 2.41            Universal Line Printer Edition
  1714.       ZCOMM User Manual                                                  150
  1715.  
  1716.       set? sparam condition The set?  command stores a decimal number
  1717.         representing the result of a test condition.
  1718.  
  1719.         EXAMPLE: set? s0 S Stores the value of the S test condition
  1720.         (transmission speed) in string variable s0.
  1721.  
  1722.  
  1723.       sleep deci-seconds Sleep causes ZCOMM to pause for the specified
  1724.         tenths of seconds.  This command may be used in a script with one or
  1725.         more put commands to login to a timesharing service.  The presence
  1726.         of a character in the keyboard buffer will cause the sleep command
  1727.         to finish before the specified time.
  1728.  
  1729.         The maximum sleep time is 32000 tenths of seconds.  Applications
  1730.         involving long sleep times may be better handled with the Host
  1731.         Operation callout queue.
  1732.  
  1733.         EXAMPLE: sleep 30 Pauses for 3 seconds.
  1734.  
  1735.  
  1736.         SEE ALSO: callout queue, \336 (string parameters)
  1737.  
  1738.       Soft Keys The Soft Keys f1-f12, fs1-fs10, fc1-fc10, fa1-fa10, ALT-a to
  1739.         ALT-z, fins, fdel, fhome, fend, fup, fdown, fleft, fright, fpgup,
  1740.         fpgdn, etc.  may be programmed by set commands given in script
  1741.         files, including the "setup" entry in the distribution PHODIR.t
  1742.         file.  The strings or commands assigned to these keys may be
  1743.         displayed with the keys or ALT-K command.  To get a current list of
  1744.         the available soft keys (and other string parameters), keyboard the
  1745.         following three commands:
  1746.  
  1747.              pv1
  1748.              >keylist
  1749.              set
  1750.              close; pv0
  1751.  
  1752.       source sourcefile Accept script commands from sourcefile.  The source
  1753.         and call commands may be nested with up to six[17] scripts open at
  1754.         once.
  1755.  
  1756.         If the script has a READ ONLY attribute, ZCOMM is unrestricted
  1757.         during execution of the script.*
  1758.  
  1759.         Command lines in files accessed by the source command must begin
  1760.  
  1761.  
  1762.       __________
  1763.  
  1764.       17. Deep nesting may require a decrease in circular buffer memory
  1765.           allocation.
  1766.  
  1767.  
  1768.  
  1769.       (C) 1994 Omen Tech Inc                        Chapter 19 Main Commands
  1770.  
  1771.