home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / PBL_160.ZIP / SAMPLE.ZIP / Y_MODEM.BAT < prev    next >
DOS Batch File  |  1994-02-10  |  126b  |  13 lines

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