home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1999 Hardware / PCWExtra.iso / sharewar / pcproble / CMOSSV.EXE / CHGCMOS.BAT next >
Encoding:
DOS Batch File  |  1998-01-16  |  270 b   |  10 lines

  1. @echo off
  2. ::REM ChgCMOS.Bat -- prepare to change CMOS
  3. Echo Delete CMOS.SAV so that CMOS won't be put back the way it was
  4. Echo on the next reboot when we change it.
  5. del! C:\safe\cmos.sav
  6. del! C:\safe\cmos.old
  7. del! C:\sys\cmos.sav
  8. del! C:\sys\cmos.old
  9. ::REM -30-
  10.