home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem This controls the RECEIVE operations for AsySHELL's Z
- rem protocol or ZMODEM. This requires DSZ to operate.
- if exists asyextrn.err del asyextrn.err
- dsz handshake both pB6144 rz \qb\tcom\%3
- if errorlevel 1 goto bad
- goto end
- :bad
- if exists asyextrn copy asyextrn asyextrn.err
- :end
- echo on
- beep
- beep
- exit