home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR10
/
ANS36A.ZIP
/
PAGEUP.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-26
|
447b
|
12 lines
@echo off
rem
rem This batch file is called from the Phone/Terminal Mode when the PAGE-UP
rem key is pressed and indicates that a file transfer FROM this system TO
rem another is to take place. It assumes DSZ.COM is in the DOS path, and
rem you are using COM 4.
rem
dsz port 4 speed 38400 ha cts sz -m %1 %2 %3 %4 %5 %6 %7 %8 %9
rem
rem This wait is here so you have time to read error messages if any.
rem
if errorlevel 1 wait 10