home *** CD-ROM | disk | FTP | other *** search
File List | 1993-01-16 | 1.6 KB | 43 lines |
- '
- ' The protocol.lst file and what it does:
- '
- ' First thing to take note of is this; all lines that begin with a rem
- ' character are totally ignored my TAPEDOOR. Use these lines anywhere in this
- ' file, as notes to yourself or instructions to others that may edit your
- ' setup.
- '
- ' Second thing to take note of; all lines that begin with a semi-colon will be
- ' interperted as comments destined for your users of TAPEDOOR. Makes a nice way
- ' to pass alone special information to your users. These comments MUST be
- ' placed at the END of the protocol.lst file. Trying to insert them anywhere
- ' else will cause sever problems with the way that TAPEDOOR works!
- '
- '
- ' Now, the format of the rest of this file.
- '
- ' The various protocols are setup in two lines. First line contains the
- ' protocol description that you wish your users to see. Second line contains
- ' the actuall command line to execute that protocol. ONLY batch capable
- ' protocols are supported in this version of TAPEDOOR!
- '
- ' In the command line (line #2) you may edit in the port number and baudrate,
- ' if you so desire. If you would rather TAPEDOOR insert the parameters found
- ' in the drop file, use %PORT% and %SPEED% where needed.
- '
- '
- '
- Ymodem Batch
- D:\max\protocol\dsz F port %PORT% speed %SPEED% ha both sb
- '
- Zmodem Batch
- D:\max\protocol\dsz F port %PORT% speed %SPEED% ha both sz
- '
- Zmodem Batch with Moby Turbo
- D:\max\protocol\dsz F port %PORT% speed %SPEED% ha both sz -m
- '
- Zmodem Batch with RLE compression
- D:\max\protocol\dsz F port %PORT% speed %SPEED% ha both sz -Z
- ;
- ; Some options available to register DSZ users only...
- ;
-