home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 October / APC0210D1.iso / features / emergenc / files / WINME.EXE / bootmec.IMA / FIXIT.BAT < prev    next >
Encoding:
DOS Batch File  |  2000-06-08  |  1.2 KB  |  54 lines

  1. IF "%CDPROB%"=="1" GOTO CDGONE
  2. if "%config%"=="HELP" GOTO HELP
  3. if "%config%"=="NOCD" GOTO NOCDHLP
  4. echo.
  5. echo.
  6. echo Your CD-ROM is drive %CDROM%
  7. echo.
  8. echo To view Help, type HELP and then press ENTER.
  9. GOTO END
  10.  
  11. :NOCDHLP
  12. echo.
  13. echo.
  14. echo To view Help, type HELP and then press ENTER.
  15. GOTO END
  16.  
  17. :HELP
  18. echo. 
  19. echo. 
  20. echo Press CTRL+ALT+DELETE to restart your computer.
  21. echo. 
  22. echo. 
  23. echo Your CD-ROM is drive %CDROM%
  24. echo. 
  25. echo If you are unable to start Windows and have tried the
  26. echo steps outlined in the Help file, please run ScanDisk and
  27. echo then try to run Windows Setup again.  To run ScanDisk, type:
  28. echo.      
  29. echo     scandisk /all
  30. echo. 
  31. echo and then press ENTER.
  32. echo. 
  33. echo After ScanDisk completes, type:
  34. echo. 
  35. echo     %CDROM%:\setup.exe
  36. echo. 
  37. echo and then press ENTER. Follow the directions on your screen.
  38. echo.
  39. echo To view Help again, type HELP and then press ENTER.
  40. GOTO END
  41.  
  42. :CDGONE
  43. echo.
  44. echo.
  45. echo Press CTRL+ALT+DELETE to restart your computer.
  46. echo.
  47. echo There may be a problem with your CD-ROM. Check to make
  48. echo sure it is properly connected and restart your computer.
  49. echo. 
  50. echo To view Help, or to view Help again, type HELP
  51. echo and then press ENTER.
  52.  
  53. :END
  54.