I want to take user input from commandline and procees based on it
In windows XP I can do
set /p test=Enter 1 or 2
IF %test%==2 GOTO TWO
IF %test%==1 GOTO ONE
How can I do in WIndows CE 4.2 or CE 5.0. It doesn't recognize set /p
command
Any help is appreciated


