home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / REG15AP / Reg15AP.lzh / RegBackAP / DOSV用 / SaveAP.bat < prev   
DOS Batch File  |  1998-12-21  |  361b  |  9 lines

  1. Rem  *****  RegBackAP Ver1.5  *****
  2. attrib -h -r -s c:\windows\system.dat
  3. attrib -h -r -s c:\windows\user.dat
  4. copy c:\windows\system.dat c:\windows\system.sav
  5. copy c:\windows\user.dat   c:\windows\user.sav
  6. attrib +h +r +s c:\windows\system.dat
  7. attrib +h +r +s c:\windows\user.dat
  8. attrib -h -r -s c:\windows\system.sav
  9. attrib -h -r -s c:\windows\user.sav