home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR10 / ZR322WB.ZIP / PCBSB.BAT < prev    next >
DOS Batch File  |  1993-02-22  |  214b  |  10 lines

  1. @echo off
  2. REM Batch was written by Michael Friedl for PCB14.5a
  3. if exist pcberr.fil del pcberr.fil
  4. BIMODEM /L %1 /B %5 /E0 /U %3 /R %6
  5. if errorlevel 1 goto bad
  6. goto end
  7. :bad
  8. copy pcberr.old pcberr.fil
  9. :end
  10.