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

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