home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem This controls the SEND 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 exists asyextrn.err del asyextrn.err
- JMODEM S%1 %3
- if errorlevel 1 goto bad
- goto end
- :bad
- if exists asyextrn copy asyextrn asyextrn.err
- :end
- echo on
- beep
- exit