home *** CD-ROM | disk | FTP | other *** search
- @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