home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PBL_200.ZIP / SAMPLE.ZIP / X_MODEM.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-02-01  |  126 b   |  13 lines

  1. if %3==1 goto RECEIVE
  2. goto SEND
  3.  
  4. :RECEIVE
  5. dsz port %1 rx %2
  6. goto END
  7.  
  8. :SEND
  9. dsz port %1 sx %2
  10. goto END
  11.  
  12. :END
  13. exit