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

  1. echo off
  2. cls
  3. echo *** Function Keys disabled during DSZ Operation ***
  4. if exist pcberr.fil del pcberr.fil
  5. CDD CDD.CNF %3
  6. dsz pB6144 sb @%PCBDRIVE%CDD.LST
  7. CDD CDEL
  8. if errorlevel 1 goto bad
  9. goto end
  10. :bad
  11. copy pcberr.old pcberr.fil
  12. :end
  13. echo on
  14.