home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SZMOD200.ZIP / SZSUP200.ZIP / SZTELIX.ZIP / SZUP.BAT < prev   
Encoding:
DOS Batch File  |  1991-07-08  |  394 b   |  13 lines

  1. rem
  2. rem SZModem batch file for use with telix.   (UPLOAD)
  3. rem
  4. rem Telix passes port in %2, baud rate in %1, and file pathname in %3.
  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.  
  12. szmodem port %2 BAUD %1 SZ %3 /SZTurbo /DL /HARD
  13.