Computing.net: Question & Answers Forum Latest Questions

computing
  • 0
  • 0

is there some way, sort of like a pause command, that would continue the program after a certain amount of time? for example: SET /P A = “What is the password?” [the timeout would be part of the ‘SET /P’] IF ...

computing
  • 0
  • 0

Hi, I have created a batch file which uses the following format: :: ————————————- menu —————————————— :mainmenu CLS ECHO Main Menu ECHO ——— ECHO [1] Install Office 2010 ECHO. :ch-main SET /P mm=Please Select: ECHO. IF /I %mm%==1 GOTO inst-off GOTO ch-main :inst-off :: “%tools%\office ...