home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / qbasic / asylib11.zip / ASY_RJ.BAT next >
DOS Batch File  |  1988-10-30  |  355b  |  15 lines

  1. echo off
  2. rem  This controls the RECEIVE operations for protocol "J" or
  3. rem  as used here - JMODEM.  This requires JMODEM.COM to run
  4. rem  and should be available on BBS everywhere.
  5. if exist asyextrn.err del asyextrn.err
  6. JMODEM R%1 %3
  7. if errorlevel 1 goto bad
  8. goto end
  9. :bad
  10. if exist asyextrn copy asyextrn asyextrn.err
  11. :end
  12. echo on
  13. beep
  14. exit
  15.