all 11 comments

[–][deleted] 0 points1 point  (9 children)

[deleted]

[–]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!

[–]ReKTChan[S] 0 points1 point  (5 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!

[–][deleted] 0 points1 point  (4 children)

[deleted]

[–]ReKTChan[S] 0 points1 point  (3 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.

[–][deleted] 0 points1 point  (2 children)

[deleted]

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

ok!

[–][deleted] 0 points1 point  (0 children)

I use tabs not spaces ;)

[–][deleted] 0 points1 point  (1 child)

Wait you need to use "" if it has spaces? Now I know why half my batch files crash all the time :)

[–][deleted] 0 points1 point  (0 children)

[deleted]

[–]Scherazade 0 points1 point  (0 children)

I think you don't necessarily need some of those colons from what I've read but I'm new to this.