J
jjm
i'm writing a batch file to mimic a simple menu system
in my batch file i want to wait for user input for seconds, if user
doesn't press any key during this period then make the default choice.
i have googled for a while, what i know now is i could use ping to
achieve the delay function , but i don't know how to get the user
input during this period?
in my batch file i want to wait for user input for seconds, if user
doesn't press any key during this period then make the default choice.
i have googled for a while, what i know now is i could use ping to
achieve the delay function , but i don't know how to get the user
input during this period?