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

  1. echo off
  2. rem   This controls the RECEIVE operations for AsySHELL's Z
  3. rem   protocol or ZMODEM.  This requires DSZ to operate.
  4. if exists asyextrn.err del asyextrn.err
  5. dsz handshake both pB6144 rz \qb\tcom\%3
  6. if errorlevel 1 goto bad
  7. goto end
  8. :bad
  9. if exists asyextrn copy asyextrn asyextrn.err
  10. :end
  11. echo on
  12. beep
  13. beep
  14. exit
  15.