First post, by member123
member123
Offline
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