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
Your IP
Showing posts with label Batch. Show all posts
Showing posts with label Batch. Show all posts
Monday, November 16, 2009
here is an easy way to make a batch file
1st open a new texts doc.
then 2nd you are going to type something like this or just copy and past this
@echo off
:o
cd\
title games
cls
echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
echo º Games º
echo ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
echo º1.MineSweeper º
echo º2.Spider Solitaire º
echo º3.Pinball º
echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
set INPUT=
set /p INPUT=Enter choice....
If "%input%"=="1" goto 1
If "%input%"=="2" goto 2
If "%input%"=="3" goto 3
:1
start winmine.exe
goto 0
:2
start spider.exe
goto 0
:3
start pinball.exe
goto 0
after you do that you hit file save as
and i would say save it as games.bat but its up to you but make sure that what every you save it as it has to be .bat ok there you go it you want one that does something different just use the email me thanks
then 2nd you are going to type something like this or just copy and past this
@echo off
:o
cd\
title games
cls
echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
echo º Games º
echo ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
echo º1.MineSweeper º
echo º2.Spider Solitaire º
echo º3.Pinball º
echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
set INPUT=
set /p INPUT=Enter choice....
If "%input%"=="1" goto 1
If "%input%"=="2" goto 2
If "%input%"=="3" goto 3
:1
start winmine.exe
goto 0
:2
start spider.exe
goto 0
:3
start pinball.exe
goto 0
after you do that you hit file save as
and i would say save it as games.bat but its up to you but make sure that what every you save it as it has to be .bat ok there you go it you want one that does something different just use the email me thanks
Sunday, November 15, 2009
Subscribe to:
Posts (Atom)