Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to make the script recognize one of 3 outputs then based on those ouputs goto another proc.
I can get the waitfor down and have it time out in a short time
if waitfor "blah" 10
goto bla ; I forgot what the real goto command
else
goto alb
endif
But that only works for 2 expected outputs, what do I do if I want to goto a specific proc based on several results?
I can get the waitfor down and have it time out in a short time
if waitfor "blah" 10
goto bla ; I forgot what the real goto command
else
goto alb
endif
But that only works for 2 expected outputs, what do I do if I want to goto a specific proc based on several results?