Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. cls
  2. color 7c
  3. echo Welcome to the Windows Troubleshooter. To continue, please chose one of the options below.
  4.  
  5.  
  6. echo 1) Check for errors
  7. echo 2) Repair errors
  8. echo 3) Exit
  9. echo Please chose an option:
  10. choice /c asdw/n /m "Chose with W A S D"
  11. IF %errorlevel%==1 goto errorcheck
  12. IF %errorlevel%==2 goto repair
  13. IF %errorlevel%==3 goto exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement