cls
@echo OFF
:MAIN
echo Welcome to the Menu.
echo If you want to open Internet Explorer press 1.
echo If you want to go to the Office window press 2.
echo If you want to exit press 3.
set/p "cho=>"
if %cho%==1 goto EXPLORER
if %cho%==2 goto OFFICE
if %cho%==3 goto KILL
:EXPLORER
start iexplore.exe
goto KILL
:OFFICE
start Office.bat
goto KILL
:KILL
taskkill cmd






ציטוט ההודעה













