home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 05B / QMOBATS.ZIP / SSZ.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-02-02  |  186 b   |  10 lines

  1. @ECHO OFF
  2. cd c:\qmodem\dl
  3. if %1==%3 goto ASYNCH
  4. SZModem port %2 speed %3 /LOCK %1 sz %4 %5 %6 %7 %8 %9
  5. goto END
  6. :ASYNCH
  7. SZModem port %2 speed %1 sz %4 %5 %6 %7 %8 %9
  8. :END
  9. cd ..
  10.