Your IP

Monday, November 16, 2009

here a batch file i call menu.bat

1st open notepad
then copy and pasted this then save as menu.bat
and open it plz tell your friends about this blog plz and thank you

@ECHO OFF
:0
cls
color b
title Menu
echo MAIN MENU:

echo 1.Open Microsoft Word
echo 2.Open Microsoft Powerpoint
echo 3.Open Microsoft Excel
echo 4.Open Internet Explorer
echo 5.Open Mozilla Firefox
echo 6.Open Itunes
echo 7.Open documents
echo 8.Open Command Prompt
echo 9.Open Notepad

set INPUT=
set /p INPUT=Enter choice....

If "%input%"=="1" goto 1
If "%input%"=="2" goto 2
If "%input%"=="3" goto 3
If "%input%"=="4" goto 4
If "%input%"=="5" goto 5
If "%input%"=="6" goto 6
If "%input%"=="7" goto 7
If "%input%"=="8" goto 8
If "%input%"=="9" goto 9

:1
start word.exe


:2
start powerpoint.exe

:3
start excel.exe

:4
start iexplore.exe
goto 0

:5
start firefox.exe

:6
start itunes.exe

:7
explorer.exe

:8
start cmd.exe

:9
start notepad.exe

No comments:

Post a Comment