home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / communic / asylib / 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.