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

  1. echo off
  2. echo *** Function Keys Disabled During CLINK Operation! ***
  3. if exist pcberr.fil del pcberr.fil
  4. CDD CDD.CNF %3
  5. sh %1 c:\pcb\clink.exe t @%PCBDRIVE%CDD.LST /O
  6. CDD CDEL
  7. if errorlevel 1 goto bad
  8. goto end
  9. :bad
  10. copy pcberr.old pcberr.fil
  11. :end
  12.