Posted by member 2184 on 2003-06-08 19:25:18 link
make a text file, in the file have
@echo off
start c:\path\filename
end
Save it in your windows directory, name it game.bat, game = game name, or whatever you whant.
when you whant to play it just type game (or whaever) in a command prompt and bada bing!
I use this to launch many things at once too.
.bat files dont suport long file names so "c:\program files\" would look like this "c:\progra~1\" this is only if the path or file name is longer than 8 chars.
@echo off
start c:\path\filename
end
Save it in your windows directory, name it game.bat, game = game name, or whatever you whant.
when you whant to play it just type game (or whaever) in a command prompt and bada bing!
I use this to launch many things at once too.
.bat files dont suport long file names so "c:\program files\" would look like this "c:\progra~1\" this is only if the path or file name is longer than 8 chars.