home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / comm / ZCOMMDOC.LZH / ZCOMMDOC.AD < prev    next >
Text File  |  1990-06-26  |  80KB  |  1,771 lines

  1.  
  2.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  3.         ZCOMM User Manual                                                   91
  4.  
  5.           reasserted to allow the modem to originate or answer another
  6.           call.[5]
  7.  
  8.           SEE ALSO: o, off commands
  9.  
  10.         call [-N] [name][.path][,modifier] Prepare ZCOMM for a new task and
  11.           invoke an entry in the Phone Directory.
  12.  
  13.           The 7, A, a, b, C, c, E, e, g, H, h, i, j, n, o, P, p, q, r, S, s,
  14.           t, u, v, w, X, x, Z, and z modes are reset.  The d mode is set.  The
  15.           e, f, g, k, m, p, q, t, w, Kermit 8, zmodem C, e, l, L, p, t, T, w,
  16.           and W parameters are reset to their default values.  The search
  17.           patterns are erased.  Permanent string parameters set with the set
  18.           _svar command are set to empty.
  19.  
  20.           If path has been specified, it is searched for a line beginning with
  21.           name.  Otherwise, ZCOMM searches the telephone directory.  An
  22.           optional modifier (string with a leading comma), if specified, is
  23.           not used in the directory search.
  24.  
  25.           If the search is successful, the entire directory entry name is
  26.           copied to the remote string parameter.  The complete argument
  27.           entered on the command line is stored in the args string parameter
  28.           visible to the called script.  If the script has a READ ONLY
  29.           attribute, ZCOMM is unrestricted during execution of the script.
  30.           ZCOMM then executes the commands on the rest of the line (if any),
  31.           and on succeeding lines beginning with a space or tab.  If the v
  32.           numeric parameter is greater than zero, each command from the file
  33.           is displayed on the screen before it is executed.
  34.  
  35.           It is not necessary to type the entire name as it appears in the
  36.           telephone directory, as ZCOMM will find the first entry that name is
  37.           a prefix of.  Iff name is empty, execution begins with the first
  38.           line of path.
  39.  
  40.           EXAMPLE: call cis1200
  41.                call cis1
  42.                call cis.C:/newscript
  43.  
  44.  
  45.           EXAMPLE: call genie,upl Invokes the genie telephone directory entry
  46.           with the modifier ,upl available to the called script.
  47.  
  48.  
  49.         ______________________________________________________________________
  50.  
  51.          4. The modem must be configured to use Data Terminal Ready (DTR).
  52.  
  53.          5. Most dialing scripts include an initial bye command to make sure
  54.             any previous call is disconnected.
  55.  
  56.  
  57.  
  58.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  59.  
  60.  
  61.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  62.         ZCOMM User Manual                                                   92
  63.  
  64.           The call command is not limited to making connections.  For example,
  65.           "call host" in the distribution PHODIR.t file conditions a Hayes
  66.           compatible modem to answer incoming calls silently, set parameters,
  67.           and activates ZCOMM's host operation.
  68.  
  69.           Most directory entries include a telephone number to dial.  If ZCOMM
  70.           is used with an autodial modem, the number of retries N (default
  71.           none) may be specified.
  72.  
  73.           EXAMPLE: call -40 cbbs-r Attempts 40 retries before giving up.
  74.  
  75.           The interval between retries is set by the i numeric parameter.
  76.  
  77.           EXAMPLE: pi4 Sets the interval between retries to 4 seconds.
  78.  
  79.           Words To the Wise: Abuse of the retry feature by continually calling
  80.           busy numbers may incur the wrath of the Telephone Company.
  81.           Especially with Message Unit Accounting, Big Brother may be watching
  82.           your telecommunications habits.  Some long distance services (MCI,
  83.           Sprint, AT&T, etc.) charge for unsuccessful calls, especially if the
  84.           phone is allowed to ring (or ring busy) for more than a few seconds.
  85.  
  86.           Consult your telephone company about legal limits to the number and
  87.           frequency of retries.
  88.  
  89.           Since some computer services will disconnect within a short time if
  90.           no login is attempted, you should start communicating as soon as the
  91.           modems are connected.  ZCOMM sounds the bell after making the
  92.           connection if retries have been specified.
  93.  
  94.           The source, gosub and call commands may be nested with up to six
  95.           command/phones file descriptors open at once.[6] A label may be the
  96.           target of a call command provided the trailing colon is included in
  97.           name.
  98.  
  99.         cat pathspec For Unix users, a synonym to the type command (q.v.).
  100.  
  101.         cd [dir] Change to directory dir.  If Restricted, dir is checked for a
  102.           parent directory ("cd  .."), and absolute paths ("cd  /src") not
  103.           prefixed by the home string parameter.  Giving cd without an
  104.           argument changes to the directory stored in the home string
  105.           parameter.[7] ZCOMM then stores the current directory in the pwd
  106.  
  107.  
  108.         __________
  109.  
  110.          6. Deep nesting may require a decrease in the circular buffer memory
  111.             allocation, see Chapter 15.
  112.  
  113.          7. The home parameter is set to the current directory when ZCOMM is
  114.             invoked, but may be changed with the set command.
  115.  
  116.  
  117.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  118.  
  119.  
  120.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  121.         ZCOMM User Manual                                                   93
  122.  
  123.           string parameter and displays it unless the v numeric parameter is
  124.           less than 0.
  125.  
  126.           EXAMPLE: cd  /tmp
  127.  
  128.           N.B.: When operating restricted, the home string parameter must
  129.           point to a valid directory in order to enforce the intended
  130.           directory path restriction.
  131.  
  132.           SEE ALSO: cdd and pwd commands, home and pwd string parameters
  133.  
  134.         cd  D:dir When a disk drive is specified with the cd command, the
  135.           current directory on that drive is changed but ZCOMM remains logged
  136.           in on the current drive and directory.  If Restricted, dir is
  137.           checked for a disk drive ("cd  b:/foo") not contained in the disks
  138.           string parameter.
  139.  
  140.           EXAMPLE: cd D:/tmp
  141.  
  142.  
  143.         cdd D:dir Change to (log in to) disk D and then to directory dir on
  144.           the specified disk.  If dir is not specified, the root directory is
  145.           assumed.  ** This is a shorthand equivalent to a D: command followed
  146.           by a chdir dir command.
  147.  
  148.           SEE ALSO: cd command
  149.  
  150.         chat Enter the term function to chat keyboard to keyboard.  Characters
  151.           typed by either keyboard are echoed to both ends, and RETURNS echo
  152.           as RETURN/LINEFEED.  In Host Operation, chat exits if the caller
  153.           types Ctrl-Z.
  154.  
  155.           Chat will become hostile if the other end also echoes characters.
  156.           (Try it sometime on a timesharing system; it's fun.)
  157.  
  158.         close Writes the contents of the circular buffer iff a receive file is
  159.           open, then closes the receive and transmit files.  ZCOMM complains
  160.           if no files were open.
  161.  
  162.           SEE ALSO: nolog command
  163.  
  164.         closerx Iff a receive file is open, writes the circular buffer then
  165.           closes the receive file.
  166.  
  167.           SEE ALSO: nolog command
  168.  
  169.         closetx Closes the transmit file, if it is open.
  170.  
  171.           SEE ALSO: nolog command
  172.  
  173.  
  174.  
  175.  
  176.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  177.  
  178.  
  179.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  180.         ZCOMM User Manual                                                   94
  181.  
  182.         cl Clears the screen.
  183.  
  184.         cls Resets display modes and clears the screen.
  185.  
  186.         CONFerence Enters the term function with a 1 line window for composing
  187.           commands and text.  Chapter 21.5 gives details.
  188.  
  189.         crc pathspec Print the CRC-32 and character count for the specified
  190.           files.  The crc command verifies the identity of two (or more)
  191.           copies of a file.  Iff the lengths and CRC-32's of two files are the
  192.           same, the files are almost certainly identical.  Comparing files
  193.           with the crc command is faster than transmitting a second copy for
  194.           character by character comparisons.
  195.  
  196.           EXAMPLE: "crc", "crc *.c"
  197.  
  198.           HINT: To generate a file containing the CRC's of the files in the
  199.           current directory:
  200.  
  201.                >crc.lst
  202.                crc *.*
  203.                close
  204.  
  205.           After the files are copied, run the commands above (with a different
  206.           file name), then compare the two files with DIF.EXE to detect any
  207.           that have changed.
  208.  
  209.           SEE ALSO: sum, wc commands
  210.           Source for a public domain Unix/DOS version of CRC is available.
  211.  
  212.         create [-modes] outfile If a receive capture file is open as the
  213.           result of a create or t filename command, write the circular buffer
  214.           and close it.  Then create outfile for use with the term function
  215.           with modes.  The create command is especially useful when you don't
  216.           want to enter the term function immediately.
  217.  
  218.           EXAMPLE: create -ys /tmp/cbbs.tmp[8]
  219.  
  220.  
  221.           SEE ALSO: > command
  222.  
  223.         createx outfile Similar to the create command, but does not open
  224.           outfile if a file with the same pathname already exists.  The
  225.           resulting error message may be suppressed by setting the v numeric
  226.  
  227.  
  228.         __________
  229.  
  230.          8. The y mode overwrites any existing file with the same name.  The s
  231.             mode strips most control characters from the resulting disk file.
  232.  
  233.  
  234.  
  235.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  236.  
  237.  
  238.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  239.         ZCOMM User Manual                                                   95
  240.  
  241.           parameter negative.  Scripts may test for success with the r test
  242.           condition.  The createx command may be used to manage semaphores to
  243.           lock resources or work entries used by multiple instances of a
  244.           program.  The createx command is available on Unix and OS/2 flavors.
  245.  
  246.           SEE ALSO: kill command
  247.  
  248.         del pathspec Delete the specified files.  No message is printed if one
  249.           or more of the specified files could not be deleted.  No
  250.           confirmation is requested for mass deletes.
  251.  
  252.           WARNING: As with all ZCOMM pathspec specifications, a directory name
  253.           expands to all files in that directory.
  254.           N.B.: Do not attempt to delete an open file on DOS, especially the
  255.           history file.
  256.  
  257.           SEE ALSO: browse command
  258.  
  259.         demand password Scripts must often verify a caller's identity by
  260.           asking for a password.  The ZCOMM password command allows a caller
  261.           three chances to enter a given password.  Failure results in
  262.           disconnection.
  263.  
  264.           Password is processed for character escapes and string
  265.           substitutions.  All security restrictions on string parameters are
  266.           enforced.
  267.  
  268.           If the result is empty, no password is demanded.  Otherwise the user
  269.           is prompted to enter a string matching password in the correct case.
  270.           Keyboard input is not echoed.
  271.  
  272.           Three attempts to enter password are allowed.  If the password is
  273.           not correctly entered, DTR is pulsed to force the modem to
  274.           disconnect the caller, and the ?  numeric parameter is set negative.
  275.  
  276.           EXAMPLE: demand %password Requires the caller to enter a string
  277.           matching the contents of the password string parameter.
  278.  
  279.  
  280.         dir pathspec Display pathnames matching pathspec alphabetized across
  281.           the page.  Wildcard filename expansions are alphabetical.
  282.  
  283.           EXAMPLE: dir
  284.  
  285.  
  286.           EXAMPLE: dir y*.c *.h
  287.  
  288.  
  289.         dirr pathspec Displays the directory with length and creation date of
  290.           each file.  dirr displays the number of files matched, number of
  291.           blocks, number of kb in those files, and estimated transmission time
  292.  
  293.  
  294.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  295.  
  296.  
  297.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  298.         ZCOMM User Manual                                                   96
  299.  
  300.           at the current transmission speed assuming the fastest protocol
  301.           available (ZMODEM or YMODEM-g).  XMODEM and Kermit transfers take
  302.           longer than the displayed estimates.  Wildcard filename expansions
  303.           are alphabetical.
  304.  
  305.         dird pathspec Long Form directory, sorted by date.
  306.  
  307.         dirt pathspec Long Form directory, reverse sorted by date.
  308.  
  309.         dirl pathspec Long Form directory, sorted by file length.
  310.  
  311.         dirs pathspec Long Form directory, reverse sorted by file length.
  312.  
  313.         dirx pathspec Long Form directory, sorted by file extension.
  314.  
  315.         DISable{-modes} Disable mode(s) affecting the term function.  Chapter
  316.           20 describes modes affecting the term function.
  317.  
  318.           EXAMPLE: dis -t Disables throttle (t mode).
  319.  
  320.  
  321.         display [[no]dismode] ... Without an argument, prints the display
  322.           modes.  Display modes preceded by NO are turned off.  With one or
  323.           more arguments, turn on the specified display mode(s).  If an
  324.           argument is preceded by no, the specified display mode is turned
  325.           off.
  326.  
  327.           If an emulation is specified, it must be the first argument.
  328.           display command argument changing the terminal emulation (vt100,
  329.           lsi-adm3a, 3101, dumb) disables nlmode and overstrike.
  330.  
  331.           The display modes are:
  332.  
  333.           vt100 Emulate DEC VT-100 and VT-102 display codes and most Teletype
  334.                 5425 codes.  VT-52 and Zenith H-19 codes are the default.
  335.  
  336.           lsi-adm3a Emulate Lear Siegler ADM3a and Televideo 9xx control
  337.                 codes.
  338.  
  339.           dasher Emulate Data General Dasher terminals.
  340.  
  341.           3101  Executes IBM 3101 and TI 940 escape codes.
  342.  
  343.           wyse  Emulate Wyse terminals in native mode, allow switching the
  344.                 keyboard to keyscan mode.
  345.  
  346.           dumb  Only null, bs, tab, cr and lf are executed, all others
  347.                 display.  As in real life, dumb takes precedence over vt100,
  348.                 vt52, and lsi-adm3a emulation.
  349.  
  350.  
  351.  
  352.  
  353.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  354.  
  355.  
  356.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  357.         ZCOMM User Manual                                                   97
  358.  
  359.           inhibit Inhibits the display (nothing prints).
  360.  
  361.                 SEE ALSO: Q mode
  362.  
  363.  
  364.           nlmode Received newlines (linefeed) display as return/linefeed.
  365.  
  366.           bell=visual Instead of sounding on the speaker, bell characters
  367.                 cause flashing notes to appear on the screen.
  368.  
  369.           overstrike Overstruck characters are displayed in bold face or
  370.                 underline (reverse video on CGA) as appropriate.
  371.  
  372.           autowrap The 81st character prints on a new line with possible
  373.                 scrollup.
  374.  
  375.           rautowrap Allow a backspace from the lest margin to reverse wrap to
  376.                 the last character position on the previous line.
  377.  
  378.           8bit  Decode 8bit control characters and G1 character set.
  379.  
  380.           stat=off Disables ZCOMM's status line.
  381.  
  382.           warpdrive Provides higher display speed without scrolling flicker,
  383.                 but causes noise (snow/chromablizzard) with CGA display
  384.                 adapters.
  385.  
  386.           mapkb Allow escape codes from the remote or a file to active
  387.                 alternate keyboard mapping.  The keyboard mapping is defined
  388.                 with a series of mk commands, such as those contained in the
  389.                 std.mk (standard keyboard) or 101.mk (101 key extended
  390.                 keyboard) files.  Other XXX.mk files may be provided; the
  391.                 first few lines of these files indicate the keyboard
  392.                 configuration they set up.  ZCOMM comes initialized with the
  393.                 std.mk mapping, which requires NumLock to be on.
  394.  
  395.                 EXAMPLE: source std.mk Defines a VT100 keyboard mapping for
  396.                 standard PC and PC-AT keyboards.
  397.  
  398.                 The term function keyboard mapping enabled by the mapkb
  399.                 command may override some ZCOMM functions.
  400.           A display nlmode nobell=visual Turns on nlmode display mode and
  401.           turns off the visual bell.
  402.  
  403.  
  404.           EXAMPLE: display vt100 Enables VT100/VT102 emulation used by many
  405.           computer systems.
  406.  
  407.  
  408.           SEE ALSO: tcs command
  409.  
  410.  
  411.  
  412.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  413.  
  414.  
  415.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  416.         ZCOMM User Manual                                                   98
  417.  
  418.         dump pathspec Dump the named files in a side by side hex/ASCII format,
  419.           similar to the CP/M users' group DUMP program.  The ending character
  420.           number is also displayed.  Zero length files are not displayed.
  421.  
  422.         echo[c|f] string Echo a line containing a single argument string in
  423.           reverse video.  Tabs should not be used with the echo command.  The
  424.           echoc command also echoes its argument to the capture file (if
  425.           open), without reverse video.  The echof command echoes its argument
  426.           to the capture file only.
  427.  
  428.           EXAMPLE: echoc "File not Accepted" Outputs a line to the screen and
  429.           to the capture file.
  430.  
  431.  
  432.           EXAMPLE: echo "Dave, This conversation can serve no further
  433.           purpose." Displays a line on the screen only.
  434.  
  435.  
  436.           SEE ALSO: lput command, r numeric parameter, character escapes
  437.  
  438.         egrep[m] regular-expression pathspec ** Display lines in the specified
  439.           files matching regular-expression.  Regular Expressions are
  440.           discussed in Chapter 25.
  441.  
  442.           The egrepm command finds a line matching regular-expression in each
  443.           of the specified files, and then pages through the file beginning
  444.           with the matched line.  At the end of each screen, ZCOMM accepts the
  445.           same subcommands used with the findm command.
  446.  
  447.           EXAMPLE: egrep "^Subject:" *.* Displays all lines that begin with
  448.           "Subject:".
  449.  
  450.  
  451.           SEE ALSO: findmore command
  452.  
  453.           The egrep implementation does not strip the trailing CR/LF from
  454.           lines read from the disk.  This affects use of the $ regular
  455.           expression magic character.  When using the $ magic character, the
  456.           CR/LF at the end of normal lines must be represented as "..$".
  457.  
  458.         egrepq regular-expression pathspec ** Silently searches the specified
  459.           files for the first line matching regular-expression.  Upon a
  460.           successful search, the contents of this line are stored in the z0
  461.           string variable and the ?  numeric parameter is incremented.  The
  462.           egrepq command is useful for fetching password information from a
  463.           disk file.
  464.  
  465.           SEE ALSO: obey command, findq command
  466.  
  467.         else Execute the command(s) on the rest of the line if the last if
  468.           test performed on the current script level was false.
  469.  
  470.  
  471.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  472.  
  473.  
  474.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  475.         ZCOMM User Manual                                                   99
  476.  
  477.           N.B.: While else statements in programming languages are connected
  478.           to a particular if statement according to syntax, the connection in
  479.           ZCOMM is to the last if statement executed on the level, regardless
  480.           of goto's.
  481.  
  482.         ENAble {-modes} Enable mode(s) affecting the term function.  Chapter
  483.           20 describes modes affecting the term function.
  484.  
  485.           EXAMPLE: ena -h Enables half-duplex (local echo) Half-duplex mode
  486.           causes the term function to display keyboarded characters.
  487.  
  488.  
  489.         estimate length [speed] Use the specified length and optional
  490.           specified effective speed when displaying information for the next
  491.           receive file.  A length of 0 bypasses the length substitution.  Once
  492.           a speed (in effective bits per second) is given, it is used for all
  493.           locally displayed transmission time calculations until the next
  494.           speed or port command.
  495.  
  496.           EXAMPLE: estimate z2 Uses the file length stored in string variable
  497.           z2 in calculating the transmission time estimate for the next
  498.           received file.
  499.  
  500.  
  501.           EXAMPLE: speed 19200; estimate 0 2400 Use an effective transmission
  502.           speed of 2400 for transmission time estimates instead of the 19200
  503.           bps interface speed.
  504.  
  505.  
  506.         exit [code] Exit to the operating system with optional code.
  507.  
  508.           SEE ALSO: x, o, off commands
  509.  
  510.         EXPand sourcefile pathspec ** For each pathname in pathspec, execute
  511.           the commands in sourcefile with the string parameter item set to the
  512.           current pathname.  The commands in sourcefile must not themselves
  513.           contain wildcards (* or ?) or directory pathnames.  If no files
  514.           match pathspec, sourcefile is not executed.  If the script executed
  515.           has a READ ONLY attribute, ZCOMM is unrestricted during execution of
  516.           the script.
  517.  
  518.           EXAMPLE: expand plxupl 001* Executes the script plxupl once for each
  519.           file matching the wild card specification 001*.
  520.  
  521.  
  522.           EXAMPLE: expand a *.arc where the file a contains:
  523.                obey "!pkxarc -v %item >> arclist"
  524.           lists the contents of all .arc files to arclist.
  525.  
  526.  
  527.           Chapter 99 explains the use of this command in more detail.
  528.  
  529.  
  530.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  531.  
  532.  
  533.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  534.         ZCOMM User Manual                                                  100
  535.  
  536.         f [-modes] file The f (think of "file") command initiates transmission
  537.           of file with the term function.  One or more term function modes
  538.           (described in Chapter 20) may be enabled with the optional modes
  539.           flag.
  540.  
  541.           If q (TWX) mode is enabled, transmission pauses until the called
  542.           system's answerback restarts it with an XON, or until g mode is set.
  543.           Otherwise, any XOFF induced transmission pause is reset.
  544.  
  545.           Once the file has been opened with the f command, a pattern match or
  546.           keyboarding F1 or ALT-X will exit the term function with file
  547.           incompletely transmitted.  The rest of the file may be transmitted
  548.           by the t, F2, or wait commands.
  549.  
  550.           EXAMPLE: f -px message Uploads message paced by the p mode, which
  551.           sends a carriage return and pauses at the end of each transmitted
  552.           line until the remote responds with the prompt character (default
  553.           line feed).  The x mode makes the term function return to the script
  554.           after the file has been transmitted.
  555.  
  556.  
  557.           EXAMPLE: set eolstr "\r."; pp1000; pg58; f -p file Is useful for
  558.           uploading a prepared message to a CompuServe bulletin boards using
  559.           the "SIG" editor (not FILGE).  The eolstr setting sends a carriage
  560.           return and period after each line to prevent the CompuServe software
  561.           from reformatting the message.  Pp10000 Sets the pause timeout to a
  562.           long time.  Pg58 Sets the prompt character to ":".  f -p file
  563.           Transmits the file.
  564.  
  565.  
  566.           SEE ALSO: b, g, p, r, n, t, w, x, X modes, eolstr string parameter,
  567.           t and wait commands
  568.  
  569.         fail Terminate the current expand command, otherwise return from the
  570.           current script level with failure status.
  571.  
  572.           If called directly by another level of script, that level is
  573.           terminated.
  574.  
  575.           The fail command also causes the term function to exit, to allow a
  576.           function key to be programmed with a macro that exits the term
  577.           function.
  578.  
  579.           If called implicitly by a number presented for dialing, fail
  580.           terminates the current dialing attempt.  If no retries are left, the
  581.           call is abandoned.
  582.  
  583.         fg Indicates ZCOMM is running in the foreground with a user at the
  584.           keyboard.
  585.  
  586.           SEE ALSO: bg command, df test condition
  587.  
  588.  
  589.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  590.  
  591.  
  592.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  593.         ZCOMM User Manual                                                  101
  594.  
  595.         fget outfile * Gets 8 bit raw data from the modem to outfile without
  596.           any protocol.  No data is displayed on the screen.  Keyboarding F1
  597.           terminates recording; any other keyboarded character is sent to the
  598.           remote.  Iff the g numeric parameter is set to to some value other
  599.           than its default of 10 (line feed), the fget command terminates upon
  600.           reading and storing a character matching the g numeric parameter.
  601.           The fget command also terminates recording on loss of carrier detect
  602.           signal.
  603.  
  604.           This command can be used when the flow of data from the remote
  605.           cannot be regulated.  The maximum rate attainable without loss of
  606.           data is limited by the maximum interrupt latency of the operating
  607.           system and active device drivers.  The time required to write a 512
  608.           character buffer to disk may also limit the maximum average data
  609.           rate.  Each 512 character block must be written before the modem
  610.           interrupt input buffer overflows with new data.  If the startup time
  611.           for a floppy disk is excessive, better results will be obtained
  612.           writing to a hard disk or ramdisk[9] if a suitable device is
  613.           available.  Tests with an IBM Personal Computer, DOS 2.1, and a
  614.           Maynard Electronics hard disk suggest that no characters are lost at
  615.           9600 baud.  (Your results will vary depending on your configuration
  616.           and programming habits.  California estimates lower.)
  617.  
  618.           EXAMPLE: fget rawdata
  619.  
  620.  
  621.         find string pathspec Find and display lines containing matches to
  622.           string in the specified files.  Lower case characters in string
  623.           match either case; upper case characters in string match upper case
  624.           characters only.  If string contains spaces, tabs, or semicolon, it
  625.           must be enclosed by double quote characters.  ZCOMM C style escapes
  626.           may be used to represent control characters and string parameters to
  627.           be searched for.  Assuming normal DOS files (with CR/LF at the end
  628.           of each line), a \n at the beginning of string forces a match to the
  629.           beginning of a line.  A \r at the end of string (\n if the file(s)
  630.           have no returns in them) forces a match at the end of the line.
  631.  
  632.           The file name being searched and its length are displayed in the
  633.           status line.  For each line that contains a match to string, the
  634.           file name (if more than one file), line number, and the text of the
  635.           line are displayed.
  636.  
  637.           EXAMPLE: find count *.c Finds all occurrences of count or COUNT in
  638.           the named files.
  639.  
  640.  
  641.  
  642.         __________
  643.  
  644.          9. See comments on Extended Memory ramdisks in Chapter 33.
  645.  
  646.  
  647.  
  648.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  649.  
  650.  
  651.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  652.         ZCOMM User Manual                                                  102
  653.  
  654.           SEE ALSO: egrep command
  655.  
  656.         FINDMore string pathspec Findmore finds a line matching string in each
  657.           of the specified files, and then pages through the file beginning
  658.           with the matched line.  Otherwise, it is similar to the find
  659.           command.  When the screen is filled up, the prompt More?  appears.
  660.           Typing space displays another screenfull.  Typing n skips to the
  661.           next instance of string that has not yet been displayed.  Typing ^Q
  662.           or ^S displays one more character from the file.  Typing ^X skips to
  663.           the next file.
  664.  
  665.           SEE ALSO: egrepm, page commands
  666.  
  667.         findq string pathspec Silently searches the specified files for the
  668.           first line matching string.  The processing of string is identical
  669.           to the find command described above.  Upon a successful search, the
  670.           contents of this line are stored in the z0 string variable and the ?
  671.           numeric parameter is incremented.  The findq command is useful for
  672.           fetching password information from a disk file.
  673.  
  674.           SEE ALSO: egrepq command
  675.  
  676.         finish Terminates Kermit server operation on the remote system.
  677.  
  678.         fput file * Puts data from file to the remote at maximum speed without
  679.           any protocol.  After each 512 characters, the number of characters
  680.           transmitted is displayed in the status line, and the keyboard is
  681.           polled.  Any key will abort the transfer.  This is the fastest way
  682.           ZCOMM can transmit characters to the modem, with possible peak
  683.           speeds greater than 19kb.  This command is useful for testing RS232
  684.           peripherals at high peak rates such as 56 kilobaud.
  685.  
  686.           EXAMPLE: fput datafile
  687.  
  688.  
  689.         fpute file * Echoplex transmit a file to the remote, waiting for the
  690.           correct echo to each character transmitted (for Throttle/10
  691.           seconds).  The echoed character is sent to the CRT screen.  If fpute
  692.           receives a space as an echo to a tab, fpute waits for the spaces to
  693.           stop echoing for at least 100 milliseconds before resuming
  694.           transmission.  Transfer speed thus suffers when tabs are present in
  695.           the transmitted file unless the remote can be set to echo tabs as
  696.           tab characters instead of expanding them to spaces.  Throughput is
  697.           less than 1/3 of normal because of the echo delay.
  698.  
  699.           Fpute counts each time the correct character is not echoed as an
  700.           error.
  701.  
  702.           With n mode, fpute transmits only a linefeed at the end of each
  703.           line.  With r mode, fpute transmits only a carriage return at the
  704.           end of each line.  Most applications would use one of these modes.
  705.  
  706.  
  707.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  708.  
  709.  
  710.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  711.         ZCOMM User Manual                                                  103
  712.  
  713.           CPMEOF (Ctrl-Z) terminates the file transmission unless b mode is
  714.           set.
  715.  
  716.           Because fpute waits for the correct echo to each character sent,
  717.           fpute should be used for transmitting characters to programs that
  718.           echo exactly.
  719.  
  720.           Often it is easy to write a simple receive routine to synchronize
  721.           with the sender by echoing each character received.  On some
  722.           microcomputer systems, the device "TTY:" does just that.  Fpute is
  723.           especially useful for "spoon feeding" files to the serial inputs of
  724.           microcomputers and minicomputers.
  725.  
  726.           SEE ALSO: f command
  727.  
  728.         get filespec Instructs a remote Kermit server to the transmit the
  729.           specified file(s), then receives them.  The form of filespec varies
  730.           with the remote system; it must be quoted if it contains any special
  731.           characters or spaces.  The get command only operates with a Kermit
  732.           server; use kermit rb to receive files from a regular Kermit
  733.           program.
  734.  
  735.         goback label Search the current script file for label: and execute
  736.           commands starting at that line.  The goback command begins the
  737.           search at the beginning of the file.  It is faster than the goto
  738.           command which begins the search at the current line.
  739.  
  740.           SEE ALSO: goto command
  741.  
  742.         gosub name[.path] Call a script as a subroutine.  The phone directory
  743.           is searched for name unless another file is specified with .path.
  744.           Gosub has the same action as the call command (q.v.), but does not
  745.           reset modes, disconnect the modem, or modify the remote parameter.
  746.  
  747.           EXAMPLE: gosub dosig Executes the dosig entry in the telephone
  748.           directory.
  749.  
  750.  
  751.           EXAMPLE: gosub .%lib/baud.t Executes the commands in c:/yam/baud.t
  752.           assuming the lib string parameter contains c:/yam.
  753.  
  754.  
  755.           SEE ALSO: call command
  756.  
  757.         goto label Search the current script file for label: and execute
  758.           commands starting at that line.  A label begins at the first column
  759.           and ends with a colon (:).  Iff label precedes the current script
  760.           line, the goback command will locate the target label more quickly.
  761.           The goto command is valid only within a script or telephone
  762.           directory entry.  Please refer to Chapter 99 for examples using the
  763.           pattern, if, goto, and source commands.
  764.  
  765.  
  766.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  767.  
  768.  
  769.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  770.         ZCOMM User Manual                                                  104
  771.  
  772.         grab svar Grab reads a line from the currently open transmit file into
  773.           the specified string parameter svar.  Unless b mode is on, all
  774.           characters starting with the first CR and/or LF are discarded.  Grab
  775.           inhibits transmission of the open file until g mode is explicitly
  776.           set by a command.
  777.  
  778.           On end of file the transmit file is closed and the string parameter
  779.           is set empty.  End of file can be tested with the t test condition.
  780.  
  781.           SEE ALSO: putv command
  782.  
  783.         HAndshake {off|sw|on|cts|dsr|dcd|both|slow} Some modems and printers
  784.           cannot accept continuous full speed data.  These devices send
  785.           control characters (XOFF and XON) for flow control, or generate a
  786.           hardware flow control signal on the CTS, DSR, or DCD pin.  The
  787.           Handshake command controls the modem port hardware handshake
  788.           (default sw).[10]
  789.  
  790.           If hardware handshaking is selected, an ON to OFF transition on the
  791.           specified line pauses transmission, and an XON character will not
  792.           override the hardware restraint.
  793.  
  794.           After a timeout set by the S numeric parameter (default 60 seconds),
  795.           or if characters are in the keyboard input buffer, a warning message
  796.           is displayed, the restraint is released, and characters are sent.
  797.  
  798.           As a special case, handshake on obeys output flow control with the
  799.           CTS input signal, asserts input flow control with the RTS output
  800.           signal, and disables the transmission of XOFF characters when the
  801.           modem input buffer becomes nearly full.
  802.  
  803.           Some computers do not support concurrent disk and serial I/O at high
  804.           speeds.  The handshake slow command drops the RTS signal to the
  805.           modem during disk writes when receiving files with YMODEM-g or
  806.           ZMODEM.
  807.  
  808.           The command handshake both allows either CTS or XOFF to pause
  809.           output, in addition to asserting input flow control with the RTS
  810.           output.
  811.  
  812.           The handshake dcd command enables d mode (q.v.).  Subsequently,
  813.           selecting a different type of handshaking will disable d mode.
  814.  
  815.  
  816.         __________
  817.  
  818.         10. ZCOMM automatically disables its software (XON/XOFF) flow control
  819.             when using XMODEM, YMODEM and similar protocols that require all
  820.             256 byte codes.  These protocols will not work if the modem is set
  821.             for software flow control.
  822.  
  823.  
  824.  
  825.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  826.  
  827.  
  828.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  829.         ZCOMM User Manual                                                  105
  830.  
  831.           The "handshake off" command disables all flow control except for the
  832.           term function.
  833.  
  834.           The handshake command releases flow control (allows data to flow if
  835.           it had been stopped by handshaking).
  836.  
  837.           Changing the communications port with the port or portx command
  838.           disables hardware handshaking.
  839.  
  840.           SEE ALSO: S numeric parameter
  841.  
  842.           EXAMPLE: handshake cts Turns on CTS handshaking.
  843.  
  844.  
  845.         help The help command uses the helpfile or xhelpfile string parameter
  846.           depending on whether ZCOMM is in host operation.  Normally, the help
  847.           command displays a command summary, pausing every 24 lines.
  848.  
  849.           If the string parameter begins with the character @, ZCOMM uses the
  850.           rest of the parameter as the initial command to access a pop-up help
  851.           program.  The contents of the f string parameter are added to this
  852.           command, separated by a space.  Thus, if helpfile contains "@yhp
  853.           /umanh.hlp", giving the help command from the main prompt executes
  854.           the DOS command "yhp /umanh.hlp main".
  855.  
  856.           If the called program leaves a file yamhelp.tmp containing script
  857.           commands in the current directory, ZCOMM executes this file with a
  858.           source command and then deletes it.
  859.  
  860.           SEE ALSO: f, helpfile, xhelpfile string parameters, source command
  861.  
  862.         history [histfile] Opens histfile for use as a dual 64 entry history
  863.           file for commands entered both at the ZCOMM command prompt and
  864.           online with the term function.  Histfile is a random access file
  865.           used as a pair of circular buffers to save commands for recall.
  866.           Only a file created by a previous history command may be used with
  867.           the history command.  If the specified histfile does not exist, it
  868.           is created.  Histfile stores commands with T or more characters
  869.           where T is the value of the T numeric parameter.
  870.  
  871.           If histfile is not specified with the history command, the current
  872.           history file is updated and closed.
  873.  
  874.           The history command may be given with a different file name whenever
  875.           desired to access useful commands saved from previous sessions with
  876.           a particular host or application.
  877.  
  878.           When history is enabled, the Up and Down function keys scroll
  879.           through previously entered commands.  Ctrl-P and Ctrl-N may be used
  880.           in place of Up and Down respectively.  An old command so selected
  881.           may be edited with editing keys described in Chapter 17 and executed
  882.  
  883.  
  884.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  885.  
  886.  
  887.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  888.         ZCOMM User Manual                                                  106
  889.  
  890.           with the <ENTER> key.
  891.  
  892.           In the term function, the history accessed with the Up and Down keys
  893.           is displayed and edited in the status line. [11] A Ctrl-X clears the
  894.           recalled text and restores normal status line and keyboard
  895.           operation.
  896.  
  897.           EXAMPLE: history /tmp/favbbs.hist
  898.  
  899.  
  900.           SEE ALSO: r command, T numeric parameter
  901.           N.B.: Do not give the history command before you have entered any
  902.           secret passwords from the keyboard as these will be saved in the
  903.           history file.  The history command without an argument closes the
  904.           history file and disables command recall.  Alternatively, the T
  905.           numeric parameter may be set to a large value to inhibit storing of
  906.           passwords in histfile.
  907.  
  908.           Normally, histfile should be an absolute pathname to insure that the
  909.           same file will be used regardless of the directory from which ZCOMM
  910.           is called from.
  911.  
  912.           The history command is not available when Restricted.
  913.           N.B.: Do not attempt to delete an open file on DOS, especially the
  914.           history file.
  915.  
  916.         host The host command conditions ZCOMM to accept incoming calls
  917.           unattended.  Host operation is described in Chapter 27.  The EXIT
  918.           key F1 terminates Host Operation.
  919.           N.B.: The host command is normally given only by a script that sets
  920.           parameters to their appropriate values.  Use the "host" entry in the
  921.           distributed PHODIR.t file as a prototype for your application.
  922.  
  923.           SEE ALSO: remote command
  924.  
  925.         if condition command ... The if command provides powerful condition
  926.           testing for scripts.  If executes the command(s) on the rest of the
  927.           line if condition is true.  Otherwise, execution continues
  928.           immediately with the next script line.  Chapter 26 describes the
  929.           testable conditions.
  930.  
  931.           SEE ALSO: else, on commands
  932.  
  933.         ife condition cmd1 ...; cmd2 ... Execute cmd1 ...  if condition is
  934.           true; otherwise skip to the first semicolon in the rest of the line
  935.  
  936.  
  937.         __________
  938.  
  939.         11. Unix/Xenix flavors only support Backspace editing in this mode.
  940.  
  941.  
  942.  
  943.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  944.  
  945.  
  946.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  947.         ZCOMM User Manual                                                  107
  948.  
  949.           and resume execution (unconditionally) with cmd2.  Iff a semicolon
  950.           is not present, execution resumes at the end of the line, useful
  951.           within the body of a while command.
  952.  
  953.           EXAMPLE: set f5
  954.           @ife %s1 echo "s1 =%s1";  else echo "s1 not set"
  955.  
  956.           (Without the "else", the right half will always execute.)
  957.  
  958.  
  959.         kbdlock N * Controls acceptance of keyboarded characters by the term
  960.           function and during protocol file transfers.  If N is non zero, the
  961.           term function does not act upon key strokes.  If N is greater than
  962.           1, key strokes have no effect on protocol transfers.  The Ctrl-Break
  963.           key and the command prompt reset kbdlock to 0.  If N is 257, the
  964.           Ctrl-Break key does not reset Kbdlock.  Kbdlock does not affect the
  965.           k test condition or the accept command.  Characters typed while
  966.           kbdlock is on will become available at the next command prompt,
  967.           accept command, or when kbdlock is reset unless typeahead is purged
  968.           with the purgek command.
  969.  
  970.           SEE ALSO: purgek command, Ctrl-Break key
  971.  
  972.         kbdmon [file] captures keystrokes to file.  If file exists, it is
  973.           appended to.  Function keys are denoted by an 0xFF character
  974.           followed by the code returned by the BIOS.  The kbdmon command
  975.           without an argument closes the file.  This command is not available
  976.           when Restricted.
  977.  
  978.         kermit By itself, selects Kermit or Kermit related parameters for use
  979.           by the !!, p, rb, and sb commands.
  980.  
  981.         Kermit rb [-options] Kermit rb receives files using the Kermit file
  982.           transfer protocol.  Chapter 19 describes the available options.
  983.           File names are given by the sending program.  The Kermit programs
  984.           must have compatible parity settings as described in Chapter 12,
  985.           Kermit Protocol.
  986.  
  987.           Kermit rb receives files from a regular Kermit program; use the get
  988.           command to receive files from a Kermit server.
  989.  
  990.           EXAMPLE: kermit pi1;  kermit rb Downloads files from an IBM
  991.           mainframe.
  992.  
  993.  
  994.           ZCOMM's term function will sense the remote Kermit's parity setting
  995.           and download files without user intervention When the remote Kermit
  996.           starts sending, if K (Kermit autodownload) mode is enabled (the
  997.           default).
  998.  
  999.  
  1000.  
  1001.  
  1002.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1003.  
  1004.  
  1005.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1006.         ZCOMM User Manual                                                  108
  1007.  
  1008.         Kermit sb [-options] pathspec Kermit sb sends the specified files to
  1009.           either a regular Kermit program or a Kermit server.  Chapter 19
  1010.           describes the available options.  The Kermit programs must have
  1011.           compatible parity settings as described in Chapter 12, Kermit
  1012.           Protocol.
  1013.  
  1014.           EXAMPLE: kermit pi1;  kermit sb file ...  Sends the specified files
  1015.           to an IBM mainframe.
  1016.  
  1017.  
  1018.         keys, ALT-K Keys displays the definitions the user has assigned to the
  1019.           function keys.
  1020.  
  1021.         ki Clears the y0...y127 string parameters and causes circular buffer
  1022.           writing operations to ignore data from the remote which has already
  1023.           been displayed.  This data is still available to the review
  1024.           function.
  1025.  
  1026.  
  1027.           EXAMPLE: The script fragment
  1028.  
  1029.               pat 1c "///BEGIN///"   "@ki create -+ print.fil"
  1030.               pat 2c "///END///"   "@close"
  1031.               wait -f30000
  1032.  
  1033.           will capture the data that arrives between "///BEGIN///" and the end
  1034.           of the string "///END///".  Other data from the remote will not be
  1035.           captured to disk.  The long pattern match fail time (30000 seconds)
  1036.           makes the the cycle repeat almost indefinitely.
  1037.  
  1038.  
  1039.           SEE ALSO: W mode
  1040.  
  1041.         kill Erases (flushes) all data stored in the circular buffer and
  1042.           restores the buffer pointers to their initial positions.
  1043.  
  1044.         kill [-signum] procnum Available on Unix and OS/2 flavors, this form
  1045.           of the kill command supports interprocess communications.  If signum
  1046.           is absent, the kill command checks for the existence of the
  1047.           specified process, but does not send it a signal.  Success sets the
  1048.           ?  numeric parameter to 0, otherwise -1.
  1049.  
  1050.           SEE ALSO: createx command, Unix kill(1)
  1051.  
  1052.         l, ll, ls, lx For Unix users, synonyms for the dir commands.
  1053.  
  1054.         learn lfile TurboLearn(TM) Script Writer records timing information
  1055.           and term function keystrokes to lfile.  The TurboLearn program
  1056.           tlearn.exe then generates a script using this data.  Normally,
  1057.           learning is initiated after the connection has been established, but
  1058.           before the first prompt is received from the remote.  This is best
  1059.  
  1060.  
  1061.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1062.  
  1063.  
  1064.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1065.         ZCOMM User Manual                                                  109
  1066.  
  1067.           accomplished with the F4 key, which activates the tlearn telephone
  1068.           directory entry.
  1069.  
  1070.           Function keys, cursor keys, reassigned keys, and scripts[12] should
  1071.           not be used while learning.
  1072.  
  1073.           When accepting passwords and other sensitive information, systems
  1074.           sometimes acknowledge each keyboard character with #, *, x, or X,
  1075.           instead of the keyboarded character itself.  When this happens, do
  1076.           not type characters faster than the remote responds to them.
  1077.  
  1078.           The resulting script should be examined for evidence of keyboarding
  1079.           mistakes, line noise, and dependence on prompts that change each
  1080.           time you access the system.
  1081.  
  1082.           The comments below apply when the tlearn script is not used.
  1083.  
  1084.           EXAMPLE: kill
  1085.                123-4567; learn lfile
  1086.  
  1087.           From the ZCOMM main command prompt, enter the desired phone number.
  1088.           When ZCOMM connects, the learn command enters the term function with
  1089.           learning (recording) turned on.
  1090.  
  1091.                <keyboard the operations you wish recorded>
  1092.  
  1093.           Login to the bulletin board as usual.  If you make keyboarding
  1094.           mistakes, you can edit the script file later.
  1095.  
  1096.                ALT-C F1
  1097.  
  1098.           Terminate learning with ALT-C, and return to the main command prompt
  1099.           with the F1 key.
  1100.  
  1101.                !tlearn lfile >newscript
  1102.  
  1103.           From the main command prompt, execute the TurboLearn program tlearn
  1104.           with a DOS Gateway.
  1105.  
  1106.  
  1107.           After recording, the tlearn program reads lfile and generates a
  1108.           series of pattern and put script commands to let ZCOMM search for
  1109.           the prompts and respond with the proper keystrokes.  The resulting
  1110.           script file newscript may be accessed with the source command.
  1111.  
  1112.  
  1113.  
  1114.         __________
  1115.  
  1116.         12. Other than the dialing script
  1117.  
  1118.  
  1119.  
  1120.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1121.  
  1122.  
  1123.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1124.         ZCOMM User Manual                                                  110
  1125.  
  1126.           Alternatively, the last command above may be replaced with
  1127.  
  1128.                !tlearn -d newdirname lfile >>phones.t
  1129.  
  1130.           to add the new script to the end of your telephone directory.
  1131.  
  1132.           The -d dirname causes tlearn to prepend the given new directory
  1133.           entry name newdirname and the telephone number to the resulting
  1134.           script commands.  The redirection characters >> add the script
  1135.           commands to the end of your telephone directory.
  1136.  
  1137.           You can also use the -d newdirname option to tlearn to prepare a new
  1138.           directory entry in a separate file.  Then you can edit this file and
  1139.           add it somewhere within your telephone directory.
  1140.  
  1141.           The tlearn program also accepts a -r option to suppress a "return"
  1142.           command normally emitted at the end of the generated script.  This
  1143.           tlearn option allows one to append an "off" command to the generated
  1144.           script.
  1145.  
  1146.         link * Link two serial ports.  The link command allows remote access
  1147.           to a computer or other device connected to another port.  For
  1148.           example, if port 1 is connected to an autoanswer modem and port 2 is
  1149.           connected to a local timesharing machine, the link command would
  1150.           allow dial-up callers access to the timesharing machine.  Chapter
  1151.           18.5 describes the link command.
  1152.  
  1153.         list pathspec The list command uses standard DOS character output
  1154.           routines and any installed CRT device driver instead of ZCOMM's own
  1155.           CRT driver.  The printer can be enabled with ^P given to DOS (not
  1156.           ZCOMM).  List the specified file(s).
  1157.  
  1158.           This command closes any open transmit file.  ZCOMM detects SQueezed
  1159.           files and prints them in ASCII.* List pauses/resumes printing with
  1160.           ^S.  Keyboarding ^C cancels, and ^X skips to the next file (it might
  1161.           take a few whacks of the keyboard to get ZCOMM to hear it.) The list
  1162.           command defaults to a type command when ZCOMM is in host operation.
  1163.  
  1164.           EXAMPLE: list *.cq
  1165.  
  1166.  
  1167.           SEE ALSO: browse, type, page commands
  1168.  
  1169.         lput string Displays string on the console display.  String is
  1170.           processed for character escapes.  Lput is useful for scripts sending
  1171.           cursor control codes to the screen.  Control characters and escape
  1172.           sequences used with the lput command are always decoded with ZCOMM's
  1173.           default extended VT52/Z19 emulation, which also recognizes ANSI "ESC
  1174.           [" sequences, regardless of which display emulation is selected.
  1175.           Unlike the echo command, lput does not display in reverse video and
  1176.           does not add a carriage return/linefeed to its argument.
  1177.  
  1178.  
  1179.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1180.  
  1181.  
  1182.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1183.         ZCOMM User Manual                                                  111
  1184.  
  1185.           SEE ALSO: echo command
  1186.  
  1187.         lputp string Outputs string to the line printer.  String is processed
  1188.           for character escapes.  Strings with embedded nulls (represented
  1189.           with the \000 character escape) may be used.  The lput command
  1190.           should not be used if the printer is jammed, out of paper, or off
  1191.           line.  These conditions may be tested with the l test condition.
  1192.           This command is not allowed when ZCOMM is Restricted.
  1193.  
  1194.           EXAMPLE: if l lputp "\E\017" If the printer is ready, ZCOMM sends
  1195.           ESC SI to select compressed printing on an IBM 80 CPS printer.
  1196.  
  1197.  
  1198.           SEE ALSO: l numeric parameter, l test condition, \dNNN (decimal)
  1199.           character escapes
  1200.  
  1201.         menu Execute script commands from the file name stored in the string
  1202.           parameter menu.
  1203.  
  1204.         message The message command allows a caller to keyboard a message
  1205.           which will be appended to a file specified by the string parameter
  1206.           messages.  The message command allows the caller to type in up to 64
  1207.           lines of text.  A blank line terminates the message.  This command
  1208.           is intended for short messages; long messages should be uploaded
  1209.           with a file transfer protocol.  Keyboarding is controlled by the Z
  1210.           numeric parameter, which sets the hot zone column after which a
  1211.           keyboarded space character begins a new line.
  1212.  
  1213.         mk [scancode shiftstate class string] Assign term function keyboard
  1214.           mapping.  Without an argument, mk resets and disables keyboard
  1215.           mapping.  The mk command is described in Chapter 28.
  1216.  
  1217.           SEE ALSO: N numeric parameter, _ command
  1218.  
  1219.         more pathspec See page command.
  1220.  
  1221.         mput string The mput command transmits string to the remote at full
  1222.           speed.  String is processed for character escapes.  Unlike the put
  1223.           and putw commands, mput does not display characters coming from the
  1224.           remote (they are held in the interrupt buffer).  Control and other
  1225.           special characters may be entered with character escapes.  If a
  1226.           carriage return should be sent, it must be explicitly coded with \r
  1227.           at the end of the string.
  1228.  
  1229.           SEE ALSO: put, putw commands
  1230.  
  1231.         nolog * Suppress generation of the next log entry (of any kind).
  1232.  
  1233.           EXAMPLE: mysys     nolog speed 1200 123-4567 t
  1234.           Suppresses the log entry that would otherwise be made if the calllog
  1235.           string parameter is set.
  1236.  
  1237.  
  1238.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1239.  
  1240.  
  1241.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1242.         ZCOMM User Manual                                                  112
  1243.  
  1244.         nulls n When accessing ZCOMM in host operation, nulls sets the number
  1245.           of nulls (default 0) sent after each linefeed to allow slow
  1246.           terminals time to scroll.
  1247.  
  1248.           EXAMPLE: nulls 4
  1249.  
  1250.  
  1251.         o Terminates a data call by dropping DTR (Data Terminal Ready).  DOS
  1252.           ZCOMM drops Clear To Send (CTS) as well as DTR if hardware flow
  1253.           control was selected with the handshake command.  A bye or speed n
  1254.           command must be given to reassert DTR before making or answering
  1255.           another data call.[13] The o command does not release ownership of
  1256.           the serial port.
  1257.  
  1258.           SEE ALSO: speed, bye, off, port commands
  1259.  
  1260.         obey string Sometimes one wishes to execute the contents of a string
  1261.           parameter as a ZCOMM command.  Other times one needs to reference a
  1262.           pathname stored in a string parameter in the context of a command
  1263.           that does not itself perform string substitution on its argument(s).
  1264.  
  1265.           Obey executes string as a ZCOMM command.  Character escapes in
  1266.           string are substituted before execution.
  1267.  
  1268.           EXAMPLE: obey ">>%s0" Redirects the output of utility commands to
  1269.           the pathname stored in string parameter s0.
  1270.  
  1271.  
  1272.           EXAMPLE: pat 19c "OBEY-LAST" "@obey %y2" Sets pattern 19 to execute
  1273.           the previous line received from the remote when the string "OBEY-
  1274.           LAST" is received.
  1275.  
  1276.           N.B.: The remainder of the line after the obey command will be
  1277.           executed unless execution of string is terminated by a return or
  1278.           fail command.  The construction obey "if xxx goto foo" May be used
  1279.           only if no commands follow the obey command's string argument.
  1280.           N.B.: Backslashes in file names used with the obey command must be
  1281.           escaped.
  1282.           N.B.: When the obey command is used to substitute file names, file
  1283.           names containing separator or operator characters such as & may
  1284.           change the syntax of the resulting command.  For instance, the
  1285.           pathological but legal DOS filename foo&&999.bar would cause obey if
  1286.           f%thisfile gosub dofile to expand to if ffoo&&999.bar gosub dofile
  1287.           to parse as a test for a match to an illegal pattern 999.
  1288.  
  1289.  
  1290.  
  1291.         __________
  1292.  
  1293.         13. Most telephone directory entries include a speed command.
  1294.  
  1295.  
  1296.  
  1297.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1298.  
  1299.  
  1300.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1301.         ZCOMM User Manual                                                  113
  1302.  
  1303.         off Disable the modem by dropping DTR (Data Terminal Ready), [14]
  1304.           release ownership of the serial port, and exit to the operating
  1305.           system.  DOS ZCOMM drops Clear To Send (CTS) as well as DTR if
  1306.           hardware flow control was selected with the handshake command.
  1307.  
  1308.           Exit status is the value of the ?  numeric parameter.
  1309.  
  1310.           The next program must select the port and initialize it to reassert
  1311.           DTR before making or answering another data call.
  1312.  
  1313.           SEE ALSO: bye, x, o, port commands
  1314.  
  1315.         on [condition rest-of-line] * Executes rest-of-line if condition is
  1316.           true.  Condition is tested after each command line executes, unless
  1317.           a return or fail command is executed, or when pattern is the last
  1318.           command on the line.  An on command without predicate (on a line by
  1319.           itself) cancels the on command active at that script level.
  1320.  
  1321.           EXAMPLE: on
  1322.  
  1323.           The term function may be accessed with the wait command and no
  1324.           patterns active to force an exit on loss of carrier detect or
  1325.           pattern search timeout.  Otherwise, ZCOMM could remain in term
  1326.           function until a command is keyboarded.  Typical commands to use
  1327.           with the on statement are goto, return, off, and abort.  Chapter 26
  1328.           describes the testable conditions.
  1329.  
  1330.           One active on statement is available for each level of script.  The
  1331.           on statement does not propagate to succeeding script levels.
  1332.  
  1333.           When rest-of-line is executed, the on statement at that level is
  1334.           cancelled.  An on command cancels any previous on command at that
  1335.           script level.
  1336.  
  1337.           EXAMPLE: on !c goto fooend Branches to fooend if the carrier drops
  1338.           out.
  1339.  
  1340.           SEE ALSO: wait, if commands
  1341.           NB: No other commands may be on the line after the on command except
  1342.           for its predicate.
  1343.  
  1344.         open [-modes] file Opens file for transmission with the term function
  1345.           with modes.  The open command should be used when you don't want to
  1346.           enter the term function immediately, or are already in it.  In other
  1347.           situations, it may be necessary to open the file before dialing to
  1348.  
  1349.  
  1350.         __________
  1351.  
  1352.         14. The modem must be configured to use Data Terminal Ready (DTR).
  1353.  
  1354.  
  1355.  
  1356.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1357.  
  1358.  
  1359.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1360.         ZCOMM User Manual                                                  114
  1361.  
  1362.           allow transmission immediately after connection, without the delay
  1363.           of opening the file from a floppy disk.
  1364.  
  1365.           SEE ALSO: seek, read, close commands
  1366.  
  1367.         page pathspec Type the file(s) specified in pathspec a screenfull at a
  1368.           time.  When the screen is filled up, the More?  prompt appears.
  1369.           Typing space displays another screenfull.  Typing ^X skips to the
  1370.           next file.  Typing ^K or ^C terminates the command.  This command
  1371.           closes any open transmit file.  ZCOMM automatically detects SQueezed
  1372.           files and prints them in ASCII.*
  1373.  
  1374.           EXAMPLE: page *.doc
  1375.  
  1376.  
  1377.           SEE ALSO: browse, type, list, findmore commands
  1378.  
  1379.         PATtern [n[cilpv$] string [action]] (n = 0...24) The pattern command
  1380.           allows ZCOMM to search for up to 25 different responses from a
  1381.           remote computer, and take action based on which of those responses
  1382.           (or none) was "seen".  A pattern match can execute specified script
  1383.           command(s) "on the fly" (c modifier) or return control to the
  1384.           calling script with an indication of which pattern was matched.
  1385.  
  1386.           The pattern command causes the next t, f, or wait command (term
  1387.           function) to search for string in the data received from the
  1388.           remote/modem.  String must be entered exactly as it will be received
  1389.           from the modem, in the same case and with the same embedded spaces
  1390.           or tabs.  Control characters must be represented with ZCOMM
  1391.           character escapes.  The metacharacter \256 matches any single
  1392.           character.  ZCOMM %string substitutions may be used to define search
  1393.           patterns.  If the % character is to be searched for, it must be
  1394.           represented as \045.
  1395.  
  1396.           Parity, NULL, RUBOUT, XON, and XOFF characters received from the
  1397.           remote do not affect pattern searches.  If Kermit AutoDownload (K
  1398.           mode) is set, strings with SOH (Ctrl-A) cannot be matched.  If
  1399.           ZMODEM AutoDownload (Z mode) is set, strings with CAN (Ctrl-Z)
  1400.           cannot be matched.  If B protocol (c mode) is set, strings with DLE
  1401.           or ENQ cannot be matched.
  1402.  
  1403.           Strings of up to 33 characters each may be specified for
  1404.           simultaneous search by the term function.  The search patterns are
  1405.           "global" among all script levels; a pattern command in a subroutine
  1406.           affects the patterns set by the calling script(s) and vice versa.
  1407.  
  1408.           The term function returns when one of the patterns is matched or
  1409.           when the term function times out with f seconds with no characters
  1410.           from the remote, as determined by the f numeric parameter, or when
  1411.           carrier detect is lost.  The first wait, t or f command given after
  1412.           the pattern command begins the search.
  1413.  
  1414.  
  1415.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1416.  
  1417.  
  1418.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1419.         ZCOMM User Manual                                                  115
  1420.  
  1421.           When one of the patterns is matched, that pattern is marked as found
  1422.           and its corresponding action is executed (if present).  ZCOMM will
  1423.           remain in the term function until there is a pause in data
  1424.           transmission from the remote[15] unless the i or c modifier is used.
  1425.  
  1426.           The following modifiers may be used.  The c, i, and l modifiers are
  1427.           mutually exclusive.
  1428.  
  1429.           c     The pattern is marked as found and action executed (if
  1430.                 present).  The term function then continues searching.
  1431.                 Matching this pattern does not cause a return from the term
  1432.                 function.  The condition for this pattern will test true, but
  1433.                 the n test condition is not affected.
  1434.  
  1435.           i (Immediate) The pattern is marked as found and action executed (if
  1436.                 present).  The term function then returns immediately.
  1437.  
  1438.           l (line end delay) The pattern is marked as found and action
  1439.                 executed (if present).  The term function then returns after
  1440.                 the first LF character following the matched string.
  1441.  
  1442.           p (permanent) A pattern with the p modifier is not reset by the
  1443.                 pattern command without arguments.  Patterns with the p
  1444.                 modifier may be used to search for disconnect messages within
  1445.                 an entire script.  Permanent patterns are reset by the call
  1446.                 command, each item in the outcall queue, and an explicit
  1447.                 pattern command referencing that particular pattern number.
  1448.  
  1449.                 EXAMPLE: pattern 20 "\nCLR" "@off" Disconnects and exits ZCOMM
  1450.                 if the phrase CLR is seen immediately following an LF.
  1451.  
  1452.  
  1453.           v (verbose) The v modifier displays a message when the pattern is
  1454.                 matched.  This is often useful when debugging scripts when the
  1455.                 large amount of output generated by large v numeric parameter
  1456.                 values is not desired.
  1457.  
  1458.                 EXAMPLE: pat 5v "Finished Already."
  1459.  
  1460.  
  1461.           $     Sometimes the only way to recognize a prompt (as distinct from
  1462.                 the same string embedded in other data) is to require the
  1463.                 prompt to be the last thing sent by the remote, before a
  1464.                 pause.  The $ modifier allows string to be matched only if the
  1465.                 remote pauses for 1 to 2 seconds after transmitting the last
  1466.  
  1467.  
  1468.         __________
  1469.  
  1470.         15. Pause length is specified by the q numeric parameter.
  1471.  
  1472.  
  1473.  
  1474.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1475.  
  1476.  
  1477.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1478.         ZCOMM User Manual                                                  116
  1479.  
  1480.                 character in string.
  1481.  
  1482.           The optional action is a string to be sent to the remote, or
  1483.           executed as a command if it begins with "@".  Action is executed the
  1484.           instant the last character of the pattern is matched, even if the i
  1485.           modifier is not used.  Action must not use the goto, f, t, or wait
  1486.           commands.
  1487.  
  1488.           The pattern command without any arguments clears the patterns that
  1489.           don't have the p modifier, and terminates pattern searching.  The
  1490.           other events that terminate pattern search are a match to a pattern
  1491.           that does not have the c modifier, a pattern search timeout, the
  1492.           call, abort, or quit commands, a major error, or the NUKE key.
  1493.  
  1494.           EXAMPLE: pat 0c$ "" "\21"
  1495.           Sends one XON character every time there is a pause in output from
  1496.           the remote.  This recovers from situations where the remote computer
  1497.           stops because it receiveed a spurious XOFF character, or lost an XON
  1498.           character.
  1499.  
  1500.  
  1501.           In the pattern n string command, if string contains a repeating
  1502.           sequence such as foo in foofoobar, the search may be unsuccessful if
  1503.           part of the phrase is received immediately prior to the desired
  1504.           string (foofoofoobar).
  1505.  
  1506.         port n Change the modem port to COMn.  On DOS, the legal values for n
  1507.           are 1...18.
  1508.  
  1509.           Selecting a new port normally selects software handshaking
  1510.           ("handshake sw").  The PCDOS flavor enables both hardware and
  1511.           software handshaking ("handshake both") iff the port speed exceeds
  1512.           2400 bps and the Clear To Send (CTS) signal is active at the time
  1513.           the port command is given.
  1514.  
  1515.           Standard Ports (PCDOS):
  1516.           COM1 3F8 IRQ4 (Standard IBM)
  1517.           COM2 2F8 IRQ3 (Standard IBM)
  1518.  
  1519.           NON STANDARD PORTS:
  1520.           COM3 3E8 IRQ4 (Alternate)
  1521.           COM4 2E8 IRQ3 (Alternate)
  1522.           COM5 2B8 IRQ3 (Columbia)
  1523.           COM6 2B8 IRQ2 (Alternate for IBM)
  1524.  
  1525.           COM7 2E8 IRQ5 (Alternate "COM3")
  1526.           COM8 3E8 IRQ5 (Alternate "COM4")
  1527.  
  1528.           COM9 Uses the port address and interrupt vector previously set by
  1529.           the portx command.
  1530.           COM11-COM18 IBM PS/2 COM1-COM8 ports
  1531.  
  1532.  
  1533.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1534.  
  1535.  
  1536.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1537.         ZCOMM User Manual                                                  117
  1538.  
  1539.           COM1 and COM2 are the standard serial ports defined by the IBM
  1540.           Technical Reference Manual.
  1541.  
  1542.           COM3 and COM4 are supported by many serial cards and modem boards.
  1543.           COM3 and COM1 share the same dedicated hardware interrupt line, and
  1544.           these ports may not be used at the same time.  Likewise, COM4 and
  1545.           COM2 may not be used at the same time.
  1546.  
  1547.           Columbia computers support COM5.
  1548.  
  1549.           COM6 to COM8 are alternate configurations that may be accessed by
  1550.           cross jumpering between printer port decoders and serial port
  1551.           enables on some multifunction boards.
  1552.  
  1553.           COM7 and COM8 support alternative definitions for "COM3" and "COM4"
  1554.           respectively.
  1555.  
  1556.           COM11 to COM18 correspond to "COM1" to "COM8" on IBM PS/2 computers.
  1557.           Only one of COM12-COM18 may be used at a time unless using the
  1558.           special OS/2 comm driver for that board.
  1559.  
  1560.           Since ZCOMM uses the interrupt line on the selected port, no other
  1561.           program or device driver may use the same port address and/or
  1562.           interrupt vector concurrently.  Certain disk controllers and mice
  1563.           interfaces use IRQ2 and IRQ5.  Do not use IRQ2 on a PC-AT (the extra
  1564.           8259 is not reset).  IRQ5 is sometimes used by network cards and
  1565.           printer ports.  Do not select COM3 to COM18 unless you are familiar
  1566.           with the I/O addresses and interrupt vectors used in your machine.
  1567.           Ports sharing the same interrupt vector (IRQ number) cannot be used
  1568.           concurrently.
  1569.  
  1570.           The port command sets the d mode (which suppress the No Carrier
  1571.           Detect message).
  1572.  
  1573.           EXAMPLE: port 2
  1574.  
  1575.  
  1576.           DOS ZCOMM begins with COM1 unless overidden by the DPORT environment
  1577.           variable.
  1578.  
  1579.           EXAMPLE: C>set DPORT=2
  1580.  
  1581.  
  1582.           On Unix, the argument of the port command is a character special
  1583.           file in the /dev directory.  Unix and Xenix flavors have no default
  1584.           port.  If the DPORT environment variable is set, that port will be
  1585.           selected when ZCOMM initializes.  Otherwise, a port is selected by
  1586.           the startup and/or dialing script.  Typical values are tty01
  1587.           (386/ix) and tty2A (Xenix).
  1588.  
  1589.           EXAMPLE: DPORT=tty1A; export DPORT
  1590.  
  1591.  
  1592.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1593.  
  1594.  
  1595.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1596.         ZCOMM User Manual                                                  118
  1597.  
  1598.           SEE ALSO: handshake command, dport string parameter
  1599.  
  1600.         portx hbase,irq * To support specialized multiport serial interfaces,
  1601.           the portx command selects a communications port with a specified
  1602.           hexadecimal base address hbase and Interrupt Request Line irq (3 <=
  1603.           irq <= 7).  The portx does not check its argument for validity.  The
  1604.           consequences of an invalid selection are quite undefined.  The
  1605.           specified base address and IRQ number are assigned to COM9, where
  1606.           they may be used by the port command and the x numeric parameter.
  1607.           The status line and s command will indicate COM9.  This command not
  1608.           available on X.PC, Unix, Xenix, or OS/2.
  1609.  
  1610.           EXAMPLE: portx 3f8,4 Selects a comm port with a base address of 3f8,
  1611.           using IRQ4.
  1612.  
  1613.  
  1614.           SEE ALSO: intolink string parameter
  1615.  
  1616.         private The private command allows a caller to keyboard a message
  1617.           which will be appended to a file specified by the private string
  1618.           parameter.  The private command allows the caller to type in up to
  1619.           64 lines of text.  A blank line terminates the message.  This
  1620.           command is intended for short messages; long messages should be
  1621.           uploaded with a file transfer protocol.  Keyboarding is controlled
  1622.           by the Z numeric parameter, which sets the hot zone column after
  1623.           which a keyboarded space character begins a new line.
  1624.  
  1625.         purgek Purge any characters the user may have typed ahead.*
  1626.  
  1627.         purgel Purge any unprocessed characters received from the modem Line
  1628.           (remote).*
  1629.  
  1630.         put string The put command transmits string to the remote.  Use the
  1631.           put command for transmittting commands to a modem or a remote
  1632.           computer system.  String is processed for character escapes.
  1633.           Control and other special characters may be entered with character
  1634.           escapes described in Chapter 25.  If a carriage return should be
  1635.           sent, it must be explicitly coded with \r at the end of the string.
  1636.  
  1637.           EXAMPLE: put "myname\r" Sends myname followed by carriage return to
  1638.           the modem.
  1639.  
  1640.  
  1641.           A \336 (octal 336) character causes a pause in transmission
  1642.           (duration controlled by the p numeric parameter).  This pause allows
  1643.           one string to contain multiple commands.
  1644.  
  1645.           EXAMPLE: put "\336ATZ\r\336\336ATX1 M0 S0=1\r" Pauses, sends ATZ\r,
  1646.           pauses (twice because some modems take longer to reset!), and then
  1647.           sends ATX1 etc. to the modem.
  1648.  
  1649.  
  1650.  
  1651.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1652.  
  1653.  
  1654.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1655.         ZCOMM User Manual                                                  119
  1656.  
  1657.           Transmission with put is controlled by the 7, 8, h, p, w, and t
  1658.           modes.
  1659.  
  1660.           SEE ALSO: putw, mput, putv commands
  1661.  
  1662.         putw string The putw command transmits string to the remote, and
  1663.           pauses for a period of time (determined by the q numeric parameter)
  1664.           before returning from the term function to allow characters to echo.
  1665.           Other than that final pause, putw operates the same as the put
  1666.           command.
  1667.           N.B.: Putw should not be used when the next operation will be a
  1668.           pattern or wait command.  If the expected response starts before the
  1669.           putw command finishes, the following wait command will never get to
  1670.           "see" what it is waiting for.  In general, the putw command should
  1671.           only be used as a short-cut for sending a command when the response
  1672.           is known in advance and can be safely ignored.
  1673.  
  1674.           SEE ALSO: put, mput commands
  1675.  
  1676.         putv svar The putv command transmits svar to the remote without any
  1677.           translation of character escapes.  Putv does not append a carriage
  1678.           return or line feed to the transmitted string.
  1679.  
  1680.           EXAMPLE: putv s0; put "\r"
  1681.  
  1682.  
  1683.           SEE ALSO: put, mput commands
  1684.  
  1685.         pwd Print Working Directory displays the current directory pathname,
  1686.           and stores it in the pwd string parameter.
  1687.  
  1688.           EXAMPLE: pwd
  1689.  
  1690.  
  1691.           SEE ALSO: cd command
  1692.  
  1693.         pxN Set Numeric parameter x to value N.  If x and N are blank, display
  1694.           the numeric parameters which can be set by this command and their
  1695.           current values.  This command is not allowed if Restricted.  Numeric
  1696.           parameters are described in Chapter 23.
  1697.  
  1698.           EXAMPLE: ps8 Sets the status line attribute to 8 (grey), suitable
  1699.           for composite video displays.
  1700.  
  1701.  
  1702.           EXAMPLE: pv-1 Sets the v numeric parameter ("verbose") to -1,
  1703.           suppressing some routine messages.  More negative values suppress
  1704.           more routine messages.
  1705.  
  1706.  
  1707.           EXAMPLE: pd1 Sets the d numeric parameter to 1, causing files
  1708.  
  1709.  
  1710.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1711.  
  1712.  
  1713.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1714.         ZCOMM User Manual                                                  120
  1715.  
  1716.           received with ZMODEM or full YMODEM protocol to be stored with the
  1717.           modification date transmitted with the file.
  1718.  
  1719.  
  1720.           EXAMPLE: pk3 Sets the k numeric parameter to 3, which kills pending
  1721.           output stored in the circulat buffer when ETX (Ctrl-C) (decimal 3)
  1722.           is keyboarded in the term function.
  1723.  
  1724.  
  1725.         queue { add [string] | clear | delete [n] | list | run } Manipulate
  1726.           and execute a queue of commands for dialing numbers or other
  1727.           suitable functions.  The queue contains 20 slots numbered 0 to 19.
  1728.  
  1729.           queue clear clears all queue entries.
  1730.  
  1731.           queue add [string] adds string to the queue after processing for
  1732.                string substitutions.  The string is added to the first empty
  1733.                queue slot available.  If string is absent, it is taken from
  1734.                the next script line.  A typical string would be a command to
  1735.                call a system: call telegodzilla
  1736.  
  1737.                Script entries used with the circular dialing queue should end
  1738.                with a t command, which will enter the term function.  To stop
  1739.                the queue at that point, use the ALT-N (NUKE) key.  NUKE
  1740.  
  1741.           queue delete [n] Delete then nth queue entry, or the currently
  1742.                executing entry if n is not present.
  1743.  
  1744.           queue list lists the non empty queue entries.
  1745.  
  1746.           queue run begins execution of the queue entries.  The ALT-N (NUKE)
  1747.                key, a fatal errror or any keyboarded character present after
  1748.                the execution of the command in the entry terminates the queue
  1749.                run command.
  1750.           The queue commands are independant of the Outcall Queue available in
  1751.           Host Operation.
  1752.  
  1753.           EXAMPLE: The script fragment:
  1754.                queue clear
  1755.                while q set? s0 Q queue add "echo %s0"
  1756.                queue list
  1757.  
  1758.           Sets each queue entry to echo its own queue number, then lists the
  1759.           queue entries.
  1760.  
  1761.  
  1762.           SEE ALSO: q and Q test conditions, Shift-F5 and Shift-F6 function
  1763.           keys
  1764.  
  1765.         quit * Causes an immediate return to the command prompt from any
  1766.           script level.  Quit may be used within a command string assigned to
  1767.  
  1768.  
  1769.         (C) 1990 Omen Tech Inc                        Chapter 18 Main Commands
  1770.  
  1771.