Computing.net: Question & Answers Forum Latest Questions

computing
  • 7
  • 7

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 ...