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

  1. echo *** Function Keys Disabled During KERMIT Operation! ***
  2. echo off
  3. cls
  4. if exist pcberr.fil del pcberr.fil
  5. CDD CDD.CNF %3
  6. sh %1 c:\pcb\pckermit.exe -b %2 -m 31 -p n -s @%PCBDRIVE%CDD.LST -c
  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