metal_scum Posted May 28, 2009 Share Posted May 28, 2009 @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 Quote Link to comment Share on other sites More sharing options...
ModelRocket555 Posted May 28, 2009 Share Posted May 28, 2009 ah batch files Quote Link to comment Share on other sites More sharing options...
THUNDER Posted May 29, 2009 Share Posted May 29, 2009 somethings never die such as batchproggys but never the less nice and for some helpfull Quote Link to comment Share on other sites More sharing options...
Number1Dad Posted May 29, 2009 Share Posted May 29, 2009 Nice, I hate looking through folders and I hate having anything on my desktop. I never considered writing a batch. Resourceful Quote Link to comment Share on other sites More sharing options...
metal_scum Posted May 29, 2009 Author Share Posted May 29, 2009 yeah... Upgraded it even more and now i am handling all of my programs, games etc. And it saves me a lot of time instead of having to organise all my folders again and again Quote Link to comment Share on other sites More sharing options...
ModelRocket555 Posted May 30, 2009 Share Posted May 30, 2009 Nice, I hate looking through folders and I hate having anything on my desktop. I never considered writing a batch. Resourceful i just use a shit-ton of hotkeys ftw Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.