home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 360.img / DSZ1119.ZIP / DSZ.DOC < prev    next >
Text File  |  1990-11-19  |  122KB  |  3,600 lines

  1.  
  2.  
  3.  
  4.  
  5.                                      CONTENTS
  6.  
  7.  
  8.       1.  TUTORIAL INTRODUCTION..........................................   2
  9.  
  10.       2.  CALLING DSZ FROM COMM PROGRAMS.................................   3
  11.           2.1    Ms-Kermit 3.00..........................................   3
  12.           2.2    PROCOMM PLUS............................................   3
  13.           2.3    Qmodem..................................................   4
  14.           2.4    GT POWER 13.00/14.00....................................   5
  15.           2.5    TELIX...................................................   6
  16.           2.6    BULLETIN BOARDS.........................................   6
  17.  
  18.       3.  DESCRIPTION....................................................   8
  19.  
  20.       4.  COMMANDS.......................................................  10
  21.           4.1    List of Commands........................................  10
  22.           4.2    Interrupt Keys..........................................  15
  23.  
  24.       5.  NUMERIC PARAMETERS.............................................  17
  25.  
  26.       6.  ENVIRONMENT VARIABLES..........................................  20
  27.  
  28.       7.  EXIT STATUS....................................................  24
  29.  
  30.       8.  EXAMPLES.......................................................  25
  31.  
  32.       9.  BACKGROUND OPERATION...........................................  26
  33.  
  34.      10.  FLOW CONTROL...................................................  28
  35.  
  36.      11.  ERROR MESSAGES.................................................  29
  37.           11.1   Got ZRPOS...............................................  30
  38.           11.2   Serial Input Error: Line Status Register xx ............  31
  39.           11.3   No Carrier Detect.......................................  33
  40.           11.4   Port %d (%X) defective..................................  33
  41.           11.5   COMMAND NOT FOUND.......................................  33
  42.           11.6   Out of Environment......................................  33
  43.  
  44.      12.  SLOW TRANSFERS.................................................  35
  45.  
  46.      13.  IN CASE OF DIFFICULTY..........................................  36
  47.           13.1   LOCKUPS.................................................  36
  48.                  13.1.1   Insufficient Memory  36
  49.                  13.1.2   Environment TOO BIG  36
  50.                  13.1.3   Bad COM Port Configuration  36
  51.           13.2   Incorrect Batch Files...................................  37
  52.           13.3   Cheap Internal Modems...................................  37
  53.           13.4   Commands Entered in Upper Case..........................  37
  54.           13.5   No Carrier Detect.......................................  38
  55.           13.6   PKARC 3.6...............................................  38
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.           13.7   DOS 3.x.................................................  38
  65.           13.8   Perstor Controllers.....................................  38
  66.           13.9   IBM PS/2 Model 50Z......................................  38
  67.           13.10  Brain Damaged UARTS.....................................  39
  68.                  13.10.1  Everex Internal Modems  40
  69.           13.11  Weird Iron..............................................  40
  70.           13.12  Will the real YMODEM please stand up?...................  40
  71.           13.13  286 and 386 Extended Memory.............................  40
  72.           13.14  Disk Caches.............................................  40
  73.  
  74.      14.  ASSOCIATED DOCUMENTS...........................................  41
  75.  
  76.      15.  FILES..........................................................  42
  77.  
  78.      16.  Other Omen Technology Products.................................  44
  79.           16.1   Professional-YAM COMMS TOOLS............................  44
  80.           16.2   ZCOMM: Industrial Strength COMMS Shareware..............  44
  81.           16.3   ZMODEM Developer's Collection...........................  44
  82.  
  83.      17.  FAIR PLAY......................................................  45
  84.           17.1   Sharing DSZ Files.......................................  45
  85.           17.2   REGISTRATION............................................  47
  86.           17.3   Files on Registration Disk..............................  48
  87.           17.4   Bulletin Board Registration.............................  49
  88.  
  89.      18.  CHANGES........................................................  51
  90.  
  91.      19.  ACKNOWLEDGEMENTS...............................................  58
  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.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.                                   Chuck Forsberg
  125.  
  126.                                Omen Technology Inc
  127.  
  128.  
  129.                                      ABSTRACT
  130.  
  131.  
  132.  
  133.                    ZMODEM-90(TM) - Not just another XMODEM hack
  134.  
  135.      DSZ is one of many available programs that implement the ZMODEM file
  136.      transfer protocol.
  137.  
  138.      DSZ's ZMODEM provides advanced file management features including two
  139.      levels of Intelligent Crash Recovery(TM), and flexible control of
  140.      selective file transfers.  Omen Technology's Professional-YAM
  141.      Communications Tools also provide security verified command downloading.
  142.  
  143.      The ZMODEM file transfer protocol provides reliable file and command
  144.      transfers with complete END-TO-END data integrity between application
  145.      programs.  DSZ's 32 bit CRC protects against errors that sneak by "error
  146.      free" modems and even the most advanced networks.
  147.  
  148.      ZMODEM safeguards all data and supervisory information with effective
  149.      error detection.  (XMODEM and many recently introduced protocols do not
  150.      protect vital supervisory data.)
  151.  
  152.      ZMODEM rapidly transfers files, particularly with buffered (error
  153.      correcting) modems, timesharing systems, satellite relays, and wide area
  154.      packet switched networks.  ZMODEM's streaming operation eliminates
  155.      delays caused by Kermit/XMODEM/YMODEM/JMODEM block acknowledgements.
  156.      ZMODEM eliminates the classic XMODEM/YMODEM/JMODEM PACKET LENGTH
  157.      compromises between transfer efficiency and error recovery.  ZMODEM's
  158.      packet length is the entire file.
  159.  
  160.      User Friendliness is an important ZMODEM feature.  ZMODEM AutoDownloadm
  161.      (Automatic file Download without user intervention) provides a level of
  162.      convenience unimaginable to users of traditional protocols.
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.        DSZ - a ZMODEM-90(TM), True YMODEM(TM), XMODEM File Transfer Program
  179.  
  180.  
  181.                                Omen Technology Inc
  182.  
  183.  
  184.                            Omen Technology Incorporated
  185.                           The High Reliability Software
  186.  
  187.                        17505-V Northwest Sauvie Island Road
  188.                               Portland Oregon 97231
  189.                TeleGodzilla BBS: 503-621-3746 Speed 1200,2400,19200
  190.                                 FAX: 503-621-3735
  191.                          CompuServe:70007,2304  GEnie:CAF
  192.                         UUCP: ...!tektronix!reed!omen!caf
  193.  
  194.      *************************************************************************
  195.      There's something special about DSZ registration.  With most programs,
  196.      registration applies only to the current version.  DSZ isn't like that.
  197.  
  198.      DSZ registration bypasses the shareware announcement and unlocks the
  199.      advanced features in all past and future versions of DSZ.  You don't
  200.      have to pay and pay again for new versions.  Omen's Demand Upgrade(TM)
  201.      technology allows you to download and activate future DSZ versions
  202.      without further registration!
  203.      *************************************************************************
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.      Chapter 1 Pg 2        DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  238.  
  239.  
  240.      1.  TUTORIAL INTRODUCTION
  241.  
  242.      If you have difficulty getting DSZ to work, please follow the procedure
  243.      given below.
  244.  
  245.      Do not run any TSR or other COMM program.  Reboot a clean DOS if
  246.      necessary.
  247.  
  248.      Start with the following command given directly from the DOS prompt:
  249.  
  250.              dsz port 1 speed 2400 d t
  251.  
  252.      Type it exactly as it appears above; do NOT use upper case.
  253.  
  254.      (Change the port number and speed as necessary.  Use only COM1 or COM2
  255.      for testing.)
  256.  
  257.      This connects you to the modem.  Dial a bulletin board by typing AT
  258.      commands to the modem ("ATDP621-3746 <enter>")[1] to make it dial the
  259.      BBS.  Log in as usual.  Then, request a ZMODEM download of a file you
  260.      don't already have.  The file will download automatically, you don't
  261.      have to do anything.  This procedure verifies the correct operation of
  262.      DSZ.
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.      __________
  287.  
  288.       1. If your modem has a non standard setting the ATDT621-3746 command
  289.          you type to the modem may not echo on the screen.
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.      Chapter 2 Pg 3        DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  297.  
  298.  
  299.      2.  CALLING DSZ FROM COMM PROGRAMS
  300.  
  301.      It may be necessary to give a
  302.  
  303.      SET COMSPEC=A:\COMMAND.COM
  304.  
  305.      (change as needed) in your AUTOEXEC.BAT file to allow programs to call
  306.      DSZ.
  307.  
  308.      Note: NO SPACES in the SET command!
  309.  
  310.      2.1  Ms-Kermit 3.00
  311.  
  312.      The "push" command (^[p) in MS-Kermit 3.00 sends an XOFF character to
  313.      the modem before calling DOS.
  314.  
  315.      Using this to activate DSZ's term mode with a "dsz t" command causes
  316.      most remote hosts to stop.  The remote host can be un-wedged by
  317.      keyboarding XON (Ctrl-Q) from DSZ's terminal mode.
  318.  
  319.  
  320.      2.2  PROCOMM PLUS
  321.  
  322.      DSZ may not operate properly when called from ProComm if ProComm has
  323.      files open at the time.
  324.  
  325.      Make sure the DSZ program is in your search path.  If you don't see DSZ
  326.      announce itself when called from ProComm, DSZ is not in your search
  327.      path.
  328.  
  329.      COM3 and COM4 on Procomm Plus are non standard; in case of difficulty
  330.      use COM1 or COM2 or read this document carefully.
  331.  
  332.      Here are some handy settings for ProComm Plus.
  333.  
  334.      First, you may need to set the DOS environment before running ProComm.
  335.      Give these commands to DOS before running ProComm:
  336.  
  337.      Note: NO SPACES in the SET command!
  338.      SET DSZPORT=2           (Only needed for COM2)
  339.      SET DSZLOG=DSZ.LOG      (Only if you wish a log file)
  340.  
  341.      Then set ProComm's external protocol strings to:
  342.      A- External protocol 1 upload filename:  ZMODEMU
  343.      B- External protocol 1 download filename: ZMODEMD
  344.      C- External protocol 2 download filename: ZMODEMMD
  345.  
  346.      The following batch files are included in the DSZ zipfile:
  347.      ZMODEMU.BAT contains:   DSZ sz %1 %2 %3 %4 %5 %6 %7 %8 %9
  348.      ZMODEMD.BAT contains:   DSZ rz
  349.      ZMODEMDR.BAT contains:   DSZ rz -r
  350.  
  351.  
  352.  
  353.  
  354.  
  355.      Chapter 2 Pg 4        DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  356.  
  357.  
  358.      ZMODEMMD.BAT contains:   DSZ rz -mr
  359.      ZMODEMAD.BAT contains:  DSZ t
  360.  
  361.      !!!!IMPORTANT USE lower case (small letters) EXCEPT WHERE SHOWN!!!!
  362.  
  363.      When sending (uploading) files with ZMODEMU.BAT give the ProComm window
  364.      the full pathname (c:/foo/bar/file.ext) for *each* file not residing in
  365.      the current directory.
  366.  
  367.      Once you've got the hang of things the "ProComm way", try the "dsz t"
  368.      command described above to give you automatic ZMODEM downloads (Look Ma,
  369.      no keystrokes!!!)..
  370.  
  371.      DSZ may not operate properly when called from ProComm if ProComm has
  372.      files open at the time.
  373.  
  374.      A number of reports have been received of problems running DSZ from
  375.      ProComm Plus because of insufficient memory.  Please refer to the
  376.      subchapter on LOCKUPS.
  377.  
  378.      When running under ProComm's Host mode, failure to use the DSZ CON
  379.      command may cause ProComm to lock up the computer, or at least interfere
  380.      with file transfers, etc.
  381.  
  382.      EXAMPLE: DSZ CON sz %1
  383.  
  384.  
  385.      A number of third party programs have been developed to provide a
  386.      congenial interface to DSZ if you have enough memory to spare.  The POE,
  387.      PCALL, DSZ_ZAP, and PROZ programs have been popular in interfacing DSZ
  388.      to ProComm's editor gateway.  These programs are available on many
  389.      bulletin boards.
  390.  
  391.      Hint: the DOS PATH environment variable must include ProComm's directory
  392.      to allow POE to locate all the POE files,.  The POE files should be
  393.      stored in the ProComm directory.  Setting the "PROCOMM" environment
  394.      variable is insufficient.
  395.  
  396.  
  397.      2.3  Qmodem
  398.  
  399.      Instability in the Qmodem interface may require changes in the batch
  400.      files depending on which version of Qmodem is used.
  401.  
  402.      If you define a protocol with 'Z' as its letter, the latest Qmodem will
  403.      detect automatic ZMODEM downloads.  Defining an external 'Z' protocol
  404.      disables Qmodem's internal ZMODEM, allowing DSZ to be called.
  405.  
  406.      The following is based on a message from Mike Cody, sysop of HomePlate
  407.      313-385-9969 3/12/24/96 HST
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.      Chapter 2 Pg 5        DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  415.  
  416.  
  417.      Go into Qinstall and go to frame 3 Directories. Then select External
  418.      protocols #3 I think. Now you will see a definition area to tell Qmodem
  419.      the Letter,batchfile combo to use.
  420.  
  421.      Now put Z in the letter definition, Zup.bat in the u/l batch zdown.bat
  422.      in the d/l batch, and Y in the batch protocol. Now save it at the menu
  423.      with f10 and S.
  424.  
  425.      Then go to DOS and create the following batch files in your Qmodem
  426.      directory...
  427.  
  428.      zdown.bat: DSZ port %2 speed %1 rz -rr
  429.  
  430.      zmdown.bat: DSZ port %2 speed %1 rz -mrr        ((FOR MOBYTURBO!!))
  431.  
  432.      zup.bat: DSZ port %2 speed %1 sz %3
  433.  
  434.      !!!!IMPORTANT USE lower case (small letters) EXCEPT WHERE SHOWN!!!!
  435.  
  436.      These are the batch files that will be called by Qmodem.  If you did
  437.      everything right when you hit PGDN or PGUP you will see an external
  438.      protocol called Z) Zmodem in the box. For an easier time do a search for
  439.      either External.arc or maybe the string "Qmodem" in the file database as
  440.      there is a file with several external protocols and batch files
  441.      available in the Mahoney file section (EXEC BBS).
  442.  
  443.      The following batch files for Qmodem are included in the DSZ zipfile:
  444.  
  445.      ZDOWN.BAT contains:     DSZ port %2 speed %1 rz -rr
  446.      ZUP.BAT contains:       DSZ port %2 speed %1 sz %3
  447.  
  448.      !!!!IMPORTANT USE lower case (small letters) EXCEPT WHERE SHOWN!!!!
  449.  
  450.      If Qmodem says "unable to allocate swap space": QMODEM 4.2 will swap all
  451.      but approx. 5K to memory or disk when you shell out to DSZ. Go into
  452.      QINSTALL and make sure that /O /R Optimum Shell and Disk Shell are both
  453.      set to ON.
  454.  
  455.  
  456.      2.4  GT POWER 13.00/14.00
  457.  
  458.      GT Power version 13/14 includes a YMRX.BAT (YMODEM-g receive) file with
  459.      an "rz" command.  You guessed it, "rz" is for ZMODEM protocol (the z
  460.      means ZMODEM!).  Please change the file to use the correct "rb -g" for
  461.      YMODEM-g.
  462.  
  463.      The files ZMTX.ARC and GT1300.NOT available on many bulletin boards
  464.      contain useful information for GT Power users.
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.      Chapter 2 Pg 6        DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  474.  
  475.  
  476.      2.5  TELIX
  477.  
  478.      Telix has an internal ZMODEM, but some users prefer to use DSZ for
  479.      performance and/or reliability reasons.  Mat Fisher has published a
  480.      Telix script to call DSZ for automatic downloads.
  481.  
  482.      For those of you who use DSZ with Telix, here is a sample script file to use
  483.      instead of batch files:
  484.  
  485.      //////////////////////////////////////////////////////////////////////////
  486.      //Protocol salt file for Telix's external protocols by Matt Fisher
  487.      //Last edited (02/24/90)
  488.      //used for the DSZ ZMODEM protocol.  (It will work for u/ling and d/ling)
  489.      //////////////////////////////////////////////////////////////////////////
  490.  
  491.      str upload[80]  =
  492.         "c:elixrotocolDSZ port 1 pW1 pB4096 ha off sz -b -m -rr ";
  493.  
  494.      str download[80]=
  495.         "c:elixrotocolDSZ port 1 pW1 pB4096 ha off rz -b -m -rr ";
  496.  
  497.      //////////////////////////////////////////////////////////////////////////
  498.  
  499.      Main ()
  500.      {
  501.       if (_ext_filespec == "")
  502.        { strcat(download,_down_dir); dos(download,0); }
  503.       else
  504.        { strcat(upload,_up_dir); strcat(upload,_ext_filespec);  dos(upload,0); }
  505.      alarm(1);
  506.      }
  507.      //////////////////////// THE END /////////////////////////////////////////
  508.  
  509.      Simple but effective...
  510.  
  511.      --- TAGMAIL v2.20
  512.       * Origin: CRIMP/John Galt [Node 1] (1:120/144)
  513.  
  514.      --
  515.      INTERNET: Matt.Fisher@f144.n120.z1.FIDONET.ORG
  516.  
  517.  
  518.      2.6  BULLETIN BOARDS
  519.  
  520.      When installing DSZ on a bulletin board or host system, be sure to check
  521.      for proper operation when the caller hangs up while a file is being sent
  522.      or received.
  523.  
  524.      Currently, Only the TurboC version supports file sharing (shared read
  525.      access on files sent by  dsz).
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.      Chapter 2 Pg 7        DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  533.  
  534.  
  535.      Some bulletin board interface routines do not call DSZ to send a file
  536.      until they have verified the file's presence by opening the file.  If
  537.      this checking is done in DOS's default exclusive open mode, dsz's file
  538.      sharing will be defeated.
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.      Chapter 3 Pg 8        DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  592.  
  593.  
  594.      3.  DESCRIPTION
  595.  
  596.      DSZ is a "protocol driver" that uses ZMODEM-90(TM), True YMODEM(TM), or
  597.      XMODEM to transfer files over a serial port with a variety of programs.
  598.  
  599.      DSZ has two main commands for ZMODEM transfers: "sz" sends file(s), and
  600.      "rz" receives them.
  601.  
  602.      When calling bulletin boards to download files with ZMODEM you can avoid
  603.      the bother of starting DSZ for each transfer by calling DSZ first,
  604.      before asking the BBS for the download.
  605.  
  606.              dsz t
  607.  
  608.      The "t" command allows you to keyboard the file request directly to the
  609.      BBS.  (The "t" stands for "terminal emulation".) Just give the "dsz t"
  610.      command from DOS or your comms program's DOS GATEWAY.  DSZ's ZMODEM
  611.      AutoDownload then receives the file automatically, using the filename
  612.      provided by the BBS, without any wasted keystrokes or delay.  Try it,
  613.      you'll like it!  (The "t" command is described below.)
  614.  
  615.      YMODEM downloads are almost as easy.  Use the "t" command as shown
  616.      above, and hit the F3 key after telling the board to download a file
  617.      with YMODEM.
  618.  
  619.      ZMODEM and True YMODEM(TM) transfers preserve exact file length and
  620.      modification time.
  621.  
  622.      DSZ supports XMODEM-1k (XMODEM with 1024 byte blocks, sometimes
  623.      mislabeled as ymodem) and CRC-16 with the sx -k and rc commands.
  624.  
  625.      DSZ is derived from Omen Technology's "Professional-YAM" high
  626.      reliability communications tools (also known as PowerCom(TM)) and Omen
  627.      Technology's ZCOMM User Supported Communications Software.  DSZ supports
  628.      a subset of Pro-YAM's file transfer related commands.  This
  629.      documentation makes extensive references to contemporary editions of the
  630.      Pro-YAM or ZCOMM manual, and is incomplete without it.  (Registered
  631.      copies include an alternate, copyrighted file.)
  632.  
  633.      DSZ is usually called from a communications or bulletin board program.
  634.  
  635.      DSZ uses its own modem I/O.  The original interrupt vector, UART parity,
  636.      and interrupt configuration are restored on exit.  The original state of
  637.      the 8259 interrupt mask bit for this vector is also restored on exit.
  638.  
  639.      DSZ uses DOS standard output (stdout) for messages.  DSZ never writes
  640.      directly to the screen.  DSZ expects its standard output to point to the
  641.      console, a logging file, or NUL, but never the modem port.  If dsz's
  642.      standard output is redirected to the modem (as with ProComm's Host mode
  643.      DOS shell), the combination will lock up the computer.  When necessary,
  644.      dsz's standard output can be redirected back to the console device with
  645.  
  646.  
  647.  
  648.  
  649.  
  650.      Chapter 3 Pg 9        DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  651.  
  652.  
  653.      the CON command.
  654.  
  655.      Users of pcAnywhere must use dsz's A command to disable pcAnywhere host
  656.      mode during file transfers.
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.      Chapter 3 Pg 10       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  710.  
  711.  
  712.      4.  COMMANDS
  713.  
  714.            ***********************************************************
  715.                                     NOTE WELL
  716.       Except as noted, all commands and options must be typed in lower case.
  717.                              DO NOT USE UPPER CASE!!
  718.                                Case is significant!
  719.            ***********************************************************
  720.  
  721.      Optional commands or arguments are shown in square brackets [].
  722.  
  723.      When used (in any combination), the A, CON, port, speed, handshake,
  724.      estimate, and d commands must be used in exactly this order.
  725.  
  726.      dsz [A] [CON] [port N] [speed S] [handshake XX] [D] [d] [restrict]
  727.      command
  728.  
  729.  
  730.      4.1  List of Commands
  731.  
  732.      A     Suspend pcAnywhere operation during file transfers.  The A command
  733.            is used to avoid lockups caused by pcAnywhere host mode.  This
  734.            command should be given to the DSZ running under pcAnywhere host
  735.            mode.
  736.  
  737.            EXAMPLE: C>dsz A sz *.foo Sends files from a pcAnywhere hosted
  738.            machine to you.
  739.  
  740.  
  741.            Fm: Al de la Torre
  742.  
  743.            1 sending from host to remote
  744.                   type: "dsz A sz filename.ext" ENTER
  745.                   shell to dos on remote machine (ctrl-Rshift)
  746.                   type: "dsz A rz" ENTER
  747.  
  748.            2 sending from remote to host
  749.                   type: "dsz A rz" ENTER
  750.                   shell to dos on remote machine (ctrl-Rshift)
  751.                   type: "dsz A sz filename.ext" ENTER
  752.  
  753.  
  754.      CON   Redirect  message  output  to  the  DOS  "CON"  (console)  device,
  755.            overriding  any previous redirections.  This is necessary to avoid
  756.            lockups caused by ProComm host mode.  Most programs do not require
  757.            this hack.  This command is unique to DSZ.
  758.  
  759.      port N select port N (n =  1,2,3,4,5,6,7,8,  10,11,12,13,14,15,16,17,18)
  760.            Default  is port 1 (COM1) or read from the DSZPORT dos environment
  761.            variable.  COM11 to COM18 refer to the COM1 to COM8 ports  on  the
  762.            PS/2.
  763.  
  764.  
  765.  
  766.  
  767.  
  768.      Chapter 4 Pg 11       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  769.  
  770.  
  771.            *****************************************************************
  772.                                           NOTE
  773.            Only COM1 and COM2 are standard on all  PC  compatible  computers.
  774.            Multiple  standards  exist for COM3 and above, so use only COM1 or
  775.            COM2 when first installing DSZ.
  776.            *****************************************************************
  777.  
  778.            DSZ COM3 uses 3E8 and IRQ4.  DSZ COM4 uses 2E8 and IRQ3.
  779.  
  780.            DSZ COM7 uses 2E8 and IRQ5.  DSZ COM8 uses 3E8 and IRQ5.
  781.  
  782.            If you wish to use COM3 or COM4 and your  computer  is  not  wired
  783.            according  to  one  of  these  choices,  you  MUST use the "portx"
  784.            command to specify base address and interrupt vector.
  785.  
  786.            EXAMPLE: to use COM2:
  787.            dsz port 2 rz
  788.  
  789.            In multitasking  operation,  accessing  a  port  used  by  another
  790.            running program will hang the machine.
  791.  
  792.  
  793.      portx base,irq To select an arbitrary port address and interrupt vector,
  794.            the  portx  command  must  be  used  instead  of the port command.
  795.            Please refer to DSZBG.DOC (provided on the Registration  Diskette)
  796.            or  the  Professional-YAM  or  ZCOMM  (ZCOMMDOC.ZIP)  manuals  for
  797.            details on this command.
  798.  
  799.            EXAMPLE: dsz portx 3e8,4 speed 2400 rz
  800.  
  801.  
  802.      speed S Set the specified speed.  This command is rarely needed because
  803.            DSZ reads the port's current speed by default.  Please refer to
  804.            the FLOW CONTROL, MAIN COMMANDS and SOFTWARE COEXISTENCE chapters
  805.            in DSZBG.ZOO or the ZCOMM or Pro-YAM manual for important
  806.            information about the speed command.
  807.  
  808.            Please study all the chapters of this document when using speeds
  809.            above 2400 bps.
  810.  
  811.            Officially, DSZ supports a maximum speed of 38400.  However, you
  812.            are welcome to experiment with higher speeds up to 115200.
  813.  
  814.  
  815.      handshake XX Enable one of several choices of hardware handshake.  (The
  816.            default is XOFF/XON software handshake).  This command is
  817.            documented in the ZCOMM or Pro-YAM manual, and in DSZBG.DOC.  (The
  818.            ZCOMM manual is available on all bulletin boards registered for
  819.            DSZ as ZCOMMDOC.ZIP.) On DSZ the "handshake" command may be
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.      Chapter 4 Pg 12       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  828.  
  829.  
  830.            abbreviated to "ha".
  831.  
  832.      D     Disables the modem (drops Data Terminal Ready, DTR) if carrier is
  833.            lost.  This may be used to prevent spurious events (phone ringing)
  834.            from interfering with the calling bulletin board's recovery from
  835.            carrier loss.
  836.  
  837.      d     Disables carrier dropout monitoring, for modems that do not
  838.            properly drive the "Carrier Detect" input on the PC.  If you see a
  839.            No Carrier Detect message, you need to give the d command.  Before
  840.            using the d command, make sure you have the proper port
  841.            selected!!!
  842.  
  843.  
  844.      estimate length [speed] Use the specified length and optional specified
  845.            effective transfer speed for the next receive file to be created.
  846.            This command must come after any port, speed, or handshake
  847.            commands.  Please refer to DSZBG.ZOO or the ZCOMM User's manual
  848.            for details.
  849.  
  850.            The following makes DSZ calculate file transfer times on the basis
  851.            of 290 character per second aggregate transfer rate:
  852.  
  853.            EXAMPLE: dsz port 2 speed 9600 estimate 0 2900 rz
  854.  
  855.  
  856.  
  857.            EXAMPLE: dsz port 2 speed 9600 estimate 0 2900 sz bigmama.zip
  858.  
  859.  
  860.  
  861.      pxN   Set a numeric parameter x to N.  These parameters are mostly a
  862.            subset of the Pro-YAM/ZCOMM numeric parameters, and are listed
  863.            below.  They assume their defaults each time DSZ is called.
  864.            Without an argument, p displays the numeric parameters and their
  865.            values.
  866.  
  867.            EXAMPLE: C>dsz p
  868.  
  869.            z pxN Set zmodem numeric parameter x to N.  These parameters
  870.            correspond to the Pro-YAM or ZCOMM "zmodem" parameters and rarely
  871.            need changing.  These parameters assume their defaults each time
  872.            DSZ is called.  Without an argument, z p displays the zmodem
  873.            numeric parameters and their values.
  874.  
  875.  
  876.      restrict Restrict incoming pathnames (YMODEM/ZMODEM) to the current disk
  877.            and directory tree, and disallow modification or overwriting of
  878.            existing files.  The restrict command causes partially received
  879.            files to be deleted.  When DSZ is restricted, it will refuse to
  880.            transfer files containing the string autoexec.bat and command.com
  881.  
  882.  
  883.  
  884.  
  885.  
  886.      Chapter 4 Pg 13       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  887.  
  888.  
  889.            in upper or lower case.  This provides some defense from malicious
  890.            uploaded files.
  891.  
  892.            EXAMPLE: dsz restrict rz
  893.  
  894.  
  895.      t     [-T] [-8g] Talk with ZMODEM AutoDownload.
  896.  
  897.            The optional -T forces DSZ to exit after it has recognized a
  898.            ZMODEM AutoDownload(TM) request.
  899.  
  900.            The optional -8g (available on registered copies only) enables
  901.            reception of "BBS (ANSI) graphics" displays.  (A video device
  902.            driver such as ANSI.SYS must be loaded to support some types of
  903.            graphics.)
  904.  
  905.            A small subset of ZCOMM/Pro-YAM term function subcommands are
  906.            recognized:
  907.  
  908.            Keyboard F1 or ALT-X to exit.
  909.  
  910.            F3 receives file(s) with True YMODEM(TM),
  911.  
  912.            ALT-P toggles parity between the 8n default and 8g (enables ANSI
  913.            "graphics").
  914.  
  915.            ALT-H toggles two local echo ("Half Duplex") modes; the second
  916.            displays a newline (CR/LF) when Enter is keyboarded.
  917.  
  918.            Keyboarded ASCII characters are sent to the modem.
  919.  
  920.            ALT-B sends a break.
  921.  
  922.            Characters from the modem print on the screen.  A device driver
  923.            such as ANSI.SYS may be used to recognize escape sequences.
  924.  
  925.            DSZ's ZMODEM AutoDownload(TM) detects the start of a ZMODEM file
  926.            download and accepts the file(s) without operator intervention.
  927.  
  928.      rz    [-abeEmMnpPrt+YZy] [dir] [file ...]     (ZMODEM-90 receive) **
  929.  
  930.      rz    [-abenprt+Yy] [dir] [file ...]          (ZMODEM receive) **
  931.  
  932.      rb    [-abt+y] [dir] [file ...]     (YMODEM receive) **
  933.  
  934.      rb -g [-abt+y] [dir] [file ...]     (YMODEM-g receive) **
  935.  
  936.      rc    [-abt+y] file1                (XMODEM/CRC receive)
  937.  
  938.      ro    [-abt+y] file1                (XMODEM OverThruster receive)
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.      Chapter 4 Pg 14       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  946.  
  947.  
  948.      rx    [-abt+y] file1                (XMODEM receive)
  949.  
  950.      rx -g [-abt+y] file1                (Qmodem-G receive) **
  951.  
  952.            ** Download directory specification and -g ignored w/o
  953.            registration
  954.  
  955.  
  956.      sz    [-abefnprtFYQS+yZ] [-w[N]]  [PREFIX=p | ONAME=n] file ...(ZMODEM
  957.            send)
  958.  
  959.      sz    [-abeEfmMnpPrtFYQS+yZ] [-w[N]]  [PREFIX=p | ONAME=n] file
  960.            ...(ZMODEM-90 send)
  961.  
  962.            Pathnames are separated by spaces.  Wildcards are OK.
  963.  
  964.            EXAMPLE: dsz port 2 sz -r /tmp/file1 /tmp/file3 *.c
  965.  
  966.  
  967.            The "sz" and "sb" commands exploit DOS's tree structured file
  968.            system.  A directory or disk specifier expands to all files in
  969.            that directory.
  970.  
  971.            EXAMPLE: dsz port 2 sz -r C:srcdir
  972.  
  973.  
  974.            If you use PREFIX= or ONAME= with the "sb" or "sz" commands, these
  975.            pathnames should be entered in lower case unless the underlying
  976.            file system supports upper AND lower case.
  977.  
  978.            EXAMPLE: dsz port 2 sz -r ONAME=newsrc.c temp.c
  979.  
  980.  
  981.  
  982.      sb    [-ft] [PREFIX=p | ONAME=n] file ...     (YMODEM or YMODEM-g send)
  983.  
  984.      sb -k [-ft] [PREFIX=p | ONAME=n] file ...     (YMODEM-1k or YMODEM-g
  985.            send)
  986.  
  987.      sx    [-t] file1                    (XMODEM, XMODEM/CRC, Qmodem-G send)
  988.  
  989.      sx -k [-t] file1                    (XMODEM-1k send)
  990.  
  991.  
  992.      v     Verify the serial number by writing a log entry (see DSZLOG).
  993.  
  994.            v      1     0 bps    0 cps   0 errors     0  128 s/n 666
  995.  
  996.            The letter "v" indicates a verification entry.  The first numeric
  997.            field is 1 if YMODEM-g is supported.  The last field is the serial
  998.            number.  Unregistered copies show a s/n of 0.
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.      Chapter 4 Pg 15       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1005.  
  1006.  
  1007.      o     Turn off Data Terminal Ready (DTR), terminating ("offing") the
  1008.            connection if the modem responds to DTR.  Useful with the "t"
  1009.            command to disconnect afterwards.
  1010.  
  1011.            EXAMPLE: dsz t o
  1012.  
  1013.  
  1014.  
  1015.      LARG  Convert ARG to lower case, then parse arg.
  1016.  
  1017.  
  1018.      The meanings of optional arguments to the file transfer commands are
  1019.      described in DSZBG.DOC and the ZCOMM/Pro-YAM manual.
  1020.  
  1021.      The s (SlugBait) option prevents a receiver from receiving a file
  1022.      without accounting for it.  Attempts to do so are flagged with a Q
  1023.      status in the log file.  This option can cause a transfer that
  1024.      legitimately fails near the end of the file to be reported as
  1025.      Questionable rather than ERROR.  SlugBait causes DSZ to return success
  1026.      if at least one file is transferred.
  1027.  
  1028.      Send files may be specified indirectly:
  1029.                                dsz sz @C:files.lst
  1030.      sends the files in C:files.lst.  This provides another means of
  1031.      bypassing the DOS command line limit.  The first letter must be "@" and
  1032.      the third letter must be ":" to distinguish this from an ordinary
  1033.      pathname.  Pathnames in the indirection file may be separated by any
  1034.      combination of space(s), tab(s), CR and/or LF.  No spaces may appear
  1035.      inside a pathname; "FOO     .BAR" won't work.
  1036.  
  1037.      A list of files to send may be built up with a command like:
  1038.  
  1039.      EXAMPLE: dir *.zip > files.tmp
  1040.  
  1041.      This file can be edited to remove unwanted files.  Then you send the
  1042.      files with:
  1043.      DSZ sz -m @c:files.tmp
  1044.  
  1045.  
  1046.      4.2  Interrupt Keys
  1047.  
  1048.      Ctrl-Break Terminates the transfer in progress.
  1049.  
  1050.      ALT-N Abruptly terminates (NUKES) the transfer in progress.
  1051.  
  1052.      Ctrl-X Typing a dozen Ctrl-X characters to another ZMODEM program
  1053.           terminates ZMODEM operations.
  1054.  
  1055.      ALT-F Skips the current file in ZMODEM transfers.
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.      Chapter 4 Pg 16       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1064.  
  1065.  
  1066.      ALT-B Cancels the current ZMODEM session.
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.      Chapter 5 Pg 17       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1123.  
  1124.  
  1125.      5.  NUMERIC PARAMETERS
  1126.  
  1127.      DSZ uses the following main numeric parameters, settable with the pxN
  1128.      command.
  1129.  
  1130.      EXAMPLE: C>dsz pQ0 rz -rr
  1131.  
  1132.  
  1133.      *****************************************************************************
  1134.      NOTE: Parameter setting commands such as "pd0" cannot be added to
  1135.      DSZOPT, they must be included in the command line.
  1136.      *****************************************************************************
  1137.  
  1138.      In addition, DSZ uses the Pro-YAM/ZCOMM zmodem numeric parameters
  1139.      described in the Pro-YAM/ZCOMM reference manual (ZCOMMDOC.ZIP) and in
  1140.      DSZBG.DOC.
  1141.  
  1142.  
  1143.      B   Set the size of buffer used for disk reads and writes.  The default
  1144.          is 1024, 4096 maximum (16384 max on DSZ.EXE).  If your copy of DSZ
  1145.          is running on a floppy disk system or a very slow turkey hard disk,
  1146.          a larger value may give better results.  Too large a value may
  1147.          exhaust memory, induce receiver timeouts, cause disconnects(!), or
  1148.          generate spurious CRC errors.  If performance logging doesn't work,
  1149.          this parameter is too big.
  1150.  
  1151.          EXAMPLE: C>dsz pB4096 sz A:floppy.fil
  1152.  
  1153.          Setting the buffer size may lock out the performance log, DSZFILES,
  1154.          and/or indirect pathname list in DSZ.COM.
  1155.  
  1156.          IF YOU AREN'T BLOODY SURE YOU NEED A BIGGER BUFFER, DON'T USE ONE.
  1157.  
  1158.          Please understand that the B parameter has nothing to do with
  1159.          anything you've heard about 128, 1024 or 8192 byte XMODEM style
  1160.          blocks.  Normally, ZMODEM's block size is the entire file.
  1161.  
  1162.      O   This parameter controls XMODEM OverThruster(TM).  It is described in
  1163.          dszbg.doc.  This file is part of the software package sent to paid
  1164.          registrants.
  1165.  
  1166.      P   After a "speed" command, if you give a p command (display
  1167.          parameters), the P parameter value will indicate the type of serial
  1168.          I/O UART chip detected.  DSZ automatically detects and enables the
  1169.          FIFO on the NS16550A, NS16550AFN, and Intel 82510 chips.
  1170.  
  1171.          EXAMPLE: dsz port 1 speed 19200 p
  1172.  
  1173.  
  1174.          0  Indicates a standard 8250 or 16450 UART with no special features.
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.      Chapter 5 Pg 18       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1182.  
  1183.  
  1184.          1  Indicates an NS16550AN or NS16550AFN with 16 deep receive FIFO.
  1185.             These are the preferred chips.
  1186.  
  1187.          2  Indicates an Intel 82510 with 3 deep receive FIFO.
  1188.  
  1189.          The sequence "port 1 pP1 speed 19200" bypasses DSZ's verification
  1190.          checks normally performed on the FIFO configuration and may allow
  1191.          defective FIFO logic on certain chips to be used.  This incantation
  1192.          is not required for the NS16550AN or NS16550AFN.
  1193.  
  1194.          The sequence "pP-1 speed 2400" should be used with the Western
  1195.          Digital WD16550 chip to disable the non standard FIFO on that chip.
  1196.          The WD16550 FIFO has been observed to lose data when transmitting at
  1197.          2400 bps and slower speeds.  The minimum speed for normal transmit
  1198.          FIFO operation with the WD16C550 may vary with different computers.
  1199.  
  1200.  
  1201.      Q   Error code returned to DOS (default 1).  (Success always returns 0.)
  1202.          Some programs toss cookies when confronted with certain exit codes.
  1203.  
  1204.          EXAMPLE: dsz pQ-1 sz foo.bar
  1205.  
  1206.  
  1207.          DSZ reports an error if no files have been transferred, even if the
  1208.          command used wasn't supposed to transfer any file(s).
  1209.  
  1210.  
  1211.      R   If set to 1, causes partially received files to be deleted.
  1212.  
  1213.          EXAMPLE: DSZ pR1 rz
  1214.  
  1215.  
  1216.  
  1217.      S   Timeout in seconds (default 15) waiting for restraint release (XON
  1218.          and/or handshake).
  1219.  
  1220.      W   Wait for Enter key before exiting after an error.  Effective only on
  1221.          registered copies.  Useful when calling DSZ from DESQview, allows
  1222.          the window to close unless there is an error message that should
  1223.          remain visible.
  1224.  
  1225.          EXAMPLE: C>dsz pW1 sz foo.bar
  1226.  
  1227.  
  1228.      Y   Control byte for the NS16550AN/NS16550FAN FCR register.  If you
  1229.          don't know what the FCR does, don't change this parameter.  It has
  1230.          been suggested that a different value (129) may improve multitasking
  1231.          under DESQview when multiple copies of DSZ are active.
  1232.  
  1233.      a   Calibrates certain protocol timeouts used with XMODEM and YMODEM
  1234.          transfers (Cybernetic Data Recovery(TM)).  This parameter does not
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.      Chapter 5 Pg 19       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1241.  
  1242.  
  1243.          affect ZMODEM transfers.
  1244.  
  1245.          The a numeric parameter is automatically set to 2000 for a 4.77 mHz
  1246.          PC or XT, 4000 for a PS2/30, 6000 for an 8 mHz 1ws AT, and 12000 for
  1247.          a PS2/80.  If your computer has a speedup card or otherwise runs
  1248.          unusually fast (or slow!) for its type, you may set the a numeric
  1249.          parameter to a value that reflects its speed.
  1250.  
  1251.          EXAMPLE: dsz port 2 pa4000 rb
  1252.  
  1253.  
  1254.          NOTE: Setting this parameter does not suppress the "Unknown Machine
  1255.          Type" message which is displayed before the command line is scanned.
  1256.  
  1257.      d   A non zero value (the default) causes incoming files received with
  1258.          ZMODEM and full YMODEM transfers to have their Date set to that sent
  1259.          in the file header.  ZMODEM's file management features depend on the
  1260.          transmission of each file's modification date.  Files will have the
  1261.          same creation date, even if the two machines are in different time
  1262.          zones.  When transferring files to/from a Unix system, creation
  1263.          dates are interpreted according to GMT or Universal Coordinated
  1264.          Time.  File dating may be disabled with a pd0 command, which causes
  1265.          files to assume the date and time they were received.
  1266.          NOTE: Backdating file creation times may confuse some backup
  1267.          programs.
  1268.  
  1269.      v   Verbose level (debugging output) Negative values inhibit some
  1270.          routine messages.  Setting v to 1 or greater causes serialized
  1271.          copies to ring the bell when a transfer is done.
  1272.  
  1273.      z   Timezone in minutes behind GMT, used for ZMODEM and True YMODEM file
  1274.          transfers to coordinate the actual date of the file with computers
  1275.          in other time zones.  Effective on registered copies.  PDT or MST
  1276.          corresponds to 420.  This may be preset with the ZONE DOS
  1277.          environment variable.
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.      Chapter 6 Pg 20       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1300.  
  1301.  
  1302.      6.  ENVIRONMENT VARIABLES
  1303.  
  1304.      The following DOS environment variables may be set to modify DSZ
  1305.      operation.  DOS environment variables are set by giving a command to
  1306.      DOS.
  1307.  
  1308.  
  1309.      EXAMPLE: set DSZPORT=2
  1310.  
  1311.  
  1312.      The following form may be used for arbitrary address/vector
  1313.      combinations:
  1314.  
  1315.      EXAMPLE: set DSZPORT=3e8,4
  1316.  
  1317.      These DOS "set" commands may be placed in your AUTOEXEC.BAT file or
  1318.      given just before you run your communications program.
  1319.  
  1320.      IMPORTANT! Do not add spaces to these commands!!
  1321.      set DSZPORT  =  2 WILL NOT WORK!
  1322.  
  1323.  
  1324.      DIRRX (Registered copies only.) Specifies the directory to receive
  1325.          (download) files.  If the sting in DIRRX ends with "/", directory
  1326.          and/or disk designators in the incoming pathname are stripped, and
  1327.          only the stem (name and extension) is used.  Otherwise, if an
  1328.          incoming file has an absolute pathname, the incoming pathname is
  1329.          used.
  1330.  
  1331.          EXAMPLE: set DIRRX=C:/modem/download/dsz/
  1332.          dsz rz -r
  1333.          downloads files to the /modem/download/dsz directory on the C:
  1334.          drive, with ZMODEM Crash Recovery..
  1335.  
  1336.  
  1337.          EXAMPLE: set DIRRX=B:/
  1338.  
  1339.          The DOS "set" command defining the receive directory may be placed
  1340.          in your AUTOEXEC.BAT file.  Make certain there is enough environment
  1341.          space to hold this value.  Confirm this by typing "set" to the DOS
  1342.          prompt and verifying the DIRRX value is listed correctly.
  1343.  
  1344.      DSZFILES May contain a list of up to 9999 pathnames to transmit, with
  1345.          entries separated by spaces.  If present, DSZFILES is used in place
  1346.          of a normal command line list of files to send with the sb and sz
  1347.          commands.
  1348.  
  1349.          EXAMPLE: C>set DSZFILES=file1 file2 file3 *.c
  1350.          C>dsz port 2 handshake on sz -rr
  1351.  
  1352.          In practice, this string would be built up by a calling program and
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.      Chapter 6 Pg 21       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1359.  
  1360.  
  1361.          passed to DSZ with a "spawnvpe", "execvpe", or similar subroutine
  1362.          call.
  1363.  
  1364.          SEE ALSO: Pathname list specification @C:files.lst
  1365.  
  1366.      DSZLOG log file to receive entries for files sent and received.
  1367.          (Default null).  Sample entries:
  1368.  
  1369.      Z  46532 38400 bps 3324 cps   0 errors    66 1024 DSZ.COM 1177
  1370.      Z 124087 19200 bps 1880 cps   0 errors     6 1024 MXY.TMP 1177
  1371.  
  1372.          Transfer times are based on the DOS time of day clock and have up to
  1373.          two seconds' uncertainty.  As with all protocol throughput reports
  1374.          generated by Omen Technology programs (and contrary to the false
  1375.          claims of some critics), DSZ's throughput figures for ZMODEM,
  1376.          Kermit, and True YMODEM(TM) transfers do not take "credit" for
  1377.          pathname and/or protocol overhead characters.  DSZ's throughput
  1378.          reports do not include the time required to send the pathname.  This
  1379.          understates the true time required to transfer files, but the time
  1380.          required to send the pathname often depends on the alacrity of the
  1381.          operator, and thus does not always reflect the performance of the
  1382.          protocol itself.
  1383.  
  1384.          Transfers measuring less than one second are reported as having 9999
  1385.          characters per second throughput.
  1386.  
  1387.          The unlabeled numeric field after the error (retry) count is the
  1388.          number of flow control stoppages encountered sending the file.  This
  1389.          number gives an indication of flow control restrictions (overloaded
  1390.          networks, etc.) encountered during the transfer.
  1391.  
  1392.          The last numeric field before the file name is the YMODEM block size
  1393.          or ZMODEM subpacket length used for the last block in the file.
  1394.  
  1395.          The last field is the serial number of the other program, or -1 if
  1396.          this information is not available.
  1397.  
  1398.          The code letter indicates the type of transfer, Z (ZMODEM), S
  1399.          (X/YMODEM), R (X/YMODEM), E (error), or L (transfer terminated by
  1400.          loss of data carrier).
  1401.  
  1402.          WARNING: If DSZ encounters a loss of carrier or other fatal error
  1403.          condition before a file COMMENCES transmission, a log entry may not
  1404.          be made.
  1405.  
  1406.  
  1407.          EXAMPLE: C>set DSZLOG=C:/yam/dszlog
  1408.  
  1409.  
  1410.          IMPORTANT! NO SPACES!!
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.      Chapter 6 Pg 22       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1418.  
  1419.  
  1420.      DSZOPT (Registered copies only) String containing default options for
  1421.          DSZ file transfers.  Options are optional modifiers to the DSZ sz,
  1422.          rz, sx, rx, sb, rb commands.
  1423.  
  1424.          A T may be appended to the string to force DSZ to exit after it has
  1425.          recognized a ZMODEM AutoDownload(TM) request.
  1426.  
  1427.          An 8g may be appended to the string to make BBS (ANSI) graphics the
  1428.          default for DSZ's t command.  The ability to preset these options is
  1429.          especially helpful for controlling ZMODEM automatic downloads from
  1430.          DSZ's t command.
  1431.  
  1432.          EXAMPLE: C>set DSZOPT=r
  1433.          Enables DSZ's Intelligent Crash Recovery(TM) as a default.
  1434.  
  1435.          Let's say you wish ZMODEM crash recovery, and BBS "graphics" for the
  1436.          DSZ term function:
  1437.          C>set DSZOPT=r8g
  1438.  
  1439.  
  1440.          If you're downloading files from GEnie with an MNP modem, the
  1441.          following will speed up your downloads with Genie's ZMODEM-90Tm.
  1442.          (You can recognize ZMODEM-90 on GEnie two ways: 1) MobyTurboTm is
  1443.          used to speed ZIP and ARC downloads, 2) "sz 4.xx" is displayed at
  1444.          the end of transfer.  As of this writing, ZMODEM-90 may not be
  1445.          available in all libraries.) Note that (as usual with DSZ) case is
  1446.          significant: the "r" must be lower case, the "W" upper case.
  1447.          C>set DSZOPT=rW16384
  1448.  
  1449.  
  1450.          WARNING: Do NOT include "ena" or any other commands in the DSZOPT
  1451.          string.  With the exception of the "8g" mode, only **options** may
  1452.          be placed in the DSZOPT string!  (Options are the letters that
  1453.          modify the sz, rz, sb, etc. commands.  In "rz -r", "r" is an
  1454.          option.)
  1455.  
  1456.          Parameters can not be set in DSZOPT.
  1457.  
  1458.      MAXBYTES Maximum number of bytes allowed for transfer.  If this number
  1459.          is exceeded, DSZ skips the offending files (ZMODEM) or aborts
  1460.          remaining files in the batch (YMODEM).
  1461.  
  1462.      DSZPORT Default communications port override, default 1.
  1463.  
  1464.          EXAMPLE: C>set DSZPORT=2
  1465.  
  1466.          IMPORTANT! NO SPACES!!
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.      Chapter 6 Pg 23       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1477.  
  1478.  
  1479.      ZONE sets the z numeric parameter to the number of minutes the current
  1480.          local time lags GMT time.  PDT or MST corresponds to 420.  PST
  1481.          corresponds to 480.
  1482.          EXAMPLE:
  1483.          C>set ZONE=420
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.      Chapter 7 Pg 24       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1536.  
  1537.  
  1538.      7.  EXIT STATUS
  1539.  
  1540.      DSZ exits with 0 status for successful transfers, or the value of the Q
  1541.      numeric parameter (default 1) if a file transfer failed, or if no files
  1542.      were transferred.  Many languages and "door" programs do not return this
  1543.      information to the calling program.  Some languages and "door" programs
  1544.      freak out (hang) on certain non-zero exit values.
  1545.  
  1546.      A batch file that calls DSZ directly may be used to detect the DSZ exit
  1547.      status with the DOS "errorlevel" construct.  Please refer to the Q
  1548.      numeric parameter below for more information.
  1549.  
  1550.      DSZ's log file entries may also be examined to determine the success or
  1551.      failure of a file transfer.
  1552.  
  1553.      DSZ commands are an improper subset of Pro-YAM/PowerCom/ZCOMM commands.
  1554.      The file transfer commands are fully described in ZCOMMDOC.ZIP, the
  1555.      ZCOMM User's Manual.  Relevant portions of the ZCOMM User's Manual are
  1556.      provided in DSZBG.ZOO, a Copyrighted file included with the DSZ
  1557.      registration disk.  You may refer to one of those documents for details
  1558.      on the following commands.
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.      Chapter 8 Pg 25       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1595.  
  1596.  
  1597.      8.  EXAMPLES
  1598.  
  1599.      dsz sz c:foo.zip              (send 1 file with ZMODEM)
  1600.  
  1601.      dsz sz -m c:*.zip             (send all .ZIP files with MobyTurbo(TM))
  1602.  
  1603.      dsz sz f1.c f2.c f3.c         (send 3 files with ZMODEM)
  1604.  
  1605.      dsz sz c:foo.* b:*.c          (send multiple files with ZMODEM)
  1606.  
  1607.      dsz sz -Z *.lst               (send text files with ZMODEM compression)
  1608.  
  1609.      dsz sz -r bigone.zip          (CRASH RECOVERY: resume interrupted
  1610.      transfer)
  1611.  
  1612.      dsz rz -r                     (CRASH RECOVERY: resume interrupted
  1613.      transfer)
  1614.  
  1615.      dsz rz -rr                    (CRASH RECOVERY with file comparison)
  1616.  
  1617.      dsz handshake both sz yamdemo.zip       (Hardware+Software handshake)
  1618.  
  1619.      dsz sz -n *.*                 (send files that are newer or rx has no
  1620.      copy)
  1621.  
  1622.      dsz sz -Yn *.*                (Only send files that are newer than
  1623.      receiver's copy)
  1624.                                    (Do not send files that do not exist on
  1625.      receiver's disk)
  1626.  
  1627.      dsz rz C:/UPLOADS             (receive files to specified directory #)
  1628.  
  1629.      dsz port 2 speed 38400 handshake both restrict rz
  1630.                                    (Restrict provides protection for BBS's)
  1631.  
  1632.      dsz rz  -y prog.zip           (ZMODEM, single file pathname override)
  1633.  
  1634.      dsz z pr1 rx foo.dat          (XMODEM receive, remove file if error)
  1635.  
  1636.      dsz pO60 ro foo.dat           (XMODEM/OverThruster receive, GEnie MNP #)
  1637.  
  1638.      DSZ LRC L-Y NEWPROG.ZIP       (generate lower case "rc -y" command)
  1639.  
  1640.      dsz sz foo >debug.dmp         (Debugging data dump)
  1641.  
  1642.      dsz sz @C:/bbs/files.lst      (Indirect file list)
  1643.  
  1644.      dsz sz -u *.lst               (Unlink (Delete) files as they are sent)
  1645.  
  1646.      # Registered copies only
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.      Chapter 8 Pg 26       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1654.  
  1655.  
  1656.      9.  BACKGROUND OPERATION
  1657.  
  1658.      Three DESQview description files are provided to demonstrate background
  1659.      operation with modest (66 kb window) memory requirements.  DSZ uses
  1660.      tight C/ASM code, table driven CRC generators, and buffered receive and
  1661.      transmit for good performance in the background without hogging CPU
  1662.      cycles.  On a QIC Labs 8 mHz PC-AT clone, DSZ can download files in the
  1663.      background (3 background clock ticks, 9 foreground clock ticks) with a
  1664.      throughput better than 9600 bps.
  1665.  
  1666.      2S   Prompts for file name(s) and sends them with ZMODEM protocol.
  1667.           File: 2S-PIF.DVP
  1668.  
  1669.      2T   Talks to the modem and allows manual YMODEM (F3) or automatic
  1670.           ZMODEM downloads.  File: 2T-PIF.DVP
  1671.  
  1672.      2A   Like 2T, but using Quarterdeck's dvansi.com memory resident ANSI
  1673.           CRT device driver to process ANSI screen codes.  File: 2A-PIF.DVP
  1674.           DS.BAT is the batch file used by 2A.
  1675.  
  1676.      These files are written for a port 2 local connection and \TMP
  1677.      directory, but may be modified to suit your requirements using the
  1678.      DESQview CP command.  The W numeric allows DESQview to close the window
  1679.      after DSZ finishes, providing a pleasant user interface.
  1680.  
  1681.      Other DVPs, Scripts, and Batch files are available on the DESQView
  1682.      conference on the Sound of Music as DVDSZ20Z.ARC.
  1683.  
  1684.      Please consult the DESQview documentation for instructions on
  1685.      installation procedure for the DVP files.
  1686.  
  1687.      Operation at high speed (above 9600 bps) may require the DESQview
  1688.      "Optimize communications" performance Advanced Setup option.
  1689.  
  1690.      Newer versions of DESQview may require more "common memory" allocation
  1691.      (6-8 k bytes) to operate with DSZ.  Some versions of DESQview do not
  1692.      operate properly with DSZ; DESQview 2.0 is known to work, and DESQview
  1693.      2.25 is reported to have fixed bugs in intermediate versions.
  1694.  
  1695.      On 286 and 386 machines, some DESQview operations involve swapping
  1696.      memory contents with buffers in extended memory.  As with extended
  1697.      memory ramdisks and disk caches, this causes errors with high speed
  1698.      communications.  The considerations discussed in the "286 and 386
  1699.      Extended Memory" subchapter apply here.  Since this DESQview extended
  1700.      memory swapping is asynchronous with respect to DSZ's file transfers,
  1701.      "handshake slow" doesn't help here.  The solution is to force DESQview's
  1702.      memory swaps to use smaller blocks (with interrupts allowed between
  1703.      blocks) and/or use NS16550AN or NS16550AFN chips for the serial
  1704.      interface.
  1705.  
  1706.      If you see funny characters on the screen while a program is loading,
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.      Chapter 9 Pg 27       DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1713.  
  1714.  
  1715.      you have a conflict between the display adapter and QEMM memory manager
  1716.      which may cause lockups.  If so you must explicitly exclude the display
  1717.      adapter's memory with an EXCLUDE clause in QEMM's config.sys entry.
  1718.  
  1719.            ***********************************************************
  1720.                                      WARNING
  1721.      When running DSZ under a multi tasking system such as DESQview, do not
  1722.      allow two programs to access the same comm port at the same time.  At
  1723.      best, such actions will disrupt communications.  At worst, your computer
  1724.      will attempt to open a subspace channel to V'ger.
  1725.  
  1726.      Tell DESQview to use the SPECIFIC port number you are using, and not "Y"
  1727.      to the question: "Uses serial Ports (Y, N, 1, 2)"
  1728.  
  1729.      When running a comm program under DESQview or any related multitasking
  1730.      executive, DSZ must be called directly from the comm program, in the
  1731.      same window.  DO NOT open a separate window for DSZ unless you were
  1732.      about to power down the computer anyway.
  1733.            ***********************************************************
  1734.  
  1735.      With some communications programs, you can make the call, log in, and
  1736.      then exit (closing the window) without disconnecting the modem.  At this
  1737.      time you can fire up DSZ with the "t" command to allow YMODEM or ZMODEM
  1738.      downloads in a small window.
  1739.      Example File: 2A-PIF.DVP
  1740.  
  1741.      Alternatively, you can start DSZ from the DOS prompt, then type "AT"
  1742.      commands to the modem to call the bulletin board.  DESQview's "learn"
  1743.      facility may be helpful here.
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.      Chapter 10 Pg 28      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1772.  
  1773.  
  1774.      10.  FLOW CONTROL
  1775.  
  1776.      If you plan to send files over Telenet (PC-Pursuit), you must refer to
  1777.      the Pro-YAM or ZCOMM Reference manual (in ZCOMMDOC.ZIP) FLOW CONTROL
  1778.      chapter for vital information on flow control considerations necessary
  1779.      for proper operation of ZMODEM and other streaming protocols.
  1780.  
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.      Chapter 11 Pg 29      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1831.  
  1832.  
  1833.      11.  ERROR MESSAGES
  1834.  
  1835.      COM2 1200 bps Carrier Detect enabled Handshake slow
  1836.      Command line = (commands)
  1837.      This is a normal message displayed to help resolve problems with
  1838.      incorrect batch files.  The port number, speed, carrier detect
  1839.      ("enabled" or "DISABLED") and "handshake" indicate the selected mode of
  1840.      operation.
  1841.  
  1842.      DSZ FINISHED! exit code = 0
  1843.      This is DSZ's normal exit when at least one file has been transferred
  1844.      and no unrecoverable errors have been detected.  If an error such as a
  1845.      failed file transfer had been detected, the exit code would be 1, or the
  1846.      value set in the Q numeric parameter.
  1847.  
  1848.      As the message implies, DSZ has done all of its processing, and has
  1849.      return the communications port and vector to its original value before
  1850.      displaying this message.  If the computer locks up after this message is
  1851.      displayed, there's something wrong with the program that called DSZ, not
  1852.      with DSZ itself.
  1853.  
  1854.      Unknown Machine Type XX, 'a' parameter preset to 6000 indicates a ROM
  1855.      BIOS that does not follow the IBM specification for identifying the
  1856.      machine type.  If your computer causes DSZ to display this message, you
  1857.      may set the a numeric parameter described elsewhere in this document.
  1858.      This message is generated before any commands are read, so do not be
  1859.      alarmed when you "discover" that setting the a parameter doesn't make
  1860.      this message go away.  The a parameter does not affect ZMODEM transfers.
  1861.  
  1862.      Please send us a postcard or letter indicating the reported hex value
  1863.      for machine Type, name of the computer, and its speed so we can include
  1864.      that machine type in a future release.
  1865.  
  1866.      Need more memory to run DSZ or Abnormal program termination is displayed
  1867.      by the TurboC startup routine if DSZ is run in too small a memory
  1868.      partition.  If you see this message, use a larger memory partition for
  1869.      DSZ or remove some memory resident programs.  This message may also
  1870.      appear if the calling program fails to free memory before calling DSZ.
  1871.  
  1872.      No Carrier Detect is displayed when DSZ recognizes a lack of carrier
  1873.      detect signal from the modem.  Most support calls concerning "No Carrier
  1874.      Detect" are caused by the user failing to tell DSZ to use the correct
  1875.      port.  DSZ does not magically divine the COM port number; if the default
  1876.      COM1 is incorrect, DSZ must be told what port to use with the port
  1877.      command or the DPORT environment variable.
  1878.  
  1879.      No Carrier Detect may also be caused by a line disconnect, defective
  1880.      cable, or incorrect modem strapping.  It may be disabled with the d
  1881.      command.  Sometimes this is caused by setting the B parameter to too
  1882.      large a value.
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.      Chapter 11 Pg 30      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1890.  
  1891.  
  1892.      Garbage Count Exceeded Indicates ZMODEM has not detected a valid start
  1893.      of header in a reasonable number of characters.
  1894.  
  1895.      If DSZ becomes "stuck" on emitting this messages, it is possible the
  1896.      sending program may not be able to recognize and act upon transmission
  1897.      requests (ZROPS headers).  The sending program should be corrected.  In
  1898.      the meantime, setting a ZMODEM packet length with the "zmodem pl4096"
  1899.      ("l" is the small letter l) command will force the sender to wait for
  1900.      the receivers' progress reports.
  1901.  
  1902.      Permission denied comes from the Microsoft C Library.  This is caused by
  1903.      attempts to modify a read only file or directory, or to create a file in
  1904.      a nonexistent directory.
  1905.  
  1906.      A furtive flashing appearance of XOFF or FLOW during ZMODEM or YMODEM-g
  1907.      file sending signifies DSZ is responding to flow control restraint.
  1908.      This is normal operation when buffered modems or packet switched
  1909.      networks are used.  ZMODEM's robustness and reliability allow creative
  1910.      users to transfer files over unusual multiple computer lash-ups, causing
  1911.      modem data lights and computer status displays to dance in unfamiliar
  1912.      rhythms.
  1913.  
  1914.      Output FLow Control Restraint RELEASED Indcates DSZ has not received a
  1915.      positive flow control signal (XON and/or CTS as specified by the
  1916.      handshake command) within the timeout specified by the S numeric
  1917.      parameter.  This message may appear as the result of line noise.  If it
  1918.      appears often, it may indicate improper flow control settings, defective
  1919.      modem and/or cable, or (rarely) too small a value for the S numeric
  1920.      parameter.
  1921.  
  1922.      Not allowed to overwrite %s By default, DSZ will not overwrite an
  1923.      existing file.  Use the -y or -n or -r option to overwrite/update
  1924.      existing files.
  1925.  
  1926.  
  1927.      11.1  Got ZRPOS
  1928.  
  1929.      Got ZRPOS indicates the receiving program has detected a transmission
  1930.      error and has requested retransmission.  In other words, ZMODEM is doing
  1931.      its job of detecting and correcting missing and garbled data.
  1932.  
  1933.      If this happens more often than observed line errors would indicate is
  1934.      reasonable, the receiver's error messages must be studied.  Line Status
  1935.      Register errors generally indicate a local problem; if the receiver
  1936.      gives "Line Status Register 02" errors the problem lies with the
  1937.      receiver.
  1938.  
  1939.      Otherwise, the sender may have a flow control problem in one of four
  1940.      areas:
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.      Chapter 11 Pg 31      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  1949.  
  1950.  
  1951.        + Between the sending program and its modem.  If using an interface
  1952.          speed higher than the transmission speed, or modem to modem error
  1953.          correction (MNP, LAPB, PEP, etc.), check that the modem and the
  1954.          sending program are configured for the same flow control methods.
  1955.          Omen Technology's software is faster than most other programs, and
  1956.          may expose flow control problems not seen with slower software.
  1957.  
  1958.        + Between the sending modem and the network.  Correcting this requires
  1959.          "handshake both" to allow the sending program to honor both hardware
  1960.          (CTS) flow control from the modem and software flow control
  1961.          (XON/XOFF) from the network.
  1962.  
  1963.        + Between parts of the network.
  1964.  
  1965.        + Between the receiving modem and the receiving program.  This can
  1966.          happen at high transmission speeds when the receiver has specified a
  1967.          large I/O buffer size with the B numeric parameter.
  1968.  
  1969.          Excessive interrupt latency from extended memory ramdisks or disk
  1970.          caches, and poorly written hard disk drivers also wreak havoc on
  1971.          streaming protocols but do not affect start-stop protocols (XMODEM,
  1972.          etc.).  Problems with extended memory disk caches may cause errors
  1973.          at regular intervals; check the receiver's error messages.
  1974.  
  1975.          To work around these problems, give the "handshake slow" command to
  1976.          the receiver.
  1977.  
  1978.      Byte NNNN retry M: <error message> These messages appear when the
  1979.      protocol has detected an error and is attempting to retransmit the
  1980.      garbled data.  These are normal messages.
  1981.  
  1982.  
  1983.      11.2  Serial Input Error: Line Status Register xx
  1984.  
  1985.      Serial Input Error: Line Status Register HH indicates a hardware
  1986.      problem, slow device driver, TSR program, or other software is disabling
  1987.      interrupts too long for the program to accept incoming data, and some
  1988.      characters are lost.  A slow response to folow control also triggers
  1989.      this message.
  1990.  
  1991.      The value of the line status register is displayed in HEX.  The
  1992.      following error conditions are OR'ed into the Line Status Register.
  1993.  
  1994.  
  1995.      01   The Interrupt level circular buffer has been overrun.  The remote
  1996.           did not respond to DSZ's XOFF or hardware flow control, and
  1997.           continued to send characters after being told not to.  This problem
  1998.           is alleviated by correct modem flow control configuration.
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.      Chapter 11 Pg 32      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2008.  
  2009.  
  2010.      02   An 02 value for the LSR indicates Data Overrun.  "Data Overrun"
  2011.           means the computer was not able to respond to an incoming character
  2012.           from the UART (modem) in time to make room for the next incoming
  2013.           character.  Data Overruns are caused by poorly designed software
  2014.           (or ROM BIOS "firmware") locking out interrupts for excessive
  2015.           periods.  These lockouts prevent the communications program from
  2016.           responding to the incoming characters quickly enough.
  2017.  
  2018.           To correct Data Overruns, you must correct the offending
  2019.           condition(s) to allow the communications program to operate
  2020.           properly.
  2021.  
  2022.           Common causes of excessively long interrupt lockouts ("critical
  2023.           code regions") are disk drivers (BIOS), window managers, disk
  2024.           caches, TSR programs, and EGA/VGA board auto-select.
  2025.  
  2026.           Slowing the CPU to allow games and other time dependent programs to
  2027.           be used can generate excessive interrupt latency.
  2028.  
  2029.           Some BIOS programs are written without regard to their effect on
  2030.           high speed communications.  Better versions of the offending BIOS
  2031.           programs may be made available if enough users complain about poor
  2032.           performance.
  2033.  
  2034.           Interrupt latency caused by EGA/VGA board auto-select can be often
  2035.           corrected by disabling the board's Auto-Select.
  2036.  
  2037.           Poorly written disk caches and disk drivers cause interrupt latency
  2038.           that affects streaming protocols (ZMODEM) but not start-stop
  2039.           protocols such as XMODEM, YMODEM, JMODEM, Lynx, etc.  The handshake
  2040.           slow command can be used to stop reception during disk transfers.
  2041.  
  2042.           Other chapters in this document give suggestions for working around
  2043.           excessive interrupt latency by using the NS16550AN UART chip.
  2044.           Please refer to the "Brain Damaged UARTS" subchapter.
  2045.  
  2046.           Please try all the suggestions mentioned here before contacting
  2047.           Omen Technology about data overruns.
  2048.  
  2049.  
  2050.      08   Framing Error generally caused by line noise or an incorrect
  2051.           transmission speed ("baud rate") or format (number of bits).  Also
  2052.           caused by some cheap internal modems.  Most protocols require 8
  2053.           bits no parity (-8n) for proper operation.  This is set
  2054.           automatically by Omen Technology programs, but other programs may
  2055.           not be so smart.
  2056.  
  2057.  
  2058.      10   Break Interrupt generally caused by line noise or an incorrect
  2059.           transmission speed ("baud rate") or format (number of bits).  Also
  2060.           caused by some cheap internal modems.
  2061.  
  2062.  
  2063.  
  2064.  
  2065.  
  2066.      Chapter 11 Pg 33      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2067.  
  2068.  
  2069.      18   Framing Error and Break Interrupt (see above) in combination.
  2070.  
  2071.           This error may also be caused by defective 8250 UART chips.
  2072.           Certain internal modem cards have slow 8250 chips that do not
  2073.           operate properly with computers faster than 4.77 mHz.  Replacing
  2074.           the 8250 with a NS16550AN is recommended.
  2075.  
  2076.      Please refer to the In Case of Difficulty chapter of this document for
  2077.      solutions.
  2078.  
  2079.      Less commonly encountered DSZ error messages are explained in the Pro-
  2080.      YAM manual.
  2081.  
  2082.  
  2083.      11.3  No Carrier Detect
  2084.  
  2085.      If you see a No Carrier Detect message, and you haven't lost the
  2086.      connection, you should fix your modem cable or modem settings to allow
  2087.      proper operation of the Carrier Detect signal (CD).
  2088.  
  2089.      A poorer alternative is to give the d command:  dsz port 1 speed 2400 d
  2090.      t
  2091.  
  2092.  
  2093.      11.4  Port %d (%X) defective
  2094.  
  2095.      When DSZ selects a serial port, it performs a quick hardware check to
  2096.      verify the presence and minimal functionality of the 8250 family UART.
  2097.      This message usually means a nonexistent port has been selected.
  2098.  
  2099.      Reports have been received of functional but nonstandard UART chips
  2100.      triggering this message.
  2101.  
  2102.  
  2103.      11.5  COMMAND NOT FOUND
  2104.  
  2105.      If you see this message, make sure DSZ is in the DOS PATH.  Sometimes
  2106.      this error is caused by having too many environment variable strings.
  2107.  
  2108.  
  2109.      11.6  Out of Environment
  2110.  
  2111.      means there is not enough room in the program environment to accept more
  2112.      data.
  2113.  
  2114.      DOS prints this message when it cannot allocate more memory to
  2115.      accommodate a "set" command, such as "set dirrx=c:/downloads/".
  2116.  
  2117.      Try moving the "set" commands to the batch file that calls your comms
  2118.      program, or to your AUTOEXEC.BAT file.
  2119.  
  2120.  
  2121.  
  2122.  
  2123.  
  2124.  
  2125.      Chapter 11 Pg 34      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2126.  
  2127.  
  2128.      To increase environment, use the /E switch. The default is 160 bytes.
  2129.  
  2130.      An example for your CONFIG.SIS file: SHELL=C:COMMAND.COM/E:256
  2131.  
  2132.      NOTE: Large environments may cause DSZ.COM to lockup.  This is less of a
  2133.      problem with DSZ.EXE.
  2134.  
  2135.  
  2136.  
  2137.  
  2138.  
  2139.  
  2140.  
  2141.  
  2142.  
  2143.  
  2144.  
  2145.  
  2146.  
  2147.  
  2148.  
  2149.  
  2150.  
  2151.  
  2152.  
  2153.  
  2154.  
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.      Chapter 12 Pg 35      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2185.  
  2186.  
  2187.      12.  SLOW TRANSFERS
  2188.  
  2189.      Some users report slower than expected file transfers even when few or
  2190.      no errors are reported.  Some possible causes are:
  2191.  
  2192.      If "handshake slow" is used, throughput may suffer.  Try one of the
  2193.      other solutions to the "Line Status Register = 02" errors discussed
  2194.      above.  When using "handshake slow" it may be possible to increase the
  2195.      modem's interface speed to 19200 bps or faster.
  2196.  
  2197.      Bad phone lines will silently slow MNP modems, sometimes without any
  2198.      error indications.  If the modems disconnect fairly often you should
  2199.      suspect marginal phone line conditions that are being hidden by MNP
  2200.      error correction.
  2201.  
  2202.      One of the programs may have set a parameter or option that acts to slow
  2203.      the transfer under certain conditions.
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218.  
  2219.  
  2220.  
  2221.  
  2222.  
  2223.  
  2224.  
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.      Chapter 13 Pg 36      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2244.  
  2245.  
  2246.      13.  IN CASE OF DIFFICULTY
  2247.  
  2248.      13.1  LOCKUPS
  2249.  
  2250.      13.1.1  Insufficient Memory
  2251.      DSZ complains when it detects insufficient memory to operate.  When
  2252.      calling DSZ from another program, there may be ALMOST enough memory for
  2253.      proper operation, but DSZ locks up during a transfer or the calling
  2254.      program freezes after DSZ displays the "DSZ Finished" message.
  2255.  
  2256.      Sometimes there is a message about insufficient memory, sometimes just a
  2257.      lockup and no message.  To verify this problem, call CHKDSK from within
  2258.      your comms program (not from DOS!) by defining it as an external
  2259.      protocol.  If you use an interface program (Hotkeyz, Prodoor, etc.), you
  2260.      must call CHKDSK from that program, as those programs also reduce the
  2261.      memory available to DSZ.
  2262.  
  2263.      CHKDSK should report at least 64k free memory.  If less memory is
  2264.      reported, reduce the size of the COMMS program's capture buffer, or
  2265.      reboot the system with fewer/smaller device drivers and TSR programs.
  2266.      Calling DSZ directly from the comms program instead of from an interface
  2267.      also saves memory.
  2268.  
  2269.  
  2270.      13.1.2  Environment TOO BIG
  2271.      A large environment may cause DSZ.COM to lockup.  The size of the
  2272.      environment (the amount of text you get when you give the DOS "set"
  2273.      command) is subtracted from the data space available to 8086 C programs.
  2274.      This can be a problem with DSZ.COM, whose 8086 tiny model limits code,
  2275.      data, stack, and environment to 64 kb TOTAL.  Use DSZ.EXE (compiled with
  2276.      8086 small model) to alleviate this problem.
  2277.  
  2278.  
  2279.      13.1.3  Bad COM Port Configuration
  2280.      DSZ is fastidious about which interrupt vectors it takes over.  Unlike
  2281.      some programs, DSZ uses only the correct interrupt vector for its
  2282.      interrupt service routine.  (This allows multitasking.)
  2283.  
  2284.      DSZ obtains and releases this vector with standard DOS function calls.
  2285.      This allows multi line operation under DESQview and other multitasking
  2286.      systems.
  2287.  
  2288.      Incorrectly configured serial ports that work with programs that pig out
  2289.      both IRQ3 and IRQ4 will lock up with DSZ.  If DSZ locks up the machine
  2290.      as soon as it tries to send or receive data, this is usually the fault.
  2291.      Make sure the comm port is strapped correctly; COM1 uses IRQ4, COM2 uses
  2292.      IRQ3.  DSZ will lock up if the comm port is not properly set up.
  2293.  
  2294.      In addition, DSZ will not work properly if two devices are connected to
  2295.      the same IRQ line, even when some other programs (that don't use
  2296.      interrupts as intensively) do work normally on the same machine.
  2297.  
  2298.  
  2299.  
  2300.  
  2301.  
  2302.      Chapter 13 Pg 37      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2303.  
  2304.  
  2305.      COM3 and above are not widely standardized.  If you have problems with
  2306.      COM3, chances are your "COM3" is non standard.
  2307.  
  2308.  
  2309.      13.2  Incorrect Batch Files
  2310.  
  2311.      Incorrect batch files are the number one source of problems using DSZ
  2312.      for uploads and downloads.  Bulletin board programs with convoluted
  2313.      batch file mechanisms exacerbate the problem.
  2314.  
  2315.      DSZ's command line echo was added to assist in correcting defective
  2316.      batch files.  You should see a display like:
  2317.  
  2318.      Command line = 'rz '
  2319.      or
  2320.      Command line = 'port 2 speed 9600 sz foo.baz '
  2321.  
  2322.      You may have to add a "pause" command at the end of the batch file to
  2323.      allow DSZ's messages to be seen.  Another possibility is to turn on the
  2324.      printer with ^P before running DSZ, so DSZ's message can be saved on
  2325.      paper.
  2326.  
  2327.      In general, the Command line display should look like one of the
  2328.      examples in this document or those displayed by DSZ itself.  (The
  2329.      Command line display does not include the name of the DSZ program
  2330.      itself.)
  2331.  
  2332.      Try running DSZ by itself, without any batch files or TSR programs,
  2333.      calling it directly from DOS as described above.
  2334.  
  2335.  
  2336.      13.3  Cheap Internal Modems
  2337.  
  2338.      Numerous trouble reports have been received lately caused by cheap
  2339.      internal modems causing errors on ZMODEM transfers but not XMODEM.  A
  2340.      similar problem was experienced in the mid 80's during beta testing of
  2341.      some 2400 bps modems.  Perhaps defective LSI chips left over from those
  2342.      days were cloned or recovered from the trash bin.
  2343.  
  2344.  
  2345.      13.4  Commands Entered in Upper Case
  2346.  
  2347.      Most DSZ commands and options must be entered in lower case (small
  2348.      letters, not big letters).  Where the documentation or help screen
  2349.      indicates "rz", you must use "rz" and not "RZ".
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361.      Chapter 13 Pg 38      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2362.  
  2363.  
  2364.      13.5  No Carrier Detect
  2365.  
  2366.      If you see a No Carrier Detect message, and you haven't lost the
  2367.      connection, you should fix your modem cable or modem settings to allow
  2368.      proper operation of the Carrier Detect signal (CD).
  2369.  
  2370.      A poorer alternative is to give the d command:  dsz port 1 speed 2400 d
  2371.      t
  2372.  
  2373.  
  2374.  
  2375.      13.6  PKARC 3.6
  2376.  
  2377.      It has been reported that PK36 grabs some interrupts and doesn't restore
  2378.      them on exit in an attempt to prevent hacks of the program.  Since
  2379.      eliminating that particular version and cleaning up memory, high speed
  2380.      transfers even with 8250 UARTS work properly again.
  2381.  
  2382.      The problem with PK 3.6 appears to be most severe if a BBS operator has
  2383.      doorware, etc that accesses the PK programs from a shell of some sort.
  2384.      This info may be helpful to users who are having otherwise inexplicable
  2385.      file transfer problems.
  2386.  
  2387.      Phil Katz has written me that this problem has been corrected in
  2388.      subsequent versions.
  2389.  
  2390.  
  2391.      13.7  DOS 3.x
  2392.  
  2393.      DOS 3.x systems may need to have a "STACKS = 8,256" line in CONFIG.SYS
  2394.      to prevent antisocial behavior. This is required on the NEC Multispeed,
  2395.      or if certain TSR's are used.
  2396.  
  2397.  
  2398.      13.8  Perstor Controllers
  2399.  
  2400.      Several reports have been received indicating Perstor disk controllers
  2401.      interfere with data communications.  Perstor is reportedly working on a
  2402.      fix.
  2403.  
  2404.  
  2405.      13.9  IBM PS/2 Model 50Z
  2406.  
  2407.      Early samples of this machine have a design error on the motherboard
  2408.      that causes comms programs to lock up the machine.  Replacing the
  2409.      motherboard with a correctly functioning unit from current production
  2410.      corrects the problem.  The part number of the replacement PS2/50 Z
  2411.      motherboard is 35F5928.  (Information provided by John M. Choma
  2412.      73047,3566) U.S. IBM has stonewalled on this issue, but in December 1988
  2413.      agreed to replace the defective motherboards under warranty.
  2414.  
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420.      Chapter 13 Pg 39      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2421.  
  2422.  
  2423.      13.10  Brain Damaged UARTS
  2424.  
  2425.      Omen Technology has received reports of problems with buggy 8250 type
  2426.      UART integrated circuits in Leading Edge modem boards, serial port
  2427.      interfaces, and computers.  The defective chip logic affects high
  2428.      performance software.  Replacing the buggy chip with a newer chip (16450
  2429.      or NS16550AN) corrects the problem.
  2430.  
  2431.      The UM82450 chip in the Zoom 2400HC also appears to cause problems.
  2432.      Zoom Telephonics advises that this problem is limited to their old
  2433.      model.  The old model is inentifiable by an external volume control.
  2434.  
  2435.      The NS16550AN is a pin compatible plug in replacement for 8250 and 16450
  2436.      serial chips.  Omen Technology software enables the FIFO buffer in the
  2437.      NS16550AN to prevents loss of data from poorly written device drivers,
  2438.      TSR programs, etc.
  2439.  
  2440.      The NS16550AN has better electrical characteristics than the older UART
  2441.      chips.  386 and fast 286 machines should use the NS16550AN for best
  2442.      results.  Omen Technology software has been written to allow time for
  2443.      the older UART chips to operate. However, there is a limit to how much
  2444.      the software can rearrange chip accesses without resorting to
  2445.      performance robbing wait loops.  Some other software is not as forgiving
  2446.      of slow chips.
  2447.  
  2448.      Be sure to ask for the NS16550AN.  It is VITAL to get the National
  2449.      Semiconductor "AFN" or "AN" chip.  Other vendors' chips won't do.
  2450.      Current Western Digital WD16C550 chips do not function properly at low
  2451.      speeds.  At this writing, the National NS16550AN and NS16550FAN are the
  2452.      only plug compatible chips that are known to work.  Some sources:
  2453.  
  2454.      Jameco Electronics at 415-592-8097 sells National NS16550AN chips mail
  2455.      order (credit card) in small quantities.  Unfortunately, we have
  2456.      received a number of reports that their serial i/o card is now supplied
  2457.      with the infamous WD16C550 soldered in, even when ordered with specific
  2458.      instructions to include 16550AN chips.
  2459.  
  2460.      Microprocessors Unlimited, 24000 South Peoria, Beggs, OK. (918) 267-
  2461.      4961. The price for the chip is $13.50 plus shipping costs. No minimun
  2462.      purchase is required.
  2463.  
  2464.      Consolidated Computers 4 Shoppers Lane Suite 121 Turnersville, NJ  08012
  2465.      (609)751-9595(voice) (609)751-3843(bbs) (609)751-3840(fax)
  2466.  
  2467.      Arrow Electronics at 800-932-7769 (516-467-1000).
  2468.  
  2469.      N.B.: Current Western Digital WD16C550 chips do not function properly at
  2470.      low speeds.  This has been confirmed with samples received directly from
  2471.      Western Digital.  WD is aware of this problem, but has not informed us
  2472.      of a corrected chip.
  2473.  
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.      Chapter 13 Pg 40      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2480.  
  2481.  
  2482.      13.10.1  Everex Internal Modems
  2483.      Numerous reports have been received concerning difficulties with Everex
  2484.      modem cards.  Some of these cards contain buggy 8250 chips which are not
  2485.      up to the demands of full duplex streaming protocols such as ZMODEM.
  2486.      Replacing the buggy 8250 chip with a 16450 (or better yet NS16550AN)
  2487.      chip corrects these problems.
  2488.  
  2489.  
  2490.      13.11  Weird Iron
  2491.  
  2492.      A few machines, some with V20 CPUs, don't like DSZ.COM.  We have not
  2493.      been able to repeat this; TeleGodzilla (using a V20) runs DSZ.COM
  2494.      without a hitch.  Switching to DSZ.EXE has cleared up the problems on
  2495.      other machines.
  2496.  
  2497.  
  2498.      13.12  Will the real YMODEM please stand up?
  2499.  
  2500.      Some XMODEM programs claiming to support YMODEM neither send nor accept
  2501.      the YMODEM pathname block.  1024 byte XMODEM is XMODEM-1k, not the
  2502.      YMODEM defined by Ward Christensen in 1985 when he invented the term
  2503.      YMODEM.  1987 and later versions of YMODEM.DOC remind the reader of the
  2504.      official YMODEM definition, which has not changed since YMODEM's coinage
  2505.      in 1985.
  2506.  
  2507.  
  2508.      13.13  286 and 386 Extended Memory
  2509.  
  2510.      Virtual memory disk caches and ramdisks using 80286 or 80386 extended
  2511.      memory require a kludge hardware reset of the CPU chip to return to the
  2512.      normal "real mode" after accessing extended memory.  This interference
  2513.      to the interrupt response time causes lost characters on comm ports, and
  2514.      may be minimized by specifying shorter memory transfers.
  2515.  
  2516.      Switching to a National NS16550AN or NS16550AFN UART chip helps
  2517.      tremendously, allowing transfers at 115200 bps instead of 9600 bps with
  2518.      a standard 8250.  Please refer to the subchapter on "Brain Damaged
  2519.      UARTs".
  2520.  
  2521.  
  2522.      13.14  Disk Caches
  2523.  
  2524.      Cache programs often interfere with ZMODEM transfers.  In one instance,
  2525.      replacing Microsoft's SMARTDRV.SYS with Multisoft's SUPERPCK.EXE helped.
  2526.  
  2527.  
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.  
  2536.  
  2537.  
  2538.      Chapter 14 Pg 41      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2539.  
  2540.  
  2541.      14.  ASSOCIATED DOCUMENTS
  2542.  
  2543.      Consult the Professional-YAM, PowerCom, or ZCOMM manual chapter "OPTIONS
  2544.      FOR FILE TRANSFERS" for descriptions of the file transfer options.  The
  2545.      "FILE TRANSFER BASICS" chapter explains the relative merits of XMODEM,
  2546.      YMODEM, ZMODEM, and other protocols and gives tips on their use.  The
  2547.      "MAIN COMMANDS" chapter describes the rb, rx, rc, rz, sb, and sz
  2548.      commands.  The "MODEM INTERFACING" and "FLOW CONTROL" chapters contain
  2549.      important information on the use of buffered modems with DSZ.
  2550.  
  2551.      Information on the ZMODEM Inter Application File Transfer Protocol is
  2552.      available in Omen Technology's "ZMODEM DEVELOPER's COLLECTION" ($89.00).
  2553.  
  2554.      Unix, Xenix and VMS C Source code for XMODEM, YMODEM, and ZMODEM
  2555.      transfers to/from Omen Technology Products is included in RZSZ.ZOO.[1]
  2556.      This file includes a Pro-YAM/ZCOMM script to upload a bootstrap file to
  2557.      a Unix system, force its compilation, and (if the compilation is
  2558.      successful) upload the rz/sz source files.
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584.  
  2585.  
  2586.  
  2587.  
  2588.      __________
  2589.  
  2590.       1. Technical support for rzsz is available on a paid consulting basis.
  2591.  
  2592.  
  2593.  
  2594.  
  2595.  
  2596.  
  2597.      Chapter 15 Pg 42      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2598.  
  2599.  
  2600.      15.  FILES
  2601.  
  2602.      DSZ.COM, DSZ.DOC, 2A-PIF.DVP, 2S-PIF.DVP, 2T-PIF.DVP, BBS_REG.TXT,
  2603.      DS.BAT, FIX.BAT, MAILER, ZMODEMAD.BAT, ZMODEMD.BAT, ZMODEMDR.BAT, and
  2604.      ZMODEMU.BAT constitute Omen Technology's DSZ.ZIP.  These same files are
  2605.      in DSZ.ZOO on the distribution diskette mailed to registered users.[1]
  2606.  
  2607.      2S-PIF.DVP, 2A-PIF.DVP, DS.BAT, and 2T-PIF.DVP are used with Quarterdeck
  2608.      Office Systems' DESQview multitasking executive for background
  2609.      operation.  Their use is described in a previous chapter of this
  2610.      document.
  2611.  
  2612.      ZCOMMDOC.ZIP (manual), ZCOMMEXE.ZIP (programs), ZCOMMHLP.ZIP (help
  2613.      processor and database), make up the ZCOMM communications tools
  2614.      shareware distribution.  The ZCOMM files are available on finer bulletin
  2615.      boards.
  2616.  
  2617.      RZSZ.ZOO contains ZMODEM "C" source code for COMPLETE VAX VMS and
  2618.      Unix/Xenix programs licensed for use transferring files to/from licensed
  2619.      Omen Technology products.[2]
  2620.  
  2621.      DSZ.EXE compiled with the Xenix to DOS XC provides moderately higher
  2622.      maximum throughput.  DSZ.EXE supports ZMODEM over 7 bit paths (E and P
  2623.      options), and specified control character quoting (-Q<string> option).
  2624.      The Xenix XC version requires somewhat more memory than DSZ.COM.
  2625.      DSZ.EXE does not support file sharing due to brain damage in the
  2626.      Microsoft stream I/O library.  The maximum DSZ.EXE I/O buffer size
  2627.      available with the B numeric parameter is 16384.  DSZ.EXE is available
  2628.      in DSZEXE.ZOO.
  2629.  
  2630.      ZCOMM and Pro-YAM also run faster than DSZ.COM.
  2631.  
  2632.      DSZBG.ZOO contains DSZBG.DOC.  Part of the DSZ registration disk (and
  2633.      not for public distribution), this file provides background information
  2634.      on the ZCOMM/Pro-YAM commands provided in DSZ.  For non-registered
  2635.      users, the same information is available in ZCOMMDOC.ZIP.
  2636.  
  2637.      The ZOO archive format is a machine independent improvement on the PC-
  2638.      DOS specific .ARC format. The ZOO format has been precisely defined, and
  2639.      stable ZOO archivers/dearchivers are available on a wide variety of
  2640.  
  2641.  
  2642.      __________
  2643.  
  2644.       1. DSZ.ZOO is supplied to registrants instead of DSZ.ZIP because not
  2645.          all registrants have copies of unarchiving programs.  The
  2646.          registration disk includes a copy of LOOZ, a simple dearchiver for
  2647.          ZOO files.
  2648.  
  2649.       2. Technical support for rzsz is available on a paid consulting basis.
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656.      Chapter 15 Pg 43      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2657.  
  2658.  
  2659.      systems.
  2660.  
  2661.      LOOZ.EXE unpacks .ZOO archives.  LOOZ.DOC describes LOOZ.EXE.  Be
  2662.      certain to type the arguments to LOOZ in lower case, UPPER CASE WILL NOT
  2663.      WORK.
  2664.  
  2665.  
  2666.  
  2667.  
  2668.  
  2669.  
  2670.  
  2671.  
  2672.  
  2673.  
  2674.  
  2675.  
  2676.  
  2677.  
  2678.  
  2679.  
  2680.  
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690.  
  2691.  
  2692.  
  2693.  
  2694.  
  2695.  
  2696.  
  2697.  
  2698.  
  2699.  
  2700.  
  2701.  
  2702.  
  2703.  
  2704.  
  2705.  
  2706.  
  2707.  
  2708.  
  2709.  
  2710.  
  2711.  
  2712.  
  2713.  
  2714.  
  2715.      Chapter 16 Pg 44      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2716.  
  2717.  
  2718.      16.  Other Omen Technology Products
  2719.  
  2720.      16.1  Professional-YAM COMMS TOOLS
  2721.  
  2722.      Omen Technology makes Professional-YAM, a comprehensive comms program
  2723.      with unmatched power.  Flavors are available for PC-DOS, Unix, Xenix,
  2724.      and OS/2 Protected mode.  Unix source code is available under license.
  2725.  
  2726.  
  2727.      16.2  ZCOMM: Industrial Strength COMMS Shareware
  2728.  
  2729.      ZCOMM is a full featured shareware version with a $40.00 basic
  2730.      registration.  Registered DSZ users upgrading to ZCOMM get a free
  2731.      binder!
  2732.  
  2733.  
  2734.      16.3  ZMODEM Developer's Collection
  2735.  
  2736.      Omen Technology sells the "ZMODEM Developer's Collection" for $89.00.
  2737.      This diskette includes the most recent public domain versions of
  2738.      YMODEM.DOC, ZMODEM.DOC and the Unix/VMS rz/sz C source code for YMODEM
  2739.      and ZMODEM.  A set of public domain PC-DOS executable programs are
  2740.      included for convenience.  For many developers, this collection affords
  2741.      a significant labor savings in obtaining these materials.
  2742.  
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748.  
  2749.  
  2750.  
  2751.  
  2752.  
  2753.  
  2754.  
  2755.  
  2756.  
  2757.  
  2758.  
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770.  
  2771.  
  2772.  
  2773.  
  2774.      Chapter 17 Pg 45      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2775.  
  2776.  
  2777.      17.  FAIR PLAY
  2778.  
  2779.      Unlike snazzy menu interfaces, reliable high speed transfer protocols
  2780.      take many hours of testing, often over expensive phone connections, to
  2781.      develop.  Two decades of communications experience and protocol testing
  2782.      are distilled in DSZ.
  2783.  
  2784.      DSZ is a user supported program developed and supported by Chuck
  2785.      Forsberg, owner of Omen Technology.  Countless hours of work and
  2786.      expen$ive resources went to develop and support DSZ for the myriad
  2787.      environments users use it in.  The fact that most of the problems people
  2788.      encounter with DSZ are caused by other software, hardware problems,
  2789.      failure to read the supplied documentation, or pirating has not kept
  2790.      users from seeking and getting help, even if it means calling the author
  2791.      in the middle of his sleep.
  2792.  
  2793.      Beyond this, the world of communications is constantly evolving, and it
  2794.      requires a significant ongoing effort to keep DSZ and its documentation
  2795.      up to date with the current state of the art.  Individuals with little
  2796.      knowledge of the dynamic nature of telecommunications (or hidden
  2797.      agendas) have misrepresented the frequency of enhancements to DSZ as a
  2798.      sign that DSZ is "unstable" and unworthy of "serious consideration".  If
  2799.      you think such sniping is fair play, you are more than welcome to use
  2800.      one of the many other protocol programs available, each of which claim
  2801.      to offer speed and reliability comparable to DSZ.
  2802.  
  2803.      Non registered users are welcome to use DSZ for a reasonable evaluation
  2804.      period.  "Reasonable" means "until you've decided whether the program is
  2805.      worth $20.00".  It does not mean "until some competing program gets
  2806.      around to adding ZMODEM or True Ymodem(TM)".  Once you've evaluated DSZ,
  2807.      ethical use of DSZ requires registering the copy.
  2808.  
  2809.      DSZ is not and never has been Public Domain.  Every version of DSZ has
  2810.      included a Copyright Notice and a prohibition against sale or
  2811.      modification.  There is no usage counter or other Trojan Horse in DSZ,
  2812.      but if you use this program, you have a moral and ethical obligation to
  2813.      register it.
  2814.  
  2815.      Paid registration enables OverThruster(TM), YMODEM-g, and other advanced
  2816.      features that are present in DSZ.ARC in encrypted form.  The
  2817.      registration package serializes and decodes all past and future versions
  2818.      of DSZ.COM and DSZ.EXE.  You can get a fully featured upgrade of DSZ
  2819.      simply by downloading a newer version from TeleGodzilla, GEnie (IBM
  2820.      Roundtable), CompuServe, and trusted bulletin boards.
  2821.  
  2822.      17.1  Sharing DSZ Files
  2823.  
  2824.      You are welcome to share unmodified copies of DSZ.ARC or DSZ.ZOO with
  2825.      your friends and associates for their evaluation.  This documentation
  2826.      file and the MAILER file must be provided with all copies of DSZ except
  2827.      by prior written permission from Omen Technology Inc.  Because of piracy
  2828.  
  2829.  
  2830.  
  2831.  
  2832.  
  2833.      Chapter 17 Pg 46      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2834.  
  2835.  
  2836.      problems, Omen Technology must INSIST that DSZ be distributed only as
  2837.      part of the DSZ.ARC file EXACTLY as provided by Omen Technology Inc, or
  2838.      in an archive which displays a CRC value for DSZ.COM equal to that shown
  2839.      in the Changes chapter.  If DSZ.ARC is "zipped" or otherwise repacked,
  2840.      no files may be added to or removed from the archive.
  2841.  
  2842.      If you see an improperly packed or otherwise modified DSZ archive or
  2843.      parts thereof in a bulletin board, please ask the board's operator to
  2844.      replace such files with DSZ.ARC exactly as provided by Omen Technology
  2845.      Inc.  Flame them until they behave ethically.
  2846.  
  2847.      No version of DSZ may be sold without the prior written permission of
  2848.      Omen Technology Inc.
  2849.  
  2850.      DSZ is not and never has been Copy Protected.  "DSZ unprotect" files
  2851.      have no function whatsoever except to aid and encourage the theft of
  2852.      Omen Technology's Intellectual Property.
  2853.  
  2854.      Distribution or use of programs or procedures that modify, patch,
  2855.      disassemble, decompile, or otherwise reverse engineer DSZ without the
  2856.      prior written permission by Omen Technology Inc is a bloody theft of
  2857.      intellectual property and services and is a violation of Federal
  2858.      Copyright Law.  The same applies to debug scripts and documentation
  2859.      written for the same purposes.  These perform the same function as
  2860.      pirate satellite and/or cable descramblers, to obtain benefit from
  2861.      encrypted communications without proper payment.  Piracy has been
  2862.      investigated by the FBI and prosecuted under federal statutes.
  2863.      Applicable law provides for damages and recovery of attorney's fees.
  2864.      Omen Technology has received reports of serious problems caused by
  2865.      unauthorized patches to DSZ, and cannot assume liability for the
  2866.      performance of the resultant code.  So far, none of the slime producing
  2867.      such bilge have seen fit to sign their real name and address to their
  2868.      cretinous attempts at ego gratification.
  2869.  
  2870.      Distribution of DSZ in any medium without this documentation file is an
  2871.      unauthorized modification to DSZ that deprives the rightful author of
  2872.      registration revenues.  That is a theft of intellectual property.  Such
  2873.      distribution damages the author by forcing the user and author to waste
  2874.      time and phone bills scrounging for the documentation, and answering
  2875.      questions that are fully covered in the documentation.
  2876.  
  2877.      If any version of DSZ is distributed with any other product, software or
  2878.      hardware, the product documentation must clearly and prominently state
  2879.      that the customer's continued use of DSZ requires registration directly
  2880.      with Omen Technology or its duly authorized agent(s).  When unregistered
  2881.      copies of DSZ are distributed on disk, a contemporary copy of
  2882.      ZCOMMDOC.ARC should be included on the same disk.
  2883.  
  2884.      Thank you for your support.
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.      Chapter 17 Pg 47      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2893.  
  2894.  
  2895.      17.2  REGISTRATION
  2896.  
  2897.      After a short evaluation period, ethical users must register their copy
  2898.      of DSZ with a check for $20.00 in U.S. funds sent to:
  2899.  
  2900.             Omen Technology Inc.
  2901.             P.O. Box 4681
  2902.             Portland, OR 97208
  2903.  
  2904.      The address on your check is sufficient, no need to fill out forms.
  2905.  
  2906.             For VISA/MC Registrations, you can also:
  2907.             Call VOICE: 503-621-3406
  2908.  
  2909.             Or register online: 503-621-3746  300-1200-2400 bps
  2910.             Or FAX the INSTANT MAILER to: 503-621-3735
  2911.  
  2912.      Don't bother scrounging for an envelope, just print the INSTANT MAILER
  2913.      included in this archive!
  2914.  
  2915.      Overseas registrations are sent out International Air Mail.  Users,
  2916.      especially those overseas, may choose to register their copy of DSZ for
  2917.      $25.00 U.S.  by providing their VISA or Mastercard card number with
  2918.      expiration date and their name as it appears on their credit card.
  2919.  
  2920.      Purchase orders for less than $150 must be prepaid.  Omen Technology Inc
  2921.      Federal TAX ID #: 930858776 Oregon TAX ID #: 536565
  2922.       .ne 12
  2923.  
  2924.      "Das Recht zur Benutzung von DSZ in Deutschland, Oesterreich und der
  2925.      Schweiz erwerben Sie durch Bezahlung der Lizenzgebuehr von DM 57,00
  2926.      (incl. Mwst) an RzK
  2927.  
  2928.      Doris Koepke
  2929.      Bitzenstr. 11
  2930.      D-5464 Asbach
  2931.  
  2932.      Tel. 02683-4547, FAX 49 2683 4537, Telex 86 3705 rzk d, CIS
  2933.      [70126,1660]. Sie erhalten dann von dort sowohl die neueste Version, als
  2934.      auch Ihren individuellen Software-Key, mit dem Sie auch kuenftige
  2935.      Shareware-Versionen "aufschliessen", also die in der Shareware Version
  2936.      nicht zugnglichen Programmfunktionen nutzbar machen koennen, per Post.
  2937.      Die Benutzung nicht registrierter Versionen stellt einen Verstoss
  2938.      geltenden Rechts dar und wird strafrechtlich verfolgt."
  2939.  
  2940.  
  2941.  
  2942.  
  2943.  
  2944.  
  2945.  
  2946.  
  2947.  
  2948.  
  2949.  
  2950.  
  2951.      Chapter 17 Pg 48      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  2952.  
  2953.  
  2954.      *************************************************************************
  2955.      The user registration package includes a printed serial number password
  2956.      (SNP) card.  The registration "care package" diskette contains the
  2957.      latest versions of the DSZ programs, additional user documentation, and
  2958.      the installation program which uses your personal SNP to enable advanced
  2959.      features and bypass the opening advertisement.
  2960.  
  2961.      The registration package unlocks the extra value in all past and future
  2962.      versions of DSZ.COM and DSZ.EXE.
  2963.      *************************************************************************
  2964.  
  2965.      The unique serial number on the registration card is registered to the
  2966.      user, and is acceptable proof of registration to corporate auditors.
  2967.  
  2968.      The putsnp program inserts your unique DSZ Serial Number Password (SNP)
  2969.      into you copy of DSZ with the following command:
  2970.             putsnp dsz.com
  2971.      Putsnp accepts your SNP and asks appropriate questions before inserting
  2972.      the SNP to enable the extra value in DSZ.
  2973.  
  2974.      Your disk directory entry for DSZ will show the date and time you
  2975.      serialized your copy of DSZ.  This does not affect the revision date DSZ
  2976.      announces when DSZ is run.
  2977.  
  2978.      Some TSR programs and device deivers interfere with putsnp.  If you have
  2979.      a lockup running putsnp, run it without any device drivers or TSR
  2980.      programs (boot a plain DOS from floppy disk).
  2981.  
  2982.  
  2983.      The only legitimate way to disable the opening advertisement in DSZ is
  2984.      to insert an authorized SNP obtained from Omen Technology into DSZ with
  2985.      the putsnp program.  Any other suppression or modification of the
  2986.      opening screen is an illegal, unethical theft of services.  Omen
  2987.      Technology has received reports of serious problems caused by
  2988.      unauthorized patches to DSZ, and cannot assume liability for the
  2989.      performance of the resultant code.
  2990.  
  2991.      Piracy is stealing.
  2992.  
  2993.  
  2994.      17.3  Files on Registration Disk
  2995.  
  2996.      The following files are currently included on the Registration Disk sent
  2997.      to paid registrants.
  2998.  
  2999.      LOOZ.EXE       Program to unpack .ZOO archives.  Please note that
  3000.                     commands to LOOZ must be given in lower case.  "looz x
  3001.                     dsz" works, "LOOZ X DSZ" fails.  LOOZ.DOC describes
  3002.                     LOOZ.EXE.
  3003.  
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.      Chapter 17 Pg 49      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  3011.  
  3012.  
  3013.      DSZEXE.ZOO     Contains DSZ.EXE.
  3014.  
  3015.                     To dearchive with looz: looz x dszexe (Note: x must be
  3016.                     lower case, X won't work!)
  3017.  
  3018.                     Type "looz" without arguments to see the help message.
  3019.  
  3020.  
  3021.      DSZ.ZOO        Contains DSZ.COM, this document, DESQview description
  3022.                     files, and an instant no-effort registration mailer.
  3023.  
  3024.                     To dearchive with looz: looz x dsz (Note: x must be lower
  3025.                     case, X won't work!)
  3026.  
  3027.                     RZSZ.ZOO contains ZMODEM "C" source code for COMPLETE VAX
  3028.                     VMS and Unix/Xenix programs licensed for use transferring
  3029.                     files to/from licensed Omen Technology products.[1]
  3030.  
  3031.                     To dearchive RZSZ with looz: looz x rzsz (Note: x must be
  3032.                     lower case, X won't work!)
  3033.  
  3034.  
  3035.      PUTSNP.EXE     Installs your unique registered serial number to enable
  3036.                     the extra value in DSZ.
  3037.  
  3038.  
  3039.      DSZBG.DOC (in DSZBG.ZOO) Background information for DSZ, consisting of
  3040.                     relevant parts of the ZCOMM User's Manual.  DSZBG.DOC is
  3041.                     for paid registered users only; registered bulletin
  3042.                     boards and unregistered users are welcome to read the
  3043.                     same information contained in the ZCOMM manual (contained
  3044.                     in ZCOMMDOC.ZIP).
  3045.  
  3046.                     To dearchive with looz: looz x dszbg (Note: x must be
  3047.                     lower case, X won't work!)
  3048.  
  3049.  
  3050.      17.4  Bulletin Board Registration
  3051.  
  3052.      Use and/or copying of DSZ by bulletin board sysops and/or systems is
  3053.      allowed according to the following conditions:
  3054.  
  3055.      I agree to feature the ZCOMM files (ZCOMMEXE.ZIP, ZCOMMDOC.ZIP,
  3056.      ZCOMMHLP.ZIP) for downloading, and to announce the availability and
  3057.      features of ZCOMM in any bulletins, help displays, or other displays
  3058.  
  3059.  
  3060.      __________
  3061.  
  3062.       1. Technical support for rzsz is available on a paid consulting basis.
  3063.  
  3064.  
  3065.  
  3066.  
  3067.  
  3068.  
  3069.      Chapter 17 Pg 50      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  3070.  
  3071.  
  3072.      that mention communications programs.  It is my responsibility to
  3073.      maintain reasonably current versions of the ZCOMM files on the BBS shown
  3074.      above.
  3075.  
  3076.      I understand that I am welcome to use DSZ on my bulletin board(s) from
  3077.      the time I sign and mail this document as long as I abide by the
  3078.      conditions above, including featuring the above mentioned ZCOMM files.
  3079.  
  3080.      I shall distribute DSZ.COM only as part of the DSZ.ZIP EXACTLY as
  3081.      provided by Omen Technology Inc, or "zipped" without any file additions,
  3082.      deletions, or modifications.  If I distribute DSZEXE.ZOO, I shall also
  3083.      maintain DSZ.ZIP in the same directory since DSZEXE.ZOO references files
  3084.      in DSZ.ZIP.
  3085.  
  3086.      If I see a modified DSZ archive or parts thereof in a file or collection
  3087.      of files (e.g., archive) on a bulletin board, I shall replace such files
  3088.      or archive members with the contents of DSZ.ZIP exactly as provided by
  3089.      Omen Technology Inc.  I shall report instances of noncompliance to Omen
  3090.      Technology.
  3091.  
  3092.      I shall not allow any version of dsz to be sold, modified, patched,
  3093.      hacked, disassembled, decompiled, or otherwise reverse engineered
  3094.      without the prior written permission of Omen Technology Inc.
  3095.  
  3096.      I understand that DSZ is not and never has been Copy Protected.  I fully
  3097.      understand that "DSZ unprotect" files have no function whatsoever except
  3098.      to aid and encourage the theft of Omen Technology's Intellectual
  3099.      Property.
  3100.  
  3101.      (For this BBS registration, a multi node bulletin board operating from a
  3102.      single, common file system counts as one machine.)
  3103.  
  3104.      The purpose of bulletin board registrations is to support and promote
  3105.      ZCOMM and Professional-YAM by popularizing the ZMODEM protocol and
  3106.      featuring the ZCOMM shareware files available for downloading.
  3107.  
  3108.      BBS registrations must be submitted on the bbs_reg form with signature
  3109.      and date, and must accompany a new paid DSZ or ZCOMM registration.  The
  3110.      paid registration that must accompany your BBS registration can be one
  3111.      submitted by one of your board's users.  Most boards have many
  3112.      unregistered DSZ users, so getting one of them to register their DSZ
  3113.      should pose no difficulty.  Since the paid registration may be from one
  3114.      of your board's users, you can get your BBS registered for free by
  3115.      getting one of your users to register his/her DSZ at the same time.
  3116.  
  3117.  
  3118.  
  3119.  
  3120.  
  3121.  
  3122.  
  3123.  
  3124.  
  3125.  
  3126.  
  3127.  
  3128.      Chapter 17 Pg 51      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  3129.  
  3130.  
  3131.      18.  CHANGES
  3132.  
  3133.      Be sure to save your serial number/password (SNP) card and the putsnp
  3134.      program you received from Omen to use with future versions of DSZ you
  3135.      may download!
  3136.  
  3137.      The current DSZ version is maintained on GEnie (IBM Roundtable), EXEC-
  3138.      BBS, CompuServe (IBMCOM and CONSULT SIGs) as well as TeleGodzilla.
  3139.  
  3140.      DSZ is a popular program which has been the object of virus attacks.
  3141.      Pirated/hacked versions of DSZ have cost users and DSZ's developer
  3142.      thousands of dollars in lost time and other expenses, in addition to
  3143.      injuring of Omen Technology's reputation.
  3144.  
  3145.      Virus and Trojan code hidden in hacked/pirated copies of DSZ and
  3146.      programs claiming to "register DSZ" have caused loss of data.
  3147.  
  3148.      Name             Length                           Date        Time   CRC
  3149.  
  3150.      dsz.com          51516  Crunched   14%     44399  19 Nov 90  12:54p  7c12
  3151.      dsz.exe          61589  Crunched   19%     50453  19 Nov 90  12:55p  039b
  3152.      PKZIP -vt 32 bit CRC: 570516BE   51516  dsz.com
  3153.      PKZIP -vt 32 bit CRC: 8A47557C   61589  dsz.exe
  3154.  
  3155.      Your copy of DSZ should show this information as provided by
  3156.  
  3157.             arc v dsz
  3158.      or
  3159.            pkxarc -v dsz
  3160.            lharc v dsz
  3161.  
  3162.      ARC, and LHARC use a 16 bit CRC.
  3163.  
  3164.  
  3165.      ZIP uses a 32 bit CRC compatible with  the  Professional-YAM  and  ZCOMM
  3166.      "crc" command.
  3167.            pkzip -vt dsz
  3168.      The following Pro-YAM/ZCOMM command gives the 32 bit CRC for DSZ.COM:
  3169.  
  3170.      EXAMPLE: >>>c: crc dsz.com
  3171.  
  3172.  
  3173.      If your copy shows a different CRC or file length, insist on a
  3174.      legitimate copy and report the source of the bogus/pirated copy to Omen
  3175.      Technology Inc.  Omen Technology has received reports of serious
  3176.      problems caused by unauthorized patches to DSZ, and cannot assume
  3177.      liability for the performance of the resultant code.
  3178.  
  3179.      COM7 and COM8 are changed; see the "port" command above.
  3180.  
  3181.      A problem in the 1/17/89 and 2/2/89 versions corrupts files under
  3182.  
  3183.  
  3184.  
  3185.  
  3186.  
  3187.      Chapter 18 Pg 52      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  3188.  
  3189.  
  3190.      unusual circumstances.  Please delete all instances of the 1/17/89 and
  3191.      2-02-89 version.
  3192.  
  3193.      A reminder: the -Z option is effective only when it is given to the
  3194.      sending program unless both are Omen Technology products revised Jan 22
  3195.      1990 or later.
  3196.  
  3197.      If you use PREFIX= or ONAME= with the "sb" or "sz" commands, these
  3198.      pathnames must be entered in lower case unless the underlying file
  3199.      system supports upper AND lower case.
  3200.  
  3201.      A boundary condition bug in the implementation of the rz/sz -rr option
  3202.      has been corrected.  When using the -rr option, both sending and
  3203.      receiving programs should be a March 8 1990 or later version.
  3204.      Otherwise, files may be needlessly retransmitted.  This problem does not
  3205.      affect the -r option.
  3206.  
  3207.      Nov 19 1990:  A number of small enhancements.
  3208.  
  3209.      The sz -i and -u options were added.  The -i option is useful sending
  3210.      files to VMS rz version 4.x, forcing VMS Stream_LF record format.  The
  3211.      -u option unlinks (deletes) a file after it is successfully sent with
  3212.      ZMODEM.
  3213.  
  3214.      SlugBait has been fixed.
  3215.  
  3216.      The Y numeric parameter (described above) has been added to allow FIFO
  3217.      hackers to do their thing.
  3218.  
  3219.      June 25 1990: When a ZMODEM block length is forced, the receiving DSZ
  3220.      writes the data to disk before acknowledging the block.  With DSZ.EXE
  3221.      and its maximum 16384 buffer size, you may be able to avoid overrun
  3222.      (Line Status Register 02) problems receiving to slow disk drives by
  3223.      using:
  3224.      dsz pB16384 z pl16384 rz
  3225.  
  3226.      ZMODEM-90(TM) speeds up GEnie ZMODEM downloads; see DSZOPT in Chapter 6.
  3227.  
  3228.      The "sz" command had an undocumented fallback to YMODEM, this has been
  3229.      removed for reliability reasons.
  3230.  
  3231.      The SlugBait (-s) option now causes DSZ to return success (0 exit code)
  3232.      if at least one file is transferred.
  3233.  
  3234.      April 11 1990: Enhancements for more efficient multitasking under
  3235.      DESQview and DESQview 386.  Code which prevented IRQ conflicts between
  3236.      COM1/COM3 and COM2/COM4 has been removed to allow use of COM7 and COM8
  3237.      without interference from DSZ running on COM1 or COM2..
  3238.  
  3239.      ZIP replaces ARC as the standard download distribution format on new
  3240.      files.
  3241.  
  3242.  
  3243.  
  3244.  
  3245.  
  3246.      Chapter 18 Pg 53      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  3247.  
  3248.  
  3249.      March 21 1990: DSZ now sends the CANCEL sequence if it runs out of disk
  3250.      space while receiving a file with ZMODEM.
  3251.  
  3252.      DSZ now defaults to "handshake both" if the clear to send signal is high
  3253.      when DSZ selects the comm port regardless of the initial "baud rate".
  3254.  
  3255.      The P parameter can be set to -1 to disable the FIFO on the Western
  3256.      Digital WD16550 chip.  The WD16550 FIFO has been observed to lose
  3257.      characters when transmitting at slow baud rates.  A more elegant
  3258.      software solution to this hardware problem may be discovered in the
  3259.      future.
  3260.  
  3261.      Feb 25 1990: Doco change only. The "R" numeric parameter or the
  3262.      "restrict" command may be used to force partially received files to be
  3263.      deleted.  These features have been in DSZ for a long time, but never got
  3264.      into DSZ.DOC.
  3265.  
  3266.      Feb 18 1990: DSZPORT now accepts "portx" style arguments in addition to
  3267.      the traditional decimal number.  The -Wn option has been improved.
  3268.  
  3269.      Jan-28-1990: Doco improvements, especially to the "In Case of
  3270.      Difficulty" chapter.  BBS registration clarified for those that bother
  3271.      to read it.  Qmodem batch files fixed.  No change to the DSZ software.
  3272.  
  3273.      Jan-22-1990: ZMODEM-90(TM) extensions:
  3274.  
  3275.      Receiver specified window size: The -Wn option operates similarly to the
  3276.      -wn option.  The -Wn option is specified to the receiver, which sends
  3277.      this information to the sender.  Pro-YAM, ZCOMM and DSZ versions
  3278.      beginning with Jan 22 1990 support this.
  3279.  
  3280.      Specified extra escaped characters: The "zmtxesc" and "zmrxesc" allow
  3281.      extra characters to be escaped when sending (zmtxesc) or receiving
  3282.      (zmrxesc).  Zmtxesc is effective sending to any ZMODEM program.  The sz
  3283.      commands in Omen products after Jan 22 1990 except for DSZ.COM recognize
  3284.      incoming "zmrxesc" requests.  The zmrxesc and zmtxesc string parameters
  3285.      consist of one or more printing characters corresponding to the control
  3286.      characters to be escaped.  To escape NULL:  set zmrxesc "@"
  3287.  
  3288.      Since DSZ does not support string parameters, a -Q<string> option unique
  3289.      to DSZ performs the same function as zmrxesc and zmtxesc.  If the
  3290.      Q<string> option is used in DSZOPT, it must be last.  To escape NULL:
  3291.      dsz sz -Q@ file.ext
  3292.  
  3293.      MobyTurbo(TM):
  3294.  
  3295.      MobyTurbo optimizes throughput on ZIP, ARC, and similar files without
  3296.      sacrificing ZMODEM's famous reliability on noisy lines.  MobyTurbo works
  3297.      with standard modems, error correcting modems with hardware flow
  3298.      control, and over paths that support ZMODEM and do not "eat" or
  3299.      otherwise respond to control characters.  This includes all paths that
  3300.  
  3301.  
  3302.  
  3303.  
  3304.  
  3305.      Chapter 18 Pg 54      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  3306.  
  3307.  
  3308.      support YMODEM-g (or would except for line noise).
  3309.  
  3310.      MobyTurbo can be used for downloads over PC Pursuit if software flow
  3311.      control is not turned on.
  3312.  
  3313.      Activate MobyTurbo with the -m option to one or more of: sz command, rz
  3314.      command, or DSZOPT environment variable.
  3315.  
  3316.      ZMODEM over 7 bit paths:  (Not supported in DSZ.COM)
  3317.  
  3318.      A pair of ZMODEM-90 programs with 7-bit support operating over a 7 bit
  3319.      path should detect that fact and switch to one of two 7-bit path
  3320.      compatible encodings.  For testing, this can be forced with a "-E"
  3321.      option.
  3322.  
  3323.      Default 7-bit mode is RLE compression and 8th bit quoting similar to
  3324.      Kermit but more efficient because not so many control characters are
  3325.      quoted.  Use this default for text files.  Rubout and all control
  3326.      characters can be escaped with the -e option.  Individual control
  3327.      characters can be escaped with "zmtxesc" and "zmrxesc".
  3328.  
  3329.      Pack-7 instead of quoting is activated with the -P option.  (-P has no
  3330.      effect on 8 bit paths.) Pack-7 packs 4 bytes into 5 printing characters.
  3331.      This is more efficient than quoting for files where 25% more 8th bits
  3332.      appear than the number of characters saved by RLE compression.  (This
  3333.      statement applies to GIF, ARC, ZOO, and ZIP files.  It may or may not
  3334.      apply to other binary file formats, depending on the data.) Pack-7 will
  3335.      match or beat standard Kermit on ZIP files, even when Kermit has use of
  3336.      all 8 bits.
  3337.  
  3338.      SUPK412.ZIP 75136 bytes sent at 2400 bps direct connect from an
  3339.      Everec 1800 AT clone 8mHz/0ws to an 18 mHz Intel 386 motherboard.
  3340.  
  3341.      8-Bit line
  3342.      cps     Protocol/command
  3343.      156     MS Kermit 3.00 to MS Kermit 3.00  (defaults)
  3344.      182     MS Kermit 3.00 to MS Kermit 3.00  (windows=2 length=2000)
  3345.      184     MS Kermit 3.00 to Pro-YAM 17.51 (windows=2 length=2000)
  3346.      231     Pro-YAM 17.51 ZMODEM (defaults)
  3347.      237     Pro-YAM 17.51 ZMODEM-90(TM) MobyTurbo(TM) (sz -m)
  3348.  
  3349.      7-Bit line
  3350.      cps     Protocol/command
  3351.      156     MS Kermit 3.00 to MS Kermit 3.00  (windows=4 length=2000)
  3352.      190     Pro-YAM 17.51 ZMODEM-90 PACK-7 (sz -EP)
  3353.  
  3354.      Kermit transfers used 8 bit CRC, ZMODEM used 32 bit CRC.
  3355.  
  3356.  
  3357.      ************************************************************************
  3358.      ************************************************************************
  3359.  
  3360.  
  3361.  
  3362.  
  3363.  
  3364.      Chapter 18 Pg 55      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  3365.  
  3366.  
  3367.      WHAT TO LOOK FOR:
  3368.  
  3369.      Performance     difference     with     MobyTurbo,     possible     side
  3370.      effects/incompatibilities.   MobyTurbo  logic  tests  for  software flow
  3371.      control incompatibilities: when does this test fail?
  3372.  
  3373.      Automatic detection of 7-bit paths.  Spurious detection of  7-bit  paths
  3374.      and failure to detect 7-bit paths.  (DSZ.EXE only)
  3375.  
  3376.  
  3377.      12-13-89  The Virus check was removed because of user confusion and slow
  3378.      startup under certain conditions.  Code has been added to prevent and/or
  3379.      recover from "line status register 18" errors.
  3380.  
  3381.      10-28-89 A T may be appended to DSZOPT or "dsz t  -T"  may  be  used  to
  3382.      force  DSZ  to  exit  after  it has recognized a ZMODEM AutoDownload(TM)
  3383.      request.
  3384.  
  3385.      10-24-89  BBS registered copies (serial  numbers  8000-8999  and  20000-
  3386.      23999) are now fully featured.
  3387.  
  3388.      The BBS registration form has been  modified.   Please  read  this  form
  3389.      carefully  before  applying  a  BBS  serial  number.   Use of BBS serial
  3390.      numbers (4000, 20000 series) acknowledges acceptance of this contract.
  3391.  
  3392.      The IMP/KMD compatibility file length information in the  YMODEM  header
  3393.      generated by the sb command now uses the correct byte ordering.  Changes
  3394.      to the XMODEM/YMODEM sz/sb commands were made  to  accommodate  programs
  3395.      that ise CK or CKL.  (As predicted in 1985, networks sometimes interfere
  3396.      with these sequences.)
  3397.  
  3398.      Files passed over because of creation errors at the  receiving  end  are
  3399.      now  counted  by the "sz" command as errors.  The receiving program must
  3400.      be a 9/89 or later version for this to be effective.
  3401.  
  3402.      The specified directory form of the rz and rb commands has been  enanced
  3403.      to accommodate certain forms of erroneous syntax.
  3404.  
  3405.      6-19-89 A documentation error (concerning DSZPORT) was corrected in  the
  3406.      DOC file.
  3407.  
  3408.      5-25-89  Corrects a protocol negotiation problem encountered when the rz
  3409.      or sz -e option is used.
  3410.  
  3411.      Host programs can now specify an alternate CANCEL sequence (not used for
  3412.      DOS and Unix).
  3413.  
  3414.      The ZMODEM "Slow Send" mode inserts a brief pause after  each  subpacket
  3415.      when  invoked with the -F option, or automatically when the "sz" command
  3416.      detects failing flow control.  The zmodem F numeric  parameter  (default
  3417.      1) sets the pause in tenths of seconds.
  3418.  
  3419.  
  3420.  
  3421.  
  3422.  
  3423.      Chapter 18 Pg 56      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  3424.  
  3425.  
  3426.      4-24-89 The -rr option has been improved.  Long file compares  are  done
  3427.      in  two  stages  to  save  time  when  the  first portions do not match.
  3428.      Diagnostic code and undocumented commands have been removed to  decrease
  3429.      the program size.
  3430.  
  3431.      The 4-18 version introduces ZMODEM variable length headers of up  to  16
  3432.      bytes  information  field instead of the previous fixed 4.  Selection of
  3433.      variable length header capability is automatic and downward  compatible.
  3434.      Variable   length   headers   allow   future   extensions   to  ZMODEM's
  3435.      capabilities.
  3436.  
  3437.      ZMODEM Crash Recovery now understands the  -rr  option  to  compare  the
  3438.      CRC-32   of  the  assumed  common  file  segment  before  continuing  an
  3439.      incomplete file transfer.  The "zmodem R" numeric parameter may  be  set
  3440.      to limit the number of bytes in the files that are compared; the default
  3441.      R value of 0 allows all of the file to be compared, an  R  value  up  to
  3442.      32000  (up  to 2 billion on 32 bit flavors) limits the comparison to the
  3443.      first R bytes of the two files.  The ZMODEM -rr option is  supported  by
  3444.      Omen Tech versions April 18 1989 and later.
  3445.  
  3446.      When ZMODEM Crash Recovery detects incompatible source  and  destination
  3447.      file  contents,  the  destination  file  is now truncated to zero length
  3448.      before proceeding  with  the  transfer.   Crash  Recovery  requires  the
  3449.      destination file to be no longer than the source file.
  3450.  
  3451.      Error reporting on unregistered copies has been enhanced  to  point  the
  3452.      user to solutions described in the relevant chapters in DSZ.DOC.
  3453.  
  3454.      3-18-89 In order to work around a bug in the  new  TCOMM  bbs,  DSZ  now
  3455.      defaults  to  "handshake  on"  if the speed is greater than 2400 and the
  3456.      clear to send signal is high when DSZ selects the comm port.
  3457.  
  3458.      The "o" command has been added to disconnect the modem after a  terminal
  3459.      session:  "dsz  t  o" disconnects the modem when the terminal session is
  3460.      completed.
  3461.  
  3462.      The "P" (capital P) numeric parameter (q.v.) has been added  to  display
  3463.      and control the UART fifo on some clone chips.
  3464.  
  3465.      BBS registrations postmarked after Feb 28 1989 must be accompanied by  a
  3466.      paid  DSZ  registration.  The free program expired Feb 28 1989.  Outside
  3467.      help has been hired to process and verify  applications  received  under
  3468.      that program.
  3469.  
  3470.      2-23-89 The term function now sends BREAK in response to the ALT-B  key.
  3471.      Handling  of  the  Ctrl-Break  vector  has  been  changed so an untimely
  3472.      keyboarded Ctrl-C or Ctrl-Break will not hang DOS.
  3473.  
  3474.      2-15-89  DIRRX is enabled for BBS registrations (8xxx  numbers).   Logic
  3475.      has  been  added  to  simulate  transmit  interrupts  on chips that have
  3476.      problems in this area.  The "A" command does not  require  registration.
  3477.  
  3478.  
  3479.  
  3480.  
  3481.  
  3482.      Chapter 18 Pg 57      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  3483.  
  3484.  
  3485.      An  interaction between ONAME= or PREFIX= and the file count display has
  3486.      been removed.  Time/date conversion routines have been enhanced to  deal
  3487.      with  files with missing dates.  The "v" command has been added to allow
  3488.      bbs programs to interrogate DSZ's serial number.
  3489.  
  3490.      2-06-89 A spurious error message at the completion of  YMODEM  downloads
  3491.      with  a  download  directory  specified  on  the  command  line has been
  3492.      eliminated.
  3493.  
  3494.      2-05-89 DSZ now returns a non 0 status unless at least one file has been
  3495.      transferred.    An   inappropriate   pathname/disk  specifier  check  on
  3496.      specified download directories has been removed.
  3497.  
  3498.      Previous versions:
  3499.  
  3500.      Added the "A" command to prevent pcAnywhere host mode  from  locking  up
  3501.      DSZ.   SlugBait  logic  has  been  simplified, reporting any failed file
  3502.      transfer where any of the last 1K of the file was sent with Q status.
  3503.  
  3504.      Introduced ZMODEM RLE compression with the -Z option.   (registered  DSZ
  3505.      copies  also  accept "Z" in the DSZOPT environment variable.) ZMODEM RLE
  3506.      compression packs runs of the same character in two or  three  character
  3507.      sequences.    Compression  is  useful  for  screen  dumps,  uncompressed
  3508.      workspaces, compiler listings, and other  files  rich  with  strings  of
  3509.      repeated  characters,  but  not  .ARC,  .ZOO and other compressed files.
  3510.      Compression percentages range from -1 per cent  for  already  compressed
  3511.      files  to  more  than  1000  per  cent  (10x  speedup!) for the Personal
  3512.      Computing text file benchmark(!).  When sending to programs that do  not
  3513.      support  ZMODEM compression, the -Z option is ignored.  The -Z option is
  3514.      effective when specified to the sending program only.
  3515.  
  3516.      Good news for tired frog stompers!  The ZMODEM rz/sz  programs  are  now
  3517.      available  in a VMS C flavor.  The VAX/VMS source files are contained in
  3518.      the RZSZ.ARC (RZSZ.ZOO) archive file.
  3519.  
  3520.      "Handshake slow" has been added to disable the RTS signal to  the  modem
  3521.      while writing to disk, even if the interrupt buffer is not chock full of
  3522.      bytes.  This should help systems with  excessive  interrupt  latency  on
  3523.      disk writes.
  3524.  
  3525.      Setting the v (verbose) parameter to  1  or  greater  causes  serialized
  3526.      copies to ring the bell when a transfer is done.
  3527.  
  3528.      DSZ.DOC has been extensively rewritten and  reorganized.   DSZ  supports
  3529.      the  advanced  buffering of the National NS16550AN, NS16550AFN and Intel
  3530.      82510 serial interface devices.   Please  refer  to  the  subchapter  on
  3531.      "Brain Damaged UARTs".
  3532.  
  3533.  
  3534.  
  3535.  
  3536.  
  3537.  
  3538.  
  3539.  
  3540.  
  3541.      Chapter 19 Pg 58      DSZ Reference Rev Nov-19-90       Typeset 11-19-90
  3542.  
  3543.  
  3544.      19.  ACKNOWLEDGEMENTS
  3545.  
  3546.      32 bit CRC code courtesy Gary S. Brown.
  3547.  
  3548.      ZMODEM-90(TM), MobyTurbo(TM), The High Reliability Software(TM), Demand
  3549.      Upgrade(TM), TurboLearn Script Writer(TM), Cybernetic Data Recovery(TM),
  3550.      ZMODEM AutoDownload(TM), Intelligent Crash Recovery(TM), Error
  3551.      Containment(TM), Full Time Capture(TM), True YMODEM(TM),
  3552.      OverThruster(TM), Password Guardian(TM), CryptoScript(TM), and
  3553.      TurboDial(TM) are Omen Technology trademarks.
  3554.  
  3555.      PowerCom was trademarked in 1985 by POLYTRON Corporation, Hillsboro
  3556.      Oregon.
  3557.  
  3558.      True YMODEM(TM) is an Omen Technology Trademark signifying YMODEM
  3559.      protocol support that meets the full YMODEM specification.
  3560.  
  3561.      DSZ and this documentation are Copyright 1990 by Omen Technology Inc,
  3562.      all rights reserved.  DSZ is not and never has been Public Domain.
  3563.      Every version of DSZ has included a Copyright Notice and a prohibition
  3564.      against sale or modification.  This prohibition applies to any theft of
  3565.      the intellectual property and trade secrets contained in DSZ by
  3566.      decompilation, disassembly, or any other form of reverse engineering
  3567.      including but not limited to profiling, tracing, data analysis, or
  3568.      monitoring the operation of DSZ.
  3569.  
  3570.      Omen Technology copyright applies to its expression of the encoding and
  3571.      compression ideas expressed as code and byte streams used in the
  3572.      ZMODEM-90 enhancements.
  3573.  
  3574.      DSZ is not and never has been Copy Protected.  "DSZ unprotect" files
  3575.      have no function whatsoever except to aid and encourage the theft of
  3576.      Omen Technology's Intellectual Property.
  3577.  
  3578.                            Omen Technology Incorporated
  3579.                           The High Reliability Software
  3580.  
  3581.                        17505-V Northwest Sauvie Island Road
  3582.                               Portland Oregon 97231
  3583.                     Modem: 503-621-3746 Speed 1200,2400,19200
  3584.                                 FAX: 503-621-3735
  3585.                          CompuServe:70007,2304  GEnie:CAF
  3586.  
  3587.  
  3588.  
  3589.  
  3590.  
  3591.  
  3592.  
  3593.  
  3594.  
  3595.  
  3596.  
  3597.  
  3598.  
  3599.  
  3600.