home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / app / ehandl.exe / PCBRB.BAT < prev    next >
DOS Batch File  |  1989-12-07  |  204b  |  11 lines

  1. echo off
  2. echo *** Function Keys Disabled during DSZ Operation ***
  3. if exist pcberr.fil del pcberr.fil
  4. dsz rb -c %3
  5. if errorlevel 1 goto bad
  6. goto end
  7. :bad
  8. copy pcberr.old pcberr.fil
  9. :end
  10. echo on
  11.