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