Search found 2 matches

by milost
09 Oct 2010 04:08
Forum: DOS Batch Forum
Topic: waiting in "set /p"
Replies: 2
Views: 3148

Re: waiting in "set /p"

I thought so :(
Thank you very much
by milost
07 Oct 2010 12:04
Forum: DOS Batch Forum
Topic: waiting in "set /p"
Replies: 2
Views: 3148

waiting in "set /p"

Well, how can I do, that my programm will be waiting only 6 secound to introduce something? For example: [...] :08 echo Poland set /p a="enter capital: " (and it may last only 6 seconds; if longer goto :10) if %a%==Warsaw color 2 echo Warsaw goto :00 [...] :10 echo too long Can you help me?