home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 13 / CDA13.ISO / cdactual / demobin / share / program / Basic / ASYLIB11.ZIP / ASY_RJ.BAT next >
Encoding:
DOS Batch File  |  1988-10-30  |  355 b   |  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.