Thanks for playing the game, if you do. It fits quite well with the theme, being a mere text adventure. It features nine endings, and if you want to truly understand the whole plot, you need to find them all! It's not particularly hard, but keep a pen by you to write down the code for the true ending. Thanks again!
Nice writing and I like the way the 8 different sequences all build up pieces of the truth. And I'm impressed that you would torture yourself by making a game in a bat file. (BTW, "Questionbussiness" and "TrueEnding" labels are broken.)
5 star use of the theme. .bat files are awesome. Doesn't seem to handle backspace though... Or maybe it's just the bug someone else pointed out with the wrong choice-number mapping. If that's the case, the bug still exists.
I no longer am on windows so I can't play the batch file. That said, I remember hacking together an actual full-on application in .bat decades ago. Just seeing this really took me back in time.
Kudos on you. Maybe one of my friends has a windows machine to run this on?
echo 1.) Meet with him in person.
echo 2.) Go to the robbery site.
echo.
set /p var=Set Command:
if %var%==1 goto RobberySite
if %var%==2 goto Meethiminperson
Otherwise everything worked just as planned, I didn't get a good ending however.