home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
procomm
/
z4pcplus.arc
/
READ.ME
< prev
Wrap
Text File
|
1988-02-22
|
2KB
|
49 lines
The small batch files included in this .ARC file will help automate Omen
Technology's outstanding DSZ.COM usage as an external protocol in Procomm
Plus.
Installation:
1. Access the PROTOCOL function of Procomm+ by pressing ALT-S and selecting
the PROTOCOL OPTIONS menu bar.
2. Change the External 1 download protocol file name to DSZDOWN.
3. Change the External 1 upload protocol file name to DSZUP.
4. Copy DSZUP.BAT and DSZDOWN.BAT into the directory containing Procomm+.
Usage:
Download files by pressing PAGE DOWN and selecting DSZDOWN (protocol # 14).
The batch file assumes that you have already selected a file name before
pressing PAGE DOWN, and that the host system will send the files name to DSZ.
Upload files by pressing PAGE UP and selecting DSZUP. At the Procomm+
PARAMETERS prompt, enter the file name.ext you wish to transfer to the host.
In either mode, once file transfer is completed, your computer will BEEP once
to alert you.
Batch file listings:
DSZUP.BAT
ECHO OFF
DSZ sz \FILES\%1
ECHO ^G
-----------------------------------------------------------------------------
DSZDOWN.BAT
ECHO OFF
DSZ rz \FILES\UNTESTED
ECHO ^G
-----------------------------------------------------------------------------
ZMODEM commands are implemented in the batch files, but any valid DSZ
commands may be put in the files. Replace FILES and FILES\UNTESTED with the
directory paths for your uploads and downloads.
NOTE: The batch files were created using DOS'es EDLIN editor. The ^G
command may not look like ^G if you use another editor to modify the files.