Hey, I just began learning batch programming, and I was woundering if anyone could help me. I'm attempting to have a small options menu, with three options, yes, no, and win98. But, The program seems to not want to let me input the yes, no, or win98. It seems to just skip over it. I know it sounds dumb, but I'm not really into programming. I'm also having problems whith the formatting, when it comes time to enter a label, the keyboard won't accecpt anytype of input. Thanks in advance.


ECHO This program will format your c: drive and install Win 98.
ECHO Press Y to continue or N to quit. Type MS to skip formatting and install Win 98

IF %1. == . GOTO MENU
IF %1 == Y GOTO CONTINUE
IF %1 == y GOTO CONTINUE
IF %1 == N GOTO EXIT
IF %1 == n GOTO EXIT
IF %1 == MS GOTO WIN98
IF %1 == Ms GOTO WIN98
IF %1 == ms GOTO WIN98
IF %1 == mS GOTO WIN98