home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 147.img / PCB142D3.TD0 / PCBRZ.BAT < prev    next >
DOS Batch File  |  1989-12-11  |  160b  |  9 lines

  1. echo off
  2. if exist pcberr.fil del pcberr.fil
  3. dsz.com handshake both pB4096 rz %3
  4. if errorlevel 1 goto bad
  5. goto end
  6. :bad
  7. copy pcberr.old pcberr.fil
  8. :end
  9.