home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem This controls the RECEIVE operations for protocol "J" or
- rem as used here - JMODEM. This requires JMODEM.COM to run
- rem and should be available on BBS everywhere.
- if exist asyextrn.err del asyextrn.err
- JMODEM R%1 %3
- if errorlevel 1 goto bad
- goto end
- :bad
- if exist asyextrn copy asyextrn asyextrn.err
- :end
- echo on
- beep
- exit