home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / communic / asylib / asy_rz.bat < prev    next >
Encoding:
DOS Batch File  |  1988-10-30  |  335 b   |  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.