home *** CD-ROM | disk | FTP | other *** search
- @echo off
- ::REM ChgCMOS.Bat -- prepare to change CMOS
- Echo Delete CMOS.SAV so that CMOS won't be put back the way it was
- Echo on the next reboot when we change it.
- del! C:\safe\cmos.sav
- del! C:\safe\cmos.old
- del! C:\sys\cmos.sav
- del! C:\sys\cmos.old
- ::REM -30-
-