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

  1. @echo off
  2. REM Batch was written by Michael Friedl for PCB14.5a
  3.  
  4. if exist pcberr.fil del pcberr.fil
  5.  
  6. mpt.exe r %3\*.*
  7.  
  8. if errorlevel 1 goto bad
  9. goto end
  10.  
  11. :bad
  12. copy pcberr.old pcberr.fil
  13.  
  14. :end
  15. echo on
  16.