home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cdd10.zip / PCBSV.BAT < prev    next >
DOS Batch File  |  1993-03-18  |  158b  |  10 lines

  1. ECHO OFF
  2. cls
  3. if exist pcberr.fil del pcberr.fil
  4. SH %1 CLINK P1 O T *.*
  5. if errorlevel 1 goto bad
  6. goto end
  7. :bad
  8. copy pcberr.old pcberr.fil
  9. :end
  10. echo on