VOGONS


First post, by member123

User metadata
Rank Newbie
Rank
Newbie

i installed dosbox to drive c, but every time it require lots of typing to play a game....is there any quick way to launch a game? such as desktop shortcuts...?

for example, ultima 6
dosbox - c:\program files\dosbox\dosbox.exe
dosgame - c:\dosgame\u6\ultima6.exe

i use this .bat file, but fail to launch the game.... 😵

@echo off
c:
cd program files
cd dosbox
dosbox.exe
mount c c:\dosgame
c:
cd u6
ultima6.exe
exit

Reply 2 of 2, by member123

User metadata
Rank Newbie
Rank
Newbie

thanks! this software is very useful!