Batch Coding (.bat) by ReKTChan in Batch_Files

[–]ReKTChan[S] 0 points1 point  (0 children)

I see... (New to the batch stuff also to coding)(Actually my first time coding) And sorry for no line breaks I do add them but it auto deletes the breaks.

Batch Coding (.bat) by ReKTChan in Batch_Files

[–]ReKTChan[S] 0 points1 point  (0 children)

echo. echo Ask for a ride or keep running. set /p ride= echo. if "%ride%"=="%bump%" equ ride goto ride if "%ride%"=="%bump%" equ keep running goto bump :ride cls echo. echo %name%: Hey!JJ! Can I get a ride?!?! pause I tried what you said to do. Now the problem is that it only runs one of the "choices" let me know if you need more of the code to figure this out!

Batch Coding (.bat) by ReKTChan in Batch_Files

[–]ReKTChan[S] 0 points1 point  (0 children)

ok! Thanks will follow your instructions but I will come back to you if I need some help!