Jump to content

a helpful program (at least for me)


Recommended Posts

@echo off
cls
TITLE GAMELIST

:gamelist
ECHO GAMELIST
echo 1 Call of Duty 4 Singleplayer
echo 2 Call of Duty 4 Multiplayer
echo 3 Compant of Heroes Opposing Fronts
echo 4 Supreme Commander
echo 5 Virtua Tennis
echo 6 Warcraft 3

:selection
set/p "CMD1=What game do you want to start?>>>"
IF %CMD1%==1 goto 1
if %CMD1%==2 goto 2
if %CMD1%==3 goto 3
if %CMD1%==4 goto 4
if %CMD1%==5 goto 5
IF %CMD1%==6 goto 6
wrong cmd
goto selection

:1
call "C:Program FilesActivisionCall of Duty 4 - Modern WarfareCODMP.BAT"
goto again

:2
start "c:program filesactivisioncall of duty 4 - modern warfareiw3sp.exe"
goto again

:3
start "C:Program FilesTHQCompany of HeroesRelicCOH.exe"
goto again

:4
start "C:Program FilesTHQGas Powered GamesSupreme Commander - Forged AlliancebinForgedAlliance.exe"
goto again

:5
"C:Program FilesSegaVirtua Tennis 3vt3.exe"
goto again

:6
"c:program fileswarcraft IIIfrozen throne.exe"
goto again

:again
echo Wanna play again?(NoGamelist[game])
set/p "callagain=>>>"
IF %callagain%==1 goto 1
IF %callagain%==No goto end
IF %callagain%==gamelist goto gamelist
IF %callagain%==2 goto 2
IF %callagain%==3 goto 3
IF %callagain%==4 goto 4
IF %callagain%==5 goto 5
IF %callagain%==6 goto 6
echo wrong command
goto end


:end
echo the end is near

ok this is a program i made to have access to all my games without organising folders etc.

comment it and if you like and use it for your own games

a bit of work more and it could be upgraded to a program containing all my files

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.