home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / zcmd1761.zip / ZCOMMDOC.AG < prev    next >
Text File  |  1990-06-26  |  75KB  |  1,771 lines

  1.  
  2.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  3.         ZCOMM User Manual                                                  181
  4.  
  5.              message, NOW Compuserve asks you for a certain random 8 digit
  6.              account number to mail it to!) No sweat, just hit some PgUp's
  7.              until you see the account number on the screen.  Now you can't
  8.              remember whether or not you typed a space after the last part of
  9.              you command to the remote.  No problem, just exit review with x
  10.              and you'll see just where you were.
  11.              NOTE: This subcommand should not be used when scripts are active.
  12.  
  13.         k    Kill the capture buffer contents and return to the previous
  14.              function.
  15.  
  16.         Ctrl-Z, Ctrl-PgDn Kill the rest of the buffer by setting the character
  17.              insertion pointer to just after the end of the current display.
  18.              ZCOMM then redisplays the last lines of the buffer and returns to
  19.              the previous function.
  20.  
  21.         t    Set the cut pointers to the top of displayed text, and sets the
  22.              bottom cut pointer to the end of the buffer.  The t subcommand is
  23.              used with the b subcommand to specify which portion of the
  24.              circular buffer should be written to a file with the w
  25.              subcommand.  (Text between the top and bottom pointers is
  26.              highlighted.)
  27.  
  28.         b    Set the bottom pointer to the beginning of the first line of
  29.              displayed text.  If the top pointer had not been previously set,
  30.              or if the bottom pointer is before the top pointer, ZCOMM will
  31.              ring the bell and ignore the subcommand.  Otherwise, the text on
  32.              the screen that was highlighted will now be displayed in normal
  33.              intensity as what is showing on the screen has just been
  34.              deselected.  (Text between the top and bottom pointers is
  35.              highlighted.)
  36.  
  37.         w, W Write (paste) the text between the top and bottom pointers to a
  38.              disk file or DOS device.[2] If the top pointer is not set, a
  39.              reminder is printed.  ZCOMM prompts for a pathname.  A blank file
  40.              name implies the modem.[3] If the bottom pointer is not set, the
  41.              rest of the buffer will be written.  No log entry is made by this
  42.              subcommand.  The W subcommand automatically appends the paste
  43.              data to an existing file.  A directory for past files may be
  44.              specified with the DIRPX environment variable and/or the dirpx
  45.  
  46.  
  47.         __________
  48.  
  49.          2. Useful DOS devices are PRN, LPT1, LPT2, and LPT3.
  50.  
  51.          3. Data is sent to the modem at full speed with the current parity.
  52.             Normally, line feeds are not sent.  With n mode, line feeds are
  53.             sent and carriage returns are suppressed.  With b mode, data is
  54.             sent the way it was received.
  55.  
  56.  
  57.  
  58.         (C) 1990 Omen Tech Inc                      Chapter 22 Review Function
  59.  
  60.  
  61.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  62.         ZCOMM User Manual                                                  182
  63.  
  64.              string parameter.
  65.  
  66.         q, F1, ALT-X Quit, return to previous function.
  67.  
  68.         !    Prompts for a DOS command, then attempts to execute it (DOS
  69.              Gateway).
  70.  
  71.         @    Prompts for a ZCOMM command, then executes it.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.         (C) 1990 Omen Tech Inc                   Chapter 22 Numeric Parameters
  118.  
  119.  
  120.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  121.         ZCOMM User Manual                                                  183
  122.  
  123.         23.  NUMERIC PARAMETERS
  124.  
  125.         Numeric parameters are set with the p command in the form px# where x
  126.         is the one letter name of the parameter and "#" is the numeric value.
  127.  
  128.         Numbers may have an optional leading "-" (minus) sign.  Numbers are
  129.         normally decimal, but hex numbers may be input as 0xHH, printing ASCII
  130.         character values may be entered as 0cC, and control characters may be
  131.         represented as 0^C.
  132.  
  133.         Value     Possible entries
  134.         65   65  0x41  0cA
  135.         3    3  0x3  0^C
  136.  
  137.         Typing "p" without a parameter name displays the current values of the
  138.         numeric parameters in decimal.
  139.  
  140.         EXAMPLE: pS5 sets the timeout interval in seconds waiting for XON
  141.         characters or positive flow control.  to decimal 5 seconds.
  142.  
  143.  
  144.         EXAMPLE: pv-1 sets the v numeric parameter to -1, suppressing some
  145.         routine messages
  146.  
  147.  
  148.         #  The # numeric parameter sets the number of lines used by the built
  149.            in display driver.  The default value is 24.  A value of 25 may be
  150.            used for applications which require access to all 25 display lines.
  151.            A small value may be used when running ZCOMM under TopView to fit
  152.            the information into a small window.  The cls or reset command
  153.            should be given after setting the parameters to initialize the
  154.            screen driver to the new values.  If running with a virtual screen
  155.            with TopView or DESQview, the # and $ numeric parameters are
  156.            limited to 24 by 80 maximum.  Full screen applications may give
  157.            abnormal displays if these parameters are set too small.
  158.            Nonsensical values tend to produce nonsensical displays.
  159.  
  160.            EXAMPLE: cls; p#9; reset clears the screen, sets a 9 line window,
  161.            and initializes the screen driver to the new value.
  162.  
  163.         $  Sets the number of CRT columns.  A cls or reset command should be
  164.            given after changing the $ numeric parameter.  The default value
  165.            (80) is that returned by the BIOS video interrupt 15h call.  This
  166.            parameter may be set to support 132 column displays if the 132
  167.            column display mode is set before ZCOMM is called.[1] ZCOMM does
  168.  
  169.  
  170.         __________
  171.  
  172.          1. With most display BIOS ROMs, ZCOMM reads the columns and lines
  173.             values from the BIOS when starting up or regaining control after a
  174.  
  175.  
  176.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  177.  
  178.  
  179.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  180.         ZCOMM User Manual                                                  184
  181.  
  182.            not support displays less than 80 columns wide.  The display
  183.            hardware must use the same number of columns as the $ parameter if
  184.            the resultant presentation is to make any sense.
  185.  
  186.            SEE ALSO: # and V numeric parameters
  187.  
  188.         -  If non zero, the DOS Gateway (used with the ! command, etc.) uses
  189.            the undocumented DOS 37h function to fetch the current value of
  190.            SWITCHAR.
  191.  
  192.            If negative, ZCOMM uses DOS line input (function 0xA) for commands
  193.            given from the main prompt.  This enables DOS command line editors
  194.            such as POLYboost [2] and CED.  When these editors are active, they
  195.            (and not ZCOMM) interpret control, function and ALT- keys.
  196.  
  197.         *  Sets the CRT attribute for highlighted messages.
  198.  
  199.            EXAMPLE: p*12 gives bright red.
  200.  
  201.            Adding 1024 to this parameter forces ANSI SGR 1 to use this color.
  202.  
  203.         ?  Count of the number of files sent or received with a protocol, and
  204.            the number of lines matched by the find command.  A failed password
  205.            validation sets this negative.  The exit status of subprograms is
  206.            stored in this parameter.  Because of a bug in DOS COMMAND.COM, the
  207.            return value is valid only with Unix/Xenix flavors.
  208.  
  209.            SEE ALSO: ?  test condition
  210.  
  211.         @  Sets the CRT attribute for the (normally) blinking messages such as
  212.            FILES OPEN.  The numeric values are explained below, with the n
  213.            numeric parameter.
  214.  
  215.            EXAMPLE: p@12 makes ZCOMM's normally blinking messages appear
  216.            bright red.
  217.  
  218.            Adding 1024 to this parameter forces ANSI SGR 5 and 6 to use this
  219.            color.
  220.         If set non zero (the default), causes a drop of DTR, equivalent to a
  221.         bye command each time a telephone number is dialed as a command.
  222.  
  223.         B  If set non zero (the default), causes a bye command to be issued
  224.            each time a telephone number is executed as a command.
  225.  
  226.  
  227.         ______________________________________________________________________
  228.  
  229.             DOS Gateway.
  230.  
  231.          2. POLYboost is a product of the POLYTRON corporation.
  232.  
  233.  
  234.  
  235.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  236.  
  237.  
  238.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  239.         ZCOMM User Manual                                                  185
  240.  
  241.            SEE ALSO: mcommand string parameter, number dialing commands
  242.  
  243.         C  If non zero, only display C ESC sequences per screen in the Review
  244.            Function, and count escape sequences when advancing or backing up
  245.            in the review buffer.  Otherwise, ESC sequences are not counted.
  246.  
  247.         E  If non 0, substitute this for characters with bad parity detected
  248.            by the term function with e mode (Error Containment(TM)).
  249.  
  250.            EXAMPLE: ena -7e;  pE63 Substitute ?  for characters received with
  251.            odd parity.
  252.  
  253.  
  254.         F  Sets the CRT attribute for dim (faint) messages such as ANSI SGR2.
  255.  
  256.            EXAMPLE: pF8 gives gray.
  257.  
  258.  
  259.         H  In Host Operation, sets the timeout in seconds for entering a
  260.            command or string in response to a command or other prompt,
  261.            including the accept command.  A value of 0 (the default) disables
  262.            this timeout.
  263.  
  264.         K  If non 0, executes keyboard BIOS calls to recover extended codes
  265.            from 101 key keyboards.
  266.  
  267.         N  When enabled with display mapkb, this parameter controls the
  268.            relationship between ANSI/VT52 Alternate Keypad mode (DECKPAM,
  269.            ESC=), ANSI Numeric Keypad mode (DECKPNM, ESC>), and the PC's
  270.            keyboard Num-Lock state.
  271.  
  272.            0  causes ZCOMM to set the PC's keyboard Num_Lock state to match
  273.               Numeric Keypad mode when DECKPNM or DECKPAM is received.
  274.  
  275.            32 causes ZCOMM to set the PC's keyboard Num_Lock state to the
  276.               opposite of Numeric Keypad mode when DECKPNM or DECKPAM is
  277.               received.
  278.  
  279.            1  causes ZCOMM to set the PC's keyboard Num_Lock on in response to
  280.               either DECKPNM or DECKPAM.
  281.  
  282.            2  causes ZCOMM to set the PC's keyboard Num_Lock off in response
  283.               to either DECKPNM or DECKPAM.
  284.  
  285.            SEE ALSO: display, mk and ALT-M commands
  286.  
  287.         O  Controls OverThruster(TM) operation with XMODEM, XMODEM-1k, YMODEM,
  288.            and YMODEM-1k downloads.  This parameter should be set as follows:
  289.  
  290.            CompuServe XMODEM This OverThruster mode is known to be effective
  291.                 on CompuServe.  Negative numbers control the number of bytes
  292.  
  293.  
  294.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  295.  
  296.  
  297.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  298.         ZCOMM User Manual                                                  186
  299.  
  300.                 added to the window on XMODEM downloads from the network.
  301.                 Larger numbers increase throughput, but cause improperly
  302.                 interfaced MNP modems and network nodes to drop characters
  303.                 under stress, disrupting the file transfer.
  304.  
  305.                 EXAMPLE: pO-512; ro file1.ext
  306.  
  307.  
  308.            Other XMODEM Positive numbers up to a system dependent value less
  309.                 than the protocol block size increase throughput.  Larger
  310.                 values induce timeouts and/or retransmitted blocks.  The
  311.                 optimum value must be determined by experiment.  If you see
  312.                 the message: Retry 0:  Received dup Sector very often, the
  313.                 value should be reduced.  60 usually give best results with
  314.                 MNP modems at 2400 bps.  The optimum value varies depending on
  315.                 the remote computer, modem(s), system traffic, and the network
  316.                 node.
  317.  
  318.                 EXAMPLE: pO60; ro file1.ext
  319.  
  320.  
  321.         R  If non zero, remove incomplete files received with a protocol
  322.            except those received with the + option (default 0).
  323.  
  324.         S  Timeout interval in seconds waiting for XON characters or positive
  325.            flow control (default 15).  If an XON is not received within this
  326.            time, transmission resumes anyway.  A value of 0 disables this
  327.            timeout.
  328.  
  329.         T  If Command Reentry has been enabled with the history command, the T
  330.            parameter prevents commands with fewer than T characters from being
  331.            stored in the history file.  Excluding short and easy to type
  332.            commands from the history file makes it easier to find the commands
  333.            that are difficult to keyboard.
  334.  
  335.            Setting T to a large number disables the storage of commands and
  336.            strings.  This may be used to exclude passwords and other sensitive
  337.            information from the history file.
  338.  
  339.            SEE ALSO: history command
  340.  
  341.         V  VIDEO BIOS display mode to switch the display to 132 columns in
  342.            response to a VT-100 DECCOLM mode set command.  To support boards
  343.            using an extended code in the bl register, calculate N = bl + (256
  344.            * al).
  345.  
  346.            A popular value is 35 for the Tseng, ATI, and other extended EGA
  347.            boards.  The Genoa Super EGA Hi-Res likes 96.  The Everex EVGA uses
  348.            28684.  The default value of 0 inhibits this function.
  349.  
  350.  
  351.  
  352.  
  353.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  354.  
  355.  
  356.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  357.         ZCOMM User Manual                                                  187
  358.  
  359.         W  This numeric parameter supports Video7 and similar boards which
  360.            require a non 0 value in the AH register on INT 10h bios calls for
  361.            setting video modes (e.g., 132 columns).  The value of the W
  362.            numeric parameter (default 0) is placed in the AH register when
  363.            attempting to switch video modes.
  364.  
  365.         X  On Unix flavors, preset to +1 if the XTERM environment variable
  366.            contains xterm, preset to -1 if the variable contains the string
  367.            401 indicating a Tektronix storage tube graphics terminal,
  368.            otherwise remains at 0.  Positive values allow the term function to
  369.            use the X Windows xterm status line.  Negative values inhibit
  370.            status line updates while Tek graphics are active.
  371.  
  372.         Z  Hot zone column used for keyboard entry with the message and
  373.            privatecommands.  A space character keyboarded within the hot zone
  374.            finishes the line.
  375.  
  376.         a  The a parameter calibrates certain XMODEM and YMODEM protocol
  377.            timeouts.  The default value is set during initialization to an
  378.            appropriate value for an IBM Personal Computer, PC-jr, DG/One, or
  379.            8mHz PC-AT (2000 for 4.77 mHz PC, 4000 for a PS2/30, 6000 for an 8
  380.            mHz AT, 12000 for a PS2/80).  If ZCOMM is run on a non standard
  381.            machine, accelerator, or under a time slicing operating environment
  382.            such as TopView, these timeouts may be recalibrated with the a
  383.            numeric parameter.  Larger numbers give longer timeouts.  This
  384.            parameter should then be set with a pa# command in the telephone
  385.            directory setup entry.  The value for this parameter will change if
  386.            ZCOMM is used with a different computer type or multitasking
  387.            operating system.
  388.  
  389.         b  Sets the video color for the screen border.  The mapping of b
  390.            parameter values to color is hardware dependent.  New values of the
  391.            b parameter take effect with the next screen clear.
  392.  
  393.         c  The c parameter sets the callout interval in seconds between scans
  394.            for outgoing messages.  The default is 300 seconds (five minutes).
  395.  
  396.            EXAMPLE: pc600 sets the interval between callout queue scans to 10
  397.            minutes.
  398.  
  399.  
  400.            SEE ALSO: Callout queue
  401.  
  402.         d  A non zero value (the default) causes incoming files received with
  403.            ZMODEM and full YMODEM Batch protocol to have their Date set to
  404.            that sent in the file header.  ZMODEM's file management features
  405.            depend on the transmission of each file's modification date.  Files
  406.            between two copies of ZCOMM will have the same creation date, even
  407.            if the two machines are in different time zones.  When transferring
  408.            files to/from a Unix system, creation dates are interpreted
  409.            according to GMT or Universal Coordinated Time.  File dating should
  410.  
  411.  
  412.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  413.  
  414.  
  415.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  416.         ZCOMM User Manual                                                  188
  417.  
  418.            be enabled with a pd1 command in the telephone directory setup
  419.            entry.
  420.  
  421.            SEE ALSO: z numeric parameter, ZONE environment variable
  422.            NOTE: Backdating file creation times may confuse some backup
  423.            programs.
  424.  
  425.         e  Indicates the number of errors, failed file transfers and the
  426.            number of characters received by the term function with parity
  427.            error, framing error or overrun.
  428.  
  429.            EXAMPLE: if e>30 goto badline
  430.  
  431.  
  432.            If the term function increments the error count to 0[3] (from a
  433.            negative number), and E mode is set, the term function exits. This
  434.            allows the script to regain control in the event of a noisy line.
  435.            This condition is indicated by the e test condition being false
  436.            (0).
  437.  
  438.            EXAMPLE: pe-20; ... wait; if !e goto badline
  439.  
  440.  
  441.            This parameter is reset to 0 by the call command.
  442.  
  443.            SEE ALSO: e numeric parameter, E mode
  444.  
  445.            SEE ALSO: e test condition (if, while commands)
  446.  
  447.         f  Fail time.  Sets the default timeout in seconds for matching a
  448.            pattern.  This timeout is reset whenever a character is received
  449.            from the remote.  Timeout is suspended whenever a XOFF (DC3 or
  450.            Control-S) is keyboarded, and resumed when XON (DC1 or Control-Q)
  451.            is keyboarded.  The f parameter value may be overridden for one
  452.            command by the ftime mode.
  453.  
  454.            EXAMPLE: pf15 sets a default 15 second inactivity timeout  for
  455.            pattern searches.
  456.  
  457.  
  458.         g  Set the "gochar" (decimal).  (See the ASCII/Decimal conversion
  459.            table in Chapter 36).  The g parameter is reset to its default
  460.            (linefeed, 10) by the call command.  (See documentation on the p
  461.            mode.)
  462.  
  463.  
  464.  
  465.         __________
  466.  
  467.          3. Refer to E mode description for caveats.
  468.  
  469.  
  470.  
  471.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  472.  
  473.  
  474.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  475.         ZCOMM User Manual                                                  189
  476.  
  477.            Some remote systems accept uploads with a ? (decimal 63) prompt for
  478.            each line.  Optimum operation with such a system might call for
  479.  
  480.                 pg63 pp1000 pt4 f -tp file1
  481.  
  482.            The pg63 sets the goahead character to question mark.  The pp1000
  483.            sets the timeout to a long delay (10 seconds).  The pt4 sets the
  484.            upload throttle to 40 milliseconds per characters, a speed which
  485.            allows the remote to echo somewhat slowly (assuming no tabs).
  486.            Finally, the command f -tp file sends file1 with Throttle and wait
  487.            for Prompt at end of line.
  488.  
  489.            As a special case, if the "gochar" is set to 17 (called XON, DC1,
  490.            or ^Q) before the p mode is set, file transmission is stopped until
  491.            an XON is keyboarded or received from the remote.
  492.  
  493.            EXAMPLE: pg17; ena -p
  494.  
  495.  
  496.         h  Iff the h numeric parameter is set non zero, the h (Half Duplex)
  497.            mode causes characters transmitted by the term function to be
  498.            stored in the circular buffer as if they had been received from the
  499.            remote.  This allows the review function to display them.  Since
  500.            the echoed characters appear to have come from the remote, scripts
  501.            may be affected, especially pattern searches.
  502.  
  503.            EXAMPLE: ph1; ena -h
  504.  
  505.  
  506.         i  Set the interval between retries to n seconds.
  507.  
  508.            EXAMPLE: pi4; call -200 busysys attack dials up to 201 times at 4
  509.            second intervals.
  510.  
  511.  
  512.            SEE ALSO: call -n command
  513.  
  514.         j  Sets the maximum connect time in seconds allowed restricted callers
  515.            in host operation.  The default value of 0 does not restrict
  516.            connect time.
  517.  
  518.            EXAMPLE: pj300 disconnects restricted callers at the first command
  519.            prompt after 5 minutes' connect time.
  520.  
  521.  
  522.         k  When receiving data from the remote at high speeds (9600 or
  523.            faster), the display may fall behind data from the remote.  Under
  524.            these conditions, keyboarding an interrupt character (often Ctrl-C,
  525.            or Break) will immediately stop the output from the remote, but the
  526.            display will continue to scroll for some time while the data in the
  527.            circular buffer is displayed.  If this is objectionable, the k
  528.  
  529.  
  530.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  531.  
  532.  
  533.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  534.         ZCOMM User Manual                                                  190
  535.  
  536.            parameter may be set to the remote's particular interrupt character
  537.            (in decimal).  This parameter also affects the link command.  When
  538.            this character is keyboarded, undisplayed data pending in the
  539.            circular buffer is skipped over.  (This data is still available to
  540.            the review command.  The call command resets this parameter to -1,
  541.            disabling its function.
  542.  
  543.            EXAMPLE: Many DEC systems use ETX (Ctrl-C) to interrupt programs.
  544.            Many Unix users also use ETX for interrupting programs.  The
  545.            command pk3 causes ZCOMM to skip buffered output from the remote.
  546.            Unix users using the default interrupt character of RUBOUT may give
  547.            the command pk127
  548.  
  549.  
  550.         l  Selects LPTn for term function output when the l mode is set.  In
  551.            addition, adding 8 to the number allows terminal emulation escape
  552.            codes to select "printer controller mode" iff the printer is ready
  553.            at the time.  Adding 16 to the number allows "printer controller
  554.            mode" to be selected even if the printer is not ready at the time.
  555.  
  556.            Default is 1 (LPT1).
  557.  
  558.            EXAMPLE: pl2 selects LPT2.
  559.  
  560.  
  561.            EXAMPLE: pl9 selects LPT1 and allows the remote application to
  562.            enable "printer controller mode".
  563.  
  564.         m  Causes file transmission with the f file command to pause when a
  565.            character matching the decimal value is read from the file.  That
  566.            character is NOT transmitted.  When the file uploading is paused, a
  567.            keyboarded Ctrl-Q will resume transmission.  The call command
  568.            resets the m parameter to -1 (which matches nothing).
  569.  
  570.            EXAMPLE: pm12 Causes file uploading to pause on FormFeed (FF).
  571.  
  572.         n  Set the normal display attribute.  The default of 7 gives a normal
  573.            white on black display.  The numbers associated with the s, r, and
  574.            n are stored in the attribute byte of each character position
  575.            written in the corresponding mode.
  576.  
  577.            The bit configuration (color display) is: Blink R G B  Intensity R
  578.            G B with the leftmost the most significant.
  579.  
  580.            Users with color monitors often use 2 (green) to avoid color
  581.            fringes caused by misconverged color monitors.
  582.            NOTE: the actual writing color attribute is not changed until the
  583.            next time the display is reset.  Some attributes generate
  584.            unreadable displays.  Other attributes generate text that can only
  585.            be seen on some monitors.
  586.  
  587.  
  588.  
  589.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  590.  
  591.  
  592.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  593.         ZCOMM User Manual                                                  191
  594.  
  595.            EXAMPLE: pn3 sets cyan; pn2 sets green.
  596.  
  597.  
  598.         o  Iff non zero, allows overlap of file writing and incoming data from
  599.            the remote.  This increases throughput when receiving files with B,
  600.            Extended Quick B, XMODEM, and YMODEM Batch protocols.  ZCOMM sets
  601.            this to 1 on startup unless a PC-jr is detected.
  602.  
  603.         p  Pause sets the echo wait period (in hundredths of seconds) used
  604.            with the pattern command and the w and p modes.  Larger numbers
  605.            give longer pauses.  The default works well with most micro based
  606.            bulletin board systems.  The p parameter is reset to its default of
  607.            70 (700 milliseconds approximately) by the call command.
  608.  
  609.            SEE ALSO: p mode
  610.  
  611.         q  Sets the "gopause".  When sending a file with a wait for "gochar" (
  612.            p mode), ZCOMM waits Gopause hundredths of seconds AFTER it
  613.            receives the "gochar".  The q parameter also controls the time
  614.            delay after a normal pattern match or putw command.
  615.  
  616.            The q parameter is reset to its default of 70 (700 milliseconds
  617.            approximately) by the call command.  The default value allows time
  618.            for immediate echoes to be displayed and for the Hayes
  619.            SmartModem(TM) to respond to most commands.
  620.  
  621.            SEE ALSO: p mode
  622.  
  623.         r  Set the attribute for "reverse video".
  624.  
  625.            EXAMPLE: pr97 sets "reverse video" to blue on yellow.
  626.  
  627.            Adding 1024 to this parameter forces ANSI SGR 7 to use this color.
  628.  
  629.            SEE ALSO: n numeric parameter
  630.  
  631.         s  Set the attribute of the status line display (default 7, for
  632.            white).  A value of 8 (grey) may be chosen to prevent the status
  633.            line display from distracting from the information being printed.
  634.            The low intensity grey also minimizes phosphor burn.  Some other
  635.            possibilities are 2 for green, and 1 for blue (or underlined on the
  636.            monochrome board).
  637.  
  638.            SEE ALSO: n numeric parameter
  639.  
  640.         t  Sets the throttle speed (delay between characters in hundredths of
  641.            seconds) used by the term function when uploading files with an f
  642.            -t file command.  The default value of 4 corresponds to about 20
  643.            characters per second sending speed when t mode is enabled.  Larger
  644.            numbers give slower transmission.  The effective resolution of the
  645.            t parameter is limited by the timekeeping resolution of the
  646.  
  647.  
  648.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  649.  
  650.  
  651.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  652.         ZCOMM User Manual                                                  192
  653.  
  654.            operating system; on PC-DOS the resolution is about 18 per second.
  655.  
  656.            A negative value (-1 to -32767) may be used to specify a software
  657.            timing loop, with more negative values giving slower transmission.
  658.            The speed effect of a negative t value depends on the processor
  659.            speed and operating environment.
  660.  
  661.            The t parameter is reset to its default by the call command.
  662.  
  663.            SEE ALSO: t mode
  664.  
  665.         u  Sets the video attribute used to represent underline.
  666.  
  667.            EXAMPLE: pu14 sets "underline" to yellow.
  668.  
  669.            Adding 1024 to this parameter forces ANSI SGR 3 or 4 to use this
  670.            color.
  671.  
  672.            SEE ALSO: n numeric parameter
  673.  
  674.         v  Sets the verbose level (default 0).  A value less than zero
  675.            inhibits some routine messages.  A value greater then zero causes
  676.            the set command to list all string parameters, including empty
  677.            string parameters.  The screen erase after data calls in host
  678.            operation is disabled.  Values greater than 1 display script
  679.            commands as they are fetched from the script file.* Larger values
  680.            give more detailed tracing information.  A value of 50+ causes data
  681.            read by the read command to be displayed and acted upon by the term
  682.            function (when called) as if it had arrived from the remote.
  683.            NOTE: A v parameter value greater than zero affects scripts that
  684.            generate files with the > command.
  685.  
  686.         w  Controls the block length used by the CompuServe B Protocol.  A
  687.            longer length increases throughput, but may overload some networks,
  688.            resulting in excessive retransmissions or failed transfers.  With
  689.            the new Extended Quick-B protocol, the maximum block length is 1024
  690.            data bytes.  A value of 0 (the default) allows the Compuserve
  691.            computer to control the block length, up to 1024 with Extended
  692.            Quick-B.
  693.  
  694.            A negative value controls the upload block length but still allows
  695.            Compuserve to control the download block length (1024 with Extended
  696.            Quick B).
  697.  
  698.            Uploads to Compuserve using longer block lengths are especially
  699.            sensitive to poor flow control, especially when error correcting
  700.            modems (MNP, etc.) are used.  If B protocol uploads fail or require
  701.            excessive retransmissions, correct the flow control arrangements,
  702.            disable the modem's error correction, or try a smaller upload block
  703.            size.
  704.  
  705.  
  706.  
  707.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  708.  
  709.  
  710.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  711.         ZCOMM User Manual                                                  193
  712.  
  713.            The data contents of successfully transferred file(s) are not
  714.            affected by this parameter.
  715.  
  716.         x  Sets the port number linked with the link command.
  717.  
  718.            SEE ALSO: link command, y numeric parameter
  719.  
  720.         y  Sets the transmission speed used by the linked port.
  721.  
  722.            SEE ALSO: link command, x numeric parameter
  723.  
  724.         z  Set the timeZone in minutes behind GMT (Greenwich Mean Time).
  725.  
  726.            EXAMPLE: pz300 sets timezone 300 minutes behind GMT for EST.
  727.  
  728.  
  729.            EXAMPLE: pz480 sets timezone 480 minutes behind GMT for PST.
  730.  
  731.  
  732.            SEE ALSO: d numeric parameter, ZONE environment variable
  733.  
  734.         _  The _ numeric parameter controls the action taken by ZCOMM when a
  735.            fatal error (one that generates the "ZCOMM: Error..." message).
  736.            Any non zero value causes DTR to be dropped (disconnect the modem).
  737.            A value greater than 100 causes ZCOMM to exit to the operating
  738.            system.  The NUKE key does not invoke this processing.
  739.  
  740.            EXAMPLE: p_101
  741.  
  742.  
  743.         23.1  Kermit Numeric Parameters
  744.  
  745.         The Super-Kermit parameters control Kermit protocol transfers.  They
  746.         are set with the kermit px# command.  Their current values may be
  747.         displayed with a kermit p command.  These parameters rarely need
  748.         changing for most systems.  They can be changed in case of difficulty
  749.         with Kermit transfers, especially with mainframe programs or obscure
  750.         microcomputer Kermit impelementations.
  751.  
  752.         Certain of these parameters require character values expressed in
  753.         decimal.  The ASCII code chart in Chapter 36 gives the decimal value
  754.         of all ASCII characters.
  755.  
  756.         When transferring files with Kermit programs operating on IBM
  757.         mainframes with half duplex front ends, the kermit i parameter should
  758.         be set to 1, and the kermit s parameter set to the longest response
  759.         time expected, perhaps 45 seconds.
  760.  
  761.         EXAMPLE: kermit pi1;  kermit ps45
  762.  
  763.  
  764.  
  765.  
  766.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  767.  
  768.  
  769.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  770.         ZCOMM User Manual                                                  194
  771.  
  772.         SEE ALSO: Kermit protocol in Chapter 12
  773.  
  774.         7 If non zero, force seven bit line transmission with eighth bit
  775.           quoting Kermit transmission even if ZCOMM is otherwise using eight
  776.           bits no parity.  This parameter is reset by the call command.
  777.  
  778.         8 If non zero, force 8 bit transparent Kermit transmission even if
  779.           ZCOMM is otherwise using seven bit line transmission.  Normally, the
  780.           Kermit file transfer commands use 7 bit line transmission and
  781.           attempt to negotiate 8th bit quoting if one of the 7 bit modes (7e,
  782.           7o, 7m, 7s) is used.  This parameter is reset by the call command.
  783.  
  784.         a Incoming packet-start character, default 1 (SOH).
  785.  
  786.         A Outgoing packet-start character, default 1 (SOH).
  787.  
  788.         b Block check type requested: 1=1 byte checksum, 2=2 byte checksum,
  789.           3=3 byte CRC-16 (default).  Selecting a type 1 checksum instead of
  790.           type 3 will increase throughput by 2-4 percent[4] at the expense of
  791.           weaker error checking.  The probability of undetected errors when
  792.           using Kermit in checksum mode instead of CRC-16 increases
  793.           dramatically with noisy lines and longer packets.
  794.  
  795.         c Control prefix in incoming data, default 35 (pound sign).
  796.  
  797.         C Control prefix in outgoing data, default 35 (pound sign).
  798.  
  799.         d Delay in seconds before initial sending, default 0.
  800.  
  801.         e Incoming end of line character, default 13 (CR).
  802.  
  803.         E Outgoing end of line character, default 13 (CR).
  804.  
  805.         i Use IBM line turnaround, default 0 (don't use IBM line turnaround).
  806.           The Kermit x numeric parameter sets the turnaround character.  This
  807.           may be necessary when communicating with IBM mainframes with half
  808.           duplex front ends.
  809.  
  810.         l Maximum outgoing packet length, default 1000, 1000 maximum.  A value
  811.           greater than 94 implies Kermit long packets.  The receiving program
  812.           may force shorter packets.
  813.  
  814.         L Maximum incoming packet length, default 1000, 1000 maximum.  A value
  815.           greater than 94 implies Kermit long packets.  This sets a limit; the
  816.           sending program may use shorter packets.
  817.  
  818.  
  819.         __________
  820.  
  821.          4. for 96 byte packets
  822.  
  823.  
  824.  
  825.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  826.  
  827.  
  828.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  829.         ZCOMM User Manual                                                  195
  830.  
  831.         p Sets the number of padding characters (default 0) to send before and
  832.           after each transmitted packet.
  833.  
  834.           SEE ALSO: kermit y numeric parameter
  835.  
  836.         r If non zero, remove incomplete files received with a protocol except
  837.           those received with the + option (default 0).
  838.  
  839.         s Timeout interval in seconds waiting for XON characters or positive
  840.           flow control (default 15).  If an XON is not received within this
  841.           time, transmission resumes anyway.  A value of 0 disables this
  842.           timeout.
  843.  
  844.         t Override timeout interval in seconds for incoming packets.  The
  845.           default of 0 allows the other program to specifiy the timeout.
  846.  
  847.         T Timeout interval for outgoing packets, default 4 seconds.
  848.  
  849.         v Eighth bit quoting character, default 38 (ampersand).  Sliding
  850.           Window size in Kermit packets, 1 minimum, 31 maximum, 15 default.
  851.           Setting w to zero disables the sliding window.
  852.  
  853.         x IBM turnaround character, default 17 (XON).
  854.  
  855.         y Pad character to send, default 0 (NUL).
  856.  
  857.           SEE ALSO: kermit p numeric parameter
  858.  
  859.         23.2  X/Y/ZMODEM Numeric Parameters
  860.  
  861.         These parameters control XMODEM, YMODEM, and ZMODEM protocol
  862.         transfers.  They are set with the z px# command available with ZMODEM
  863.         flavors of ZCOMM.  Their current values can be displayed with a z p
  864.         command.  These parameters rarely need changing in normal
  865.         environments.
  866.  
  867.         b If non zero, ZMODEM sends a break when it is sending a file and
  868.           receives a retransmission request.  This mode of operation may be
  869.           used with high speed modems to clear unwanted characters from the
  870.           modem's buffer during error recovery.  Usually, the modem must be
  871.           given a configuration command to set the proper action to take when
  872.           receiving a break signal.
  873.  
  874.         B Sets the duration of the break signal in tenths of a second, default
  875.           2 (200 milliseconds).
  876.  
  877.         c Enables Cybernetic Data Recovery(TM) on XMODEM and YMODEM transfers.
  878.           Setting this parameter to 0 accommodates programs with non standard
  879.           XMODEM/YMODEM protocols and slightly quickens file transfers.  The
  880.           default value of 1 provides optimum reliability for XMODEM and
  881.           YMODEM transfers with programs that meet the XMODEM/YMODEM spec.
  882.  
  883.  
  884.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  885.  
  886.  
  887.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  888.         ZCOMM User Manual                                                  196
  889.  
  890.           Setting this parameter to -1 disables the quick file compare
  891.           provided by the r option.
  892.  
  893.         C Sets the number of times ZMODEM will attempt to send a command (as a
  894.           result of a zcommand command) (default 11).
  895.  
  896.         d Sets a delay time in tenths of seconds that the sz command will wait
  897.           for a ZMODEM packet in response to the rz<ENTER> string it sends to
  898.           the remote before sending a ZMODEM packet.  This facilitates
  899.           automatic ZMODEM uploads to VMS, which interrupts programs with the
  900.           Ctrl-X character.  The call command resets this parameter to its
  901.           default of 1.  Higher values increase the startup time when the
  902.           receiving ZMODEM program is started before the sender.
  903.  
  904.         e If non zero, escape all control characters.  This allows ZMODEM
  905.           transfers to operate over data PBX and other systems that freak out
  906.           when they receive control characters.
  907.  
  908.         f Flow control mask, only used with Unix/Xenix systems.  Setting this
  909.           to 0 (the default) disables hardware (RTS/CTS) flow control for
  910.           Xenix/Unix systems with broken hardware flow control.  On Xenix/Unix
  911.           systems where only CTS flow control works properly, set this to 8192
  912.           to allow CTS flow control only.
  913.  
  914.         F Sets the pause after each data subpacket sent with the sz command
  915.           when the F option is used, or when failing flow control is detected.
  916.           The default value of 1 causes a one tenth second delay.
  917.  
  918.           SEE ALSO: F option On some Unix operating systems the pause will be
  919.           rounded up to the next second or two.
  920.  
  921.         l Normally, the ZMODEM "packet length" ("block length") is the file
  922.           length.  Setting this parameter non zero forces ZMODEM to close a
  923.           frame and wait for an ACK after each # bytes (default 0).  This
  924.           makes ZMODEM behave like XMODEM, YMODEM, or JMODEM, which wait after
  925.           each block/packet for an acknowledgement before going on to the next
  926.           block.  The packet length may be adjusted to prevent buffer overflow
  927.           in data PBX systems.  The call command resets this parameter to 0.
  928.  
  929.         L (Default 0) If non zero, overrides the nominal length of data
  930.           subpackets within each ZMODEM frame.  A smaller value speeds error
  931.           recovery on noisy lines, a large value (maximum 1024) reduces the
  932.           overhead of CRC characters.  The call command resets this parameter
  933.           to 0.
  934.  
  935.           Please note that streaming ZMODEM has no direct equivalent to
  936.           XMODEM/YMODEM/JMODEM block length unless the zmodem l parameter is
  937.           set non zero.  In the absence of errors, ZMODEM normally sends the
  938.           entire file without pause.  If somebody claims ZMODEM's 1024 byte
  939.           subpacket length is slowing things down by more than one half per
  940.           cent, he doesn't understand ZMODEM and should be ignored.
  941.  
  942.  
  943.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  944.  
  945.  
  946.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  947.         ZCOMM User Manual                                                  197
  948.  
  949.         n Sets the number of NULLS (default 0) sent before each ZDATA frame.
  950.           Some buffered modems (Fastcomm) have a firmware bug which loses
  951.           characters when changing the direction of transmission.  This causes
  952.           data frames to fail with a CRC or other error.  ZMODEM n parameter
  953.           values in the range of 100 to 150 have obviated this syndrome.
  954.  
  955.         P When set to 2 (the default), purge the transmit buffer and force a
  956.           receiver response when a CR/LF sequence (indicating a PC-Pursuit
  957.           DATA LOSS message) is detected.  A value of 1 does not purge the
  958.           transmit buffer.  A value of 0 disables special processing of CR/LF
  959.           sequences received by the sending ZMODEM.
  960.  
  961.         w If non 0, restrict the ZMODEM transmit window to the specified
  962.           number of bytes.  Setting this parameter to N requests
  963.           acknowledgements from the receiver every N/4 characters.  ZCOMM then
  964.           waits for acknowledgements from the receiver whenever it has sent N
  965.           more characters than it has received acknowledgements for.  This
  966.           parameter is useful with networks with defective flow control, and
  967.           with networks that store an excessive number of characters in
  968.           transit.  The call command resets this parameter to 0.
  969.  
  970.         W Adjusts the number of characters the ZMODEM receiver will silently
  971.           ignore when searching for the beginning of a new frame.  This may be
  972.           set larger to accomodate networks with excessive in transit storage,
  973.           smaller to speed error recovery from long error bursts on direct
  974.           connections.  The call command resets this parameter to the default
  975.           (1400).
  976.  
  977.         Z Number of minutes (default 0) to adjust the file modification date
  978.           when using the Telink or Clink/SEAlink file transfer protocol to
  979.           transfer a file between different time zones.
  980.  
  981.         The timeout parameters below may be set lower for faster X/YMODEM
  982.         error recovery when transferring files between two micros, higher to
  983.         accomodate extremely sluggish systems.  Only in pathological cases is
  984.         it necessary to modify these parameters.  The call command resets
  985.         these parameter to their defaults.
  986.  
  987.         p Timeout in tenths of seconds for gaps within a packet (default 100).
  988.  
  989.         r If non zero, remove incomplete files received with a protocol except
  990.           those received with the + option (default 0).
  991.  
  992.         R When non 0, limits the number of bytes of file comparision used with
  993.           the sz and rz -rr option.  This parameter may be set to a value
  994.           between 2048 and 32000 (1 billion on 32 bit systems).  This
  995.           parameter is given to the receiving program.
  996.  
  997.           SEE ALSO: -rr option
  998.  
  999.  
  1000.  
  1001.  
  1002.         (C) 1990 Omen Tech Inc                   Chapter 23 Numeric Parameters
  1003.  
  1004.  
  1005.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1006.         ZCOMM User Manual                                                  198
  1007.  
  1008.         s Timeout interval in seconds waiting for XON characters or positive
  1009.           flow control (default 15).  If an XON is not received within this
  1010.           time, transmission resumes anyway.  A value of 0 disables this
  1011.           timeout.
  1012.  
  1013.         t XMODEM, YMODEM, and ZMODEM Receiver timeout in tenths of seconds
  1014.           waiting for a packet or command acknowledgement (default 100).
  1015.  
  1016.         T Transmitter timeout in tenths of seconds waiting for a packet
  1017.           (default 600).
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.         (C) 1990 Omen Tech Inc                    Chapter 23 String Parameters
  1062.  
  1063.  
  1064.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1065.         ZCOMM User Manual                                                  199
  1066.  
  1067.         24.  STRING PARAMETERS
  1068.  
  1069.         Case is significant in parameter names.
  1070.  
  1071.         ZCOMM provides two types of string parameters, permament and
  1072.         temporary.  Permanent string parameters are always defined, and most
  1073.         perform specific defined functions.  The permanent string parameters
  1074.         are described below.  The names of the permament string parameters may
  1075.         be displayed with the command sequence pv1; set given at the command
  1076.         prompt.  Without the pv1 only non empty string parameters are
  1077.         displayed.
  1078.  
  1079.         Temporary string parameters* are created by the set, sets, accept, and
  1080.         grab commands when they do not reference a permament string parameter.
  1081.         Temporary string parameter names begin with any letter except y and
  1082.         may have up to 16 letters or digits.
  1083.  
  1084.         The contents of temporary string parameters may be accessed and
  1085.         modified when ZCOMM is Restricted.  New temporary string parameter
  1086.         names may not be created when ZCOMM is Restricted.
  1087.  
  1088.         The set command without arguments displays the current values and
  1089.         maximum string length for each of the non-empty string parameters.  To
  1090.         set a parameter empty, enter "" as the parameter string (e.g., set
  1091.         txlog "").  Certain string parameters may be entered with ZCOMM's
  1092.         character escapes.
  1093.  
  1094.         When a string parameter is executed, it may be either sent to the
  1095.         remote as a string or executed as a command if its first character is
  1096.         @.
  1097.  
  1098.         EXAMPLE: set f7 "logout\r" programs F7 to send a string to the remote.
  1099.  
  1100.  
  1101.         EXAMPLE: set f7 "@echo logout" programs F7 to display logout on the
  1102.         screen.
  1103.  
  1104.  
  1105.         In strings sent to the remote, a \336 (octal 336) character causes a
  1106.         pause in transmission[1] (controlled by the p numeric parameter),
  1107.         which may be used to send multiple commands with one string.
  1108.  
  1109.         An optional underscore prepended to the name of a permament string
  1110.         parameter causes that string parameter to be cleared by the next call
  1111.         command.
  1112.  
  1113.  
  1114.         __________
  1115.  
  1116.          1. Not including the mput command
  1117.  
  1118.  
  1119.  
  1120.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1121.  
  1122.  
  1123.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1124.         ZCOMM User Manual                                                  200
  1125.  
  1126.         The following string parameters may not be accessed or modified by the
  1127.         set command or in string expansions when ZCOMM is Restricted:
  1128.             backtab bbs break bs esc etx exrc f1...f12 fs1...fs12 fc1...fc12
  1129.             fa1...fa12 fcdel* fcdown* fcend* fchome* fcins* fcleft* fcpgdn*
  1130.             fcpgup* fcright* fcup* fdel fdown fhome fins fleft fnp5* fpgdn
  1131.             fpgup fright fup id0...id3 intolink* l linkpass* m oncloserx
  1132.             onclosetx onexit outahost outalink* password pw0...pw3 quitcmd rub
  1133.             tab unrestrict xpassword*
  1134.  
  1135.         The following may not be modified by the set command when ZCOMM is
  1136.         restricted:
  1137.             answerback baudstr blankfill call1** call2 call3* callers*
  1138.             calllog* callpath** challenge dircx dirpx dirfx dirrx dirsx disks
  1139.             dport e emdir entstr eolstr helpfile home hprompt lib lpnono
  1140.             mcommand mconnect menu messages mprefix mprompt msuffix n1 n2 n3
  1141.             phones picture plog private rcmdlog* rdisks remote rname* rxlog*
  1142.             telno tmp tname* twxfile txlog* welcome xhelpfile
  1143.  
  1144.         The following parameters can never be modified by the set command: ano
  1145.             args c d drive e h oname1...oname5 pwd s t w y y0...y127 yb yf
  1146.  
  1147.         String Parameters for Remote Operation:
  1148.             answerback baudstr bbs call1** call2 call3* callers callpath**
  1149.             challenge dircx dirfx dirrx dirsx disks emdir exrc helpfile home
  1150.             hprompt intolink* linkpass* menu messages oncloserx onclosetx
  1151.             outahost outalink* password private pwd rcmdlog* rdisks rmtcmd*
  1152.             rname* rmtcheck* tname* twxfile unrestrict welcome xhelpfile
  1153.         String Parameters for Protocol File Transfer:
  1154.             adlopts aulopts dirrx dirsx oncloserx onclosetx
  1155.         String Parameters for Non Protocol File Transfer:
  1156.             blankfill dircx dirfx eolstr
  1157.         String Parameters for Interactive Operation:
  1158.             backtab break bs dirpx entstr esc etx lpnono mprompt Soft Keys tab
  1159.             rub xpassword*
  1160.         String Parameters for Scripts:
  1161.             ano args c d e h ifs item lib oncloserx onclosetx onexit
  1162.             oname1...oname5 remote rxcnt s s0...s9 t tmp y y0...y127 yb yf
  1163.         String Parameters for Making Calls:
  1164.             l m mcommand mconnect mprefix msuffix telno
  1165.         String Parameters for Log Keeping:
  1166.  
  1167.             callers* calllog* plog rcmdlog* rxlog* txlog*
  1168.         Other String Parameters:
  1169.             helpfile home kermreset menu onexit picture phones quitcmd
  1170.  
  1171.  
  1172.         adlopts Contains option(s) to be used for ZMODEM AutoDownloads.
  1173.  
  1174.             EXAMPLE: set adlopts "r" Use the r option (crash recovery) for
  1175.             files automatically downloaded with ZMODEM.
  1176.  
  1177.  
  1178.  
  1179.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1180.  
  1181.  
  1182.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1183.         ZCOMM User Manual                                                  201
  1184.  
  1185.         alds An optional string to be used for controlling Alternate Long
  1186.             Distance Services.  On Unix systems, allows assignments to the ALT
  1187.             keys a to z.
  1188.  
  1189.         ano After invoking one of the date related string parameters, the ano
  1190.             string contains the last two digits of the year.
  1191.  
  1192.         answerback When term is in q (TWX) mode, an answerback is sent in
  1193.             response to an incoming ENQ.  The format of Answerback is
  1194.             determined by the Western Union Telegraph Company.  It typically
  1195.             consists of
  1196.                                   \r\nNAME CITY\r\n\021
  1197.             as entered by the set command using character escapes.  (In the
  1198.             TWX protocol, the 021 (XON) at the end of the answerback turns on
  1199.             the tape reader.) The answerback string must begin with CR,LF.
  1200.  
  1201.         args contains the complete calling sequence to the current script
  1202.             level.
  1203.  
  1204.             EXAMPLE: call ge,upl accesses the genie telephone directory entry
  1205.             and stores ge.upl in args.
  1206.  
  1207.  
  1208.         aulopts Contains option(s) to be used with the sz command.  aulopts is
  1209.             processed by the sz command before any options given to the
  1210.             command itself.
  1211.  
  1212.         backtab Assigns a string or command to the BACKTAB (Shift TAB) key.
  1213.  
  1214.         baudstr When ZCOMM gets a connect in host operation, ZCOMM executes
  1215.             baudstr.
  1216.  
  1217.             EXAMPLE: set baudstr "@gosub .%lib/baud.t"
  1218.  
  1219.  
  1220.         bbs May contain a shell escape command to activate a Bulletin Board
  1221.             program via a DOS Gateway.  The bbs string parameter is always
  1222.             processed as a shell escape command, and should not include a
  1223.             leading "!".  For security reasons, it should specify an absolute
  1224.             pathname.
  1225.  
  1226.             EXAMPLE: set bbs "~bbsprog"
  1227.  
  1228.  
  1229.         blankfill When transmitting a file with the term function with p, r,
  1230.             or w modes, ZCOMM sends the contents of blankfill (if set) to
  1231.             prevent the remote from receiving a blank (empty) line.  (Some
  1232.             programs interpret a blank line as an exit from text entry.) ZCOMM
  1233.             Character Escapes must be used to represent control characters.
  1234.             If blankfill is empty, nothing is sent. The call command resets
  1235.             blankfill to empty.
  1236.  
  1237.  
  1238.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1239.  
  1240.  
  1241.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1242.         ZCOMM User Manual                                                  202
  1243.  
  1244.         break Stores a string or command to be executed by the Ctrl-Break key
  1245.             instead of the default 100 ms break.
  1246.  
  1247.             EXAMPLE: Some Novation modems cannot pass a break signal:
  1248.  
  1249.               set break "@break putw %B\336\ 1\r putw %U\336\ 0\r"
  1250.  
  1251.             Causes the break key to send a break to get the modem's attention,
  1252.             then tells the modem to send the break itself, and finally
  1253.             restores
  1254.  
  1255.             the modem's ersatz "transparent" mode.
  1256.  
  1257.             SEE ALSO: break command
  1258.  
  1259.         bs  Stores an alternate string or command to be executed by the
  1260.             backspace key when in the term function.
  1261.  
  1262.         c   When the h or s string parameters is accessed, the hundredths of a
  1263.             second are stored in the c string parameter.  The accuracy and
  1264.             precision of this quantity depend on the operating environment.
  1265.  
  1266.         call1 ** Sets the string to be sent to the modem or command to be
  1267.             executed before each time ZCOMM scans for outgoing message control
  1268.             scripts.  Typically this would consist of a modem command
  1269.             disabling autoanswer, to allow outgoing calls.  This string is not
  1270.             used if callpath is empty.
  1271.  
  1272.             EXAMPLE: set call1 "ATMS0=0\r" (Hayes Modem)
  1273.  
  1274.  
  1275.         call2 Sets the string to be sent to the modem or command to be
  1276.             executed each time ZCOMM begins to wait for a call in Host State.
  1277.             Typically this would command the modem to enable autoanswer for
  1278.             incoming calls.
  1279.  
  1280.             EXAMPLE: set call2 "ATMS0=1\r" (Hayes Modem)
  1281.  
  1282.  
  1283.         call3 * Sets the string to be sent to the modem or command to be
  1284.             executed each time ZCOMM begins waiting for incoming calls.
  1285.             Typically this would consist of a lput command to display an
  1286.             informational message on the local screen.  Note that such a
  1287.             message will remain on the screen for long periods of time,
  1288.             possibly creating an afterimage on the CRT display.
  1289.  
  1290.             EXAMPLE: set call3
  1291.             @lput "\n\nAwaiting Incoming Call.  Press F1 to exit.\n"
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1298.  
  1299.  
  1300.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1301.         ZCOMM User Manual                                                  203
  1302.  
  1303.         callers A pathname in which a log of successful host state logins is
  1304.             kept.  If callers is null (the default), no log is kept.
  1305.  
  1306.         calllog * The filename that contains the log of successful autodialed
  1307.             calls.  If empty (the default), this function is disabled.  A
  1308.             typical entry with 6.3 minutes connect time with a system called
  1309.             cis02 is shown.
  1310.             C 2143:22 01-25-84 1200 c:226-0627  63 cis02
  1311.  
  1312.         callpath ** Sets the ambiguous pathname that scans for scripts to
  1313.             transmit outgoing messages.  If empty (the default), no scans are
  1314.             made.
  1315.  
  1316.             EXAMPLE: set callpath "/tmp/outmsg.*"
  1317.  
  1318.             NOTE: The "disks" string parameter must be set to include any
  1319.             drive specified in "callpath".
  1320.  
  1321.             SEE ALSO: call1, call2 string parameters
  1322.  
  1323.         challenge is executed when the caller connects and handshakes to
  1324.             determine transmission speed.  This script runs without
  1325.             restriction, and should check for carrier after each reading of
  1326.             data.
  1327.  
  1328.             EXAMPLE: set challenge "@gosub .%lib/challeng.t"
  1329.  
  1330.  
  1331.         d   Is set to the date when called, in the form "mmdd".
  1332.  
  1333.             EXAMPLE: t cia%d.TXT If the date is December 7, ZCOMM enters the
  1334.             term function with capture to KGB1207.txt
  1335.  
  1336.  
  1337.             EXAMPLE: create -st+ cbbs%d.tmp
  1338.  
  1339.  
  1340.             SEE ALSO: h, t string parameters
  1341.  
  1342.         drive Is set to the current default disk drive letter when ZCOMM
  1343.             starts and when logging into a new disk drive with an A: command.
  1344.             mprompt, hprompt string parameters
  1345.  
  1346.         dircx
  1347.  
  1348.         dirpx
  1349.  
  1350.         dirfx
  1351.  
  1352.         dirrx
  1353.  
  1354.  
  1355.  
  1356.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1357.  
  1358.  
  1359.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1360.         ZCOMM User Manual                                                  204
  1361.  
  1362.         dirsx String parameters for default/override directories.  Their uses
  1363.             are described in Chapter 15.
  1364.  
  1365.         disks Contains the disks that may be logged into with with the d:
  1366.             command where "d" is the drive letter, or that may appear as part
  1367.             of a pathname.  If empty (the default), drive letters are not
  1368.             checked.  This parameter should be set to prevent local or remote
  1369.             users from hanging the system by accessing an off-line disk drive.
  1370.             This string must be entered in lower case.
  1371.  
  1372.             EXAMPLE: set disks "abc"
  1373.  
  1374.  
  1375.             SEE ALSO: home, rdisks string parameters
  1376.  
  1377.         dport Contains the name of the active communications port, otherwise
  1378.             empty.
  1379.  
  1380.             SEE ALSO: port command
  1381.  
  1382.         drive Contains the drive letter of the current default DOS disk drive.
  1383.  
  1384.         emdir A directory pathname for incoming electronic mail files.  emdir
  1385.             affects twxfile unless twxfile is an absolute path.  emdir is also
  1386.             used for incoming electronic mail using the YMODEM Batch protocol
  1387.             in the absence of a login.
  1388.  
  1389.             EXAMPLE: set emdir "/memo"
  1390.  
  1391.  
  1392.         entstr If entstr is set, ZCOMM sends the contents of entstr when ENTER
  1393.             (carriage return key) is keyboarded in the term function, unless n
  1394.             mode is in effect.  ZCOMM Character Escapes must be used to
  1395.             represent control characters.  If entstr is empty, a carriage
  1396.             return is sent.  The "call" command resets entstr to empty.
  1397.  
  1398.             EXAMPLE: set entstr "\3"
  1399.  
  1400.             sends an ETX (octal 3) when Enter is keyboarded.  This is handy
  1401.             for some computer systems that expect keyboarded lines to be
  1402.             terminated with something other than the usual carriage return.
  1403.             NOTE: The characters in entstr are always sent at full speed.
  1404.  
  1405.             SEE ALSO: eolstr string parameter
  1406.  
  1407.         eolstr When transmitting a file with the term function with p, r, or w
  1408.             modes, ZCOMM sends the contents of eolstr (if set) to terminate
  1409.             the line.  ZCOMM Character Escapes must be used to represent
  1410.             control characters.  If eolstr is empty, a carriage return is
  1411.             sent. The "call" command resets eolstr to empty.
  1412.  
  1413.  
  1414.  
  1415.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1416.  
  1417.  
  1418.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1419.         ZCOMM User Manual                                                  205
  1420.  
  1421.             EXAMPLE: set eolstr "\r."
  1422.  
  1423.             sends a carriage return followed by a period at the end of each
  1424.             line read from the transmit file.
  1425.             NOTE: The characters in eolstr are always sent at full speed.
  1426.  
  1427.             SEE ALSO: entstr, blankfill string parameters
  1428.  
  1429.         esc Stores an alternate string or command to be executed by the ESC
  1430.             key when in term function.
  1431.  
  1432.         etx Stores an alternate string or command to be executed by ETX
  1433.             (Ctrl-C) when in the term function.
  1434.  
  1435.         exrc Is sent to the modem/executed when an interactive Host Operation
  1436.             session logs out.
  1437.  
  1438.             EXAMPLE: set exrc "@handshake off; set disks c" turns off flow
  1439.             control handshaking and resets the disks parameter in case
  1440.             privileged (unrestricted) callers modify this parameter.
  1441.  
  1442.  
  1443.         h   is set to the hour of the day in the form hhmm.
  1444.  
  1445.             EXAMPLE: echo "It is now %h Hours"
  1446.             displays: It is now 1930 Hours.
  1447.  
  1448.  
  1449.             SEE ALSO: hh, mm, d, t string parameters
  1450.  
  1451.         helpfile The pathname that contains the online help file.  You may
  1452.             wish to set this in the phone directory "setup" entry.  Iff
  1453.             helpfile begins with the character @, the rest of helpfile is
  1454.             treated as a Zcomm command.
  1455.  
  1456.             SEE ALSO: xhelpfile string parameters, help command, T test
  1457.             condition
  1458.  
  1459.         hh  is set to the hour of the day in the form hh.
  1460.  
  1461.             EXAMPLE: echo "It is now hour %h."
  1462.             displays: It is now hour 09.
  1463.  
  1464.  
  1465.             SEE ALSO: h, mm, d, t string parameters
  1466.  
  1467.         home When ZCOMM is invoked, home is set to the current directory.
  1468.             When the "cd" command is given without an argument, the directory
  1469.             is changed to the contents of home.  When ZCOMM is Restricted,
  1470.             absolute pathnames (those beginning with \ or /) must have home as
  1471.             a prefix.  This restricts unprivileged users to the directory
  1472.  
  1473.  
  1474.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1475.  
  1476.  
  1477.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1478.         ZCOMM User Manual                                                  206
  1479.  
  1480.             given in home and/or its subdirectories on any of the disks
  1481.             allowed by the disks string parameter.  When changing the value of
  1482.             home, use slashes (/) and not backslases (\), and do not use a
  1483.             disk identifier.
  1484.  
  1485.             SEE ALSO: disks string parameter
  1486.  
  1487.         hprompt Overrides the default host operation command prompt.
  1488.  
  1489.             SEE ALSO: mprompt, drive, pwd string parameters
  1490.  
  1491.         id0-id3 General purpose string parameters that may be used to hold ID
  1492.             strings (user account numbers) for script login applications.
  1493.  
  1494.         ifs The "Internal Field Separator" string contains the default
  1495.             characters to be used by the split command to parse a string into
  1496.             fields.
  1497.  
  1498.         item * When the expand command is executing a script, the item string
  1499.             parameter is set to the pathname of the matched file.
  1500.  
  1501.         intolink * A command that is executed or a string sent to the modem
  1502.             when ZCOMM enters the link command.
  1503.  
  1504.             EXAMPLE: set intolink "\r" sends CR to the linked computer.
  1505.  
  1506.  
  1507.             EXAMPLE: set intolink "@portx 0f8,2" selects a nonstandard link
  1508.             port.
  1509.  
  1510.             SEE ALSO: linkpass, outalink string parameters
  1511.  
  1512.         kermreset A string (up to 32 characters) may be sent by Pro-YAM's
  1513.             Kermit when it attempts to recover from a transmission error.  The
  1514.             default value for this string is empty.  Two metacharacters are
  1515.             special: \336 inserts a one second pause, \335 sends a break.
  1516.  
  1517.         l   l (letter l) indicates selection of a long distance carrier for
  1518.             calls to other area codes.  It is set to "1" as a default.  l may
  1519.             be set to the access code of the particular alternate long
  1520.             distance service desired with a "set" command.
  1521.  
  1522.             SEE ALSO: m string parameter
  1523.  
  1524.         lib A string variable which may be used to indicate the directory
  1525.             containing scripts.
  1526.  
  1527.         linkpass * If set, callers must enter this password when accessing the
  1528.             link command.
  1529.  
  1530.  
  1531.  
  1532.  
  1533.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1534.  
  1535.  
  1536.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1537.         ZCOMM User Manual                                                  207
  1538.  
  1539.         lpnono Do not send any of the characters in lpnono to the printer.
  1540.             lpnono may use ZCOMM Character Escapes to represent control
  1541.             characters.
  1542.  
  1543.             EXAMPLE: set lpnono "\023" prevents the printer from receiving the
  1544.             DC3 (XOFF) character that places some printers off line.
  1545.  
  1546.  
  1547.             EXAMPLE: set lpnono "\7" prevents the printing of bell characters.
  1548.  
  1549.  
  1550.             SEE ALSO: l mode
  1551.  
  1552.         m   m is used to indicate selection of a long distance carrier for
  1553.             calls within the same area code.  It is set to "1" as a default.
  1554.             m may be set to the access code of the particular alternate long
  1555.             distance service desired with a "set" command.  It is separate
  1556.             from the l string parameter because the default "1" prefix may not
  1557.             work if the area code is given, but some alternative long distance
  1558.             services require the area code to be specified for calls within
  1559.             the same area code.
  1560.  
  1561.             SEE ALSO: l string parameter
  1562.  
  1563.         mcommand A command that is executed instead of ZCOMM's built in
  1564.             dialing routine.
  1565.  
  1566.             This may be either "gosub dial" which would access the "dial"
  1567.             entry in the phones file, or "source /dial" which would access the
  1568.             script from a separate file.  The second method allows a separate
  1569.             "dial" file for each machine, but requires one more file to be
  1570.             kept track of.
  1571.  
  1572.             Note that mcommand does not start with an @.  The default value is
  1573.             empty, disabling this function.
  1574.  
  1575.             EXAMPLE: set mcommand "gosub dial"
  1576.  
  1577.  
  1578.             SEE ALSO: telno string parameter
  1579.  
  1580.         mconnect A command that is executed or string that is sent to the
  1581.             modem when the modem makes a connection.  A typical use is to set
  1582.             transparent mode for some Novation modems.  The default value is
  1583.             empty, disabling this function.
  1584.  
  1585.         menu The filename that contains the script accessed by the menu
  1586.             command.
  1587.  
  1588.             EXAMPLE: set menu /host/menu.hst
  1589.  
  1590.  
  1591.  
  1592.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1593.  
  1594.  
  1595.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1596.         ZCOMM User Manual                                                  208
  1597.  
  1598.         messages Messages entered with the message command are appended to
  1599.             this pathname.  By convention, this file should be readable when
  1600.             ZCOMM is running in Restricted host mode.
  1601.  
  1602.             EXAMPLE: set messages "/host/messages"
  1603.  
  1604.  
  1605.         mprefix A command that is executed or a string that is sent to the
  1606.             modem as a prefix to dialing a number.  The default ATD works with
  1607.             the Hayes Smartmodem(TM) 1200.  ATDT instructs the modem to use
  1608.             DTMF (Touch Tone(TM)) dialing instead of pulse dialing.  Character
  1609.             escapes may be used.
  1610.  
  1611.         mm  is set to the minute of the hour. It expands to the form mm.
  1612.  
  1613.             EXAMPLE: echo "It is now %h minutes past the hour"
  1614.             displays: It is now 30 minutes past the hour.
  1615.  
  1616.  
  1617.             SEE ALSO: h, hh, d, t string parameters
  1618.  
  1619.         mprompt Overrides the default main command prompt.
  1620.  
  1621.             EXAMPLE: set mprompt "\r\E[1m%drive:\L%pwd <<<\E[m " Sets the host
  1622.             operation command prompt to display the current disk drive (%c)
  1623.             and directory (%pwd) highlighted (\E[1m) and in lower case (\L).
  1624.  
  1625.             N.B.: If you access Unix systems with ZCOMM, choose an mprompt
  1626.             string that is distinct from your Unix prompt.
  1627.  
  1628.             SEE ALSO: hprompt, drive, pwd string parameters
  1629.  
  1630.         msuffix A command that is executed or a string sent to the modem after
  1631.             the last digit in the phone number.  Most intelligent modems
  1632.             require the default value of "\r".
  1633.  
  1634.         n0-n9 General purpose string parameters.
  1635.  
  1636.         oname1...oname5 contains the information stored by the args string
  1637.             parameter for each level.
  1638.  
  1639.         oncloserx Optional user exit commands to execute after each file is
  1640.             received with a protocol file transfer.* Its use is described in
  1641.             Chapter 12.
  1642.  
  1643.         onclosetx Optional user exit commands to execute after each file is
  1644.             sent with a protocol file transfer.* Its use is described in
  1645.             Chapter 12.
  1646.  
  1647.         onexit Optional commands to execute as ZCOMM exits to the operating
  1648.             system.
  1649.  
  1650.  
  1651.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1652.  
  1653.  
  1654.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1655.         ZCOMM User Manual                                                  209
  1656.  
  1657.             EXAMPLE: set onexit "@echo GOODBYE!!"
  1658.  
  1659.  
  1660.         outahost A command that is executed or a string sent to the modem when
  1661.             ZCOMM exits host operation with a F1 or ALT-N key.
  1662.  
  1663.             EXAMPLE: set outahost ATZ\r sends the ATZ command to a Hayes modem
  1664.             to restore its default no autoanswer state.
  1665.  
  1666.  
  1667.         outalink * A command that is executed or a string sent to the modem
  1668.             when ZCOMM exits the link command.
  1669.  
  1670.             EXAMPLE: set outalink "@kill; px0" clears the circular buffer and
  1671.             prevents restricted callers from accessing the link command.
  1672.  
  1673.  
  1674.             SEE ALSO: intolink string parameter
  1675.  
  1676.         password Changes the password callers must enter to gain access to
  1677.             your computer when ZCOMM is in host operation.  If password is
  1678.             empty no password will be demanded.
  1679.  
  1680.             EXAMPLE: set password "Change This Already"
  1681.  
  1682.  
  1683.             SEE ALSO: challeng.t script, demand command
  1684.  
  1685.         phones The filename that contains the telephone directory entries and
  1686.             associated commands used with the call and gosub commands.  The
  1687.             default is "/PHODIR.t".  The default may be changed at
  1688.             installation time by the putsnp program.  The DOS environment
  1689.             variable PHONES will override the default when ZCOMM is started.
  1690.             Finally, a set command may be used to change the telephone
  1691.             directory once ZCOMM has started.
  1692.  
  1693.         picture The filename used by the ALT-Z command to "zap" a copy of the
  1694.             display memory to the specified file.
  1695.  
  1696.         plog The filename that contains the file transfer performance log.  If
  1697.             empty (the default), this function is disabled.
  1698.  
  1699.         private Pathname that messages are stored into by the private command.
  1700.             This file should NOT be readable when ZCOMM is running in
  1701.             Restricted host mode.
  1702.  
  1703.             EXAMPLE: set private "/private"
  1704.  
  1705.  
  1706.         pw0-pw3 General purpose string parameters for holding passwords.  If
  1707.             defined with a set _pw0 "secretpw" command, it will be cleared
  1708.  
  1709.  
  1710.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1711.  
  1712.  
  1713.         Version 17.61 TurboDial 2.33            Universal Line Printer Edition
  1714.         ZCOMM User Manual                                                  210
  1715.  
  1716.             with the next call command.
  1717.  
  1718.         pwd This parameter is set to the current working directory by each cd
  1719.             and pwd command.
  1720.  
  1721.         quitcmd Sets the string to be sent to the modem or command to be
  1722.             executed when a protocol file transfer has been completed if the
  1723.             ALT-Q key was typed during that transfer.
  1724.  
  1725.             EXAMPLE: set quitcmd t\r\336\r\336\r\025off\r would send t<ENTER>,
  1726.             a pause, <ENTER>, a pause, <ENTER>, and ^Uoff<ENTER>.  This
  1727.             sequence may be useful for automatically logging off Compuserve
  1728.             after downloading a file.
  1729.  
  1730.  
  1731.             SEE ALSO: ALT-Q special key
  1732.  
  1733.         rcmdlog * The filename that contains the log of commands issued
  1734.             remotely (in Host Operation) along with the time, transmission
  1735.             speed, and the name of the caller.  If set to "prn", the commands
  1736.             are logged on the printer.  A highly buffered printer, hard disk
  1737.             file or ramdisk file is recommended because this file will be
  1738.             opened and closed for each host command.  If empty (the default),
  1739.             this function is disabled.
  1740.  
  1741.             EXAMPLE: set rcmdlog D:rcmds
  1742.  
  1743.  
  1744.         rdisks Contains the disks that may be logged into with with the d:
  1745.             command where "d" is the drive letter, or that may appear as part
  1746.             of a pathname, when ZCOMM is Restricted.  If empty (the default),
  1747.             drive letters are not checked against this parameter.  (Drive
  1748.             letters are always checked with the disks parameter.) The rdisks
  1749.             parameter is used to prevent restricted remote users from
  1750.             accessing private data files.  This string must be entered in
  1751.             lower case.
  1752.  
  1753.             EXAMPLE: set rdisks "c"
  1754.  
  1755.  
  1756.             SEE ALSO: home, disks string parameters
  1757.  
  1758.         remote ZCOMM reads The full name of the remote system from the
  1759.             telephone directory entry when the call command is given.
  1760.  
  1761.             EXAMPLE: call omen using the omen entry in the distributed
  1762.             PHODIR.t file assigns omen-tech to the remote string parameter.
  1763.  
  1764.             In Host Operation, the caller's name is read into remote.
  1765.  
  1766.             SEE ALSO: call command, xpassword string parameter, \PXXXX
  1767.  
  1768.  
  1769.         (C) 1990 Omen Tech Inc                    Chapter 24 String Parameters
  1770.  
  1771.