home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 June / PC_Shareware-1997-06.iso / x-files / start / unxstart.bat < prev    next >
Encoding:
DOS Batch File  |  1997-03-22  |  718 b   |  26 lines

  1. @echo off
  2. echo .
  3. echo . Uninstalling X-Start Button for Windows95
  4. echo .
  5. choice /c:YN /n ". Is it your sincere desire to remove the X-Start Button? "
  6. if errorlevel 2 goto NO
  7. if errorlevel 1 goto YES
  8. :NO
  9. echo .
  10. echo . I knew the truth was out there.  Rebooting Windows...
  11. goto END
  12. :YES
  13. echo .
  14. echo . Preparing to remove the X-Start Button.  I'll deny everything.
  15. echo .
  16. echo .   Restoring USER_EXE.BAK to %winbootdir%\SYSTEM\USER.EXE
  17. copy %winbootdir%\system\user_exe.bak %winbootdir%\system\user.exe /y >nul
  18. echo .
  19. echo .   Removing USER_EXE.BAK
  20. del %winbootdir%\system\user_exe.bak >nul
  21. echo .                           
  22. choice /c:X /n ". Press X to Return to Windows95"
  23. goto END
  24. :END
  25. echo .
  26.