Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Batch Windows
- @echo off
- :J1
- echo Type ok to start a program!
- set /p var1="Input:"
- if %var1%==ok ( goto J2 ) else ( goto J1 )
- :J2
- echo Well done! That was just a test!
- pause>nul
- exit
Advertisement
Add Comment
Please, Sign In to add comment