home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 June / PC_Shareware-1997-06.iso / x-files / start / xstart.bat < prev   
Encoding:
DOS Batch File  |  1997-03-22  |  1.8 KB  |  53 lines

  1. @echo off
  2. cls
  3. echo . Installing X-Start for Windows95
  4. echo .
  5. echo . Validating - Please note the size of the file displayed below
  6. echo .
  7. echo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  8. dir %winbootdir%\system\user.exe
  9. echo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  10. echo .
  11. choice /c:YN /n ". Does USER.EXE amount to 462,112 bytes? "
  12. if errorlevel 2 goto DIFF
  13. if errorlevel 1 goto YES
  14. :DIFF
  15. echo .
  16. echo . !!!ATTENTION!!!
  17. echo .
  18. echo .      Your installation of Windows95 may not be compatible with the
  19. echo .   X-Start Button.  If you continue installing X-Start, Windows may
  20. echo .   behave unpredictably or fail to load at all.  If this occurs, you
  21. echo .   may uninstall X-Start by running UNINSTALL from Windows OR simply
  22. echo .   by running UNXSTART.BAT in MS-DOS mode.
  23. echo .
  24. choice /c:YN /n ". Do you wish to continue despite this warning? "
  25. if errorlevel 2 goto NO
  26. if errorlevel 1 goto YES
  27. :NO
  28. echo .
  29. echo .  Installation ABORTED
  30. echo .
  31. echo .   If you still desire to change the Windows95 Start button with an
  32. echo .   icon of your choice, don't worry!  It's easy.  Just e-mail me at
  33. echo .   my address below and I'll tell you how to do it step by step :-)
  34. echo .
  35. echo .      e-mail : tmitchell@easynet.on.ca
  36. echo .         WWW : http://www.easynet.on.ca/~tmitchell/win95updates
  37. echo .
  38. choice /c:X /n ". Press X to Return to Windows95"
  39. goto END
  40. :YES
  41. echo .
  42. echo . Preparing to install the X-Start Button!
  43. echo .
  44. echo .   Backup of %winbootdir%\SYSTEM\USER.EXE as USER_EXE.BAK
  45. copy %winbootdir%\system\user.exe %winbootdir%\system\user_exe.bak /y >nul
  46. echo .
  47. echo .   Copying USER.EX_ to %winbootdir%\SYSTEM\USER.EXE
  48. copy user.exe %winbootdir%\system\user.exe /y >nul
  49. echo .
  50. echo . Installation of X-Start Button Completed! Rebooting Windows95...
  51. :END
  52. echo .
  53.