home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BFE2000P.ZIP / BFE2000P.EXE / DSZMODEM.BAT < prev   
Encoding:
DOS Batch File  |  1993-10-30  |  226 b   |  16 lines

  1. @echo off
  2. REM %1 = Node
  3. REM %2 = Port
  4. REM %3 = Speed
  5. REM %4 = Filename to be transferred
  6.  
  7. test %1 %2 %3 %4 %5 %6
  8.  
  9. SET DSZPORT=%2
  10.  
  11. xu port:2:off
  12. dsz.com ha on port %2 speed 19200 sz %4
  13. xu port:2:on
  14.  
  15. SET DSZPORT=
  16.