home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SZMOD200.ZIP / SZSUP200.ZIP / SZTELIX.ZIP / SZDOWN.BAT next >
Encoding:
DOS Batch File  |  1991-07-08  |  428 b   |  14 lines

  1. rem
  2. rem SZModem batch file for use with telix.   (DOWNLOAD)
  3. rem
  4. rem Telix passes port in %2, baud rate in %1.
  5. rem
  6. rem Current command line options select:
  7. rem    /SZTURBO - enables turbo option
  8. rem    /DL      - Activates DSZ logging to DSZ.LOG
  9. rem    /HARD    - Turns on hardware (RTS/CTS) flow control
  10. rem
  11. rem "\TELIX\DOWNLOAD\" is my D/L path.
  12. rem
  13. SZMODEM PORT %2 BAUD %1 RZ \TELIX\download\ /SZTurbo /DL /HARD
  14.