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

  1. echo off
  2. rem  This controls the SEND 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 exists asyextrn.err del asyextrn.err
  6. JMODEM S%1 %3
  7. if errorlevel 1 goto bad
  8. goto end
  9. :bad
  10. if exists asyextrn copy asyextrn asyextrn.err
  11. :end
  12. echo on
  13. beep
  14. exit
  15.