Recent content by Tievan

  1. T

    Windows 7 [SOLVED i think..] set /p Not working properly, or If statement not working

    I made an edit, and now it's telling me what's going wrong! Seems to be working, now!
  2. T

    Windows 7 [SOLVED i think..] set /p Not working properly, or If statement not working

    I'm trying to create a text-based game, but I can't get passed the menu because either "set /p" isn't taking an input, or "if '%...'" isn't seeing it. This is what I'm doing to test menus, currently :mmenu echo Main Menu echo Start echo Quit SET /P "a=Select " if "a"=="Start" [removed:then...
Back
Top