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

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