home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / servis / directx / eradic / sfproot / sfprot.bat < prev   
DOS Batch File  |  2001-09-09  |  801b  |  32 lines

  1.  
  2. @ECHO OFF
  3. IF %OS%==Windows_NT Goto End
  4.  
  5. REM *** For use on Windows Millennium Edition 4.90.3000 ONLY ***
  6.  
  7. CLS
  8. Echo.
  9. Echo DirectX Eradicator
  10. Echo.
  11. Echo NOTICE: This utility MUST be run in DOS only!
  12. Echo.
  13. Echo Default installation path is set to Drive [C]
  14. Echo if this is incorrect, modify sfprot.bat lines
  15. Echo 18 thru 20.
  16. Echo.
  17. IF NOT EXIST filelist.xml Goto FnF
  18. IF EXIST c:\windows\system\sfp\sfpdb.sfp  del c:\windows\system\sfp\sfpdb.sfp 
  19. IF EXIST c:\windows\system\restore\filelist.xml copy /y filelist.xml c:\windows\system\restore >nul
  20. IF EXIST c:\windows\system\sfp\sfplog.txt del c:\windows\system\sfp\sfplog.txt
  21. Echo Install Successful!
  22. Goto End
  23.  
  24. :FnF
  25. Echo Install Incomplete!
  26.  
  27. REM *** For use on Windows Millennium Edition 4.90.3000 ONLY ***
  28.  
  29. :End
  30. Echo.
  31. Exit
  32.