Last active
February 13, 2018 18:56
-
-
Save jcefoli/21a54bb7e12d72f0b4dd to your computer and use it in GitHub Desktop.
DosBox Shortcut (One Click Game Launcher)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" -c "MOUNT D C:\bin:\DosGames" -c "D:" -c "cd keen5" -c "keen5e" -noconsole | |
REM | | |
REM | This mounts the D:\DosGames to the D drive and changes directory to keen6 and launches the keen6c executable with no console | |
REM | | |
REM | You can use these parameters in a script or Windows shortcut |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment