home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / q4rly20.zip / RP.BAT < prev    next >
DOS Batch File  |  1989-04-03  |  288b  |  14 lines

  1. echo off
  2. echo *** Function Keys Disabled During DSZ Operation! ***
  3. if exist rp.err del rp.err
  4. dsz port %2 speed %1 handshake cts pB6144 rz %3
  5. if errorlevel 1 goto bad
  6. goto end
  7. :bad
  8. echo Transfer was Unsuccessful
  9. rem > rp.err
  10. goto exit
  11. :end
  12. echo Transfer was Succussful
  13. :exit
  14.