VOGONS


Mount current folder?

Topic actions

First post, by Nightmare4k

User metadata
Rank Newbie
Rank
Newbie

Hi is there a command so i can mount the current or sub folder if i move the game?
And will like to start it quick?
For eksample i have the game in c:\games\dosbox\games\rollercoaster\game.exe
And i move it to c:\dosbox\rollercoaster\games\game.exe
So if i have my dosbox installed under c:\games
I use the config file and make a autoexec in there but can make it to work plz help 😀

Hope you understand 😀

Reply 1 of 2, by Joey_sw

User metadata
Rank Oldbie
Rank
Oldbie

i usualy just add context menu for directories

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Mount_with_DosBox\command]
@="D:\\GAMES\\DOSBox\\dosbox.exe -c \"mount c \"\"%1\"\"\" -c c:"

with that, i can simply right-click on a directory, can choose the "Mount with DosBox" and that directory will be mounted as drive "c"
just replace D:\\games\\DOSBox\\dosbox.exe with where your dosbox program resides.

the other way is to use relative directory in mounting, but you'll need extra shortcut to define the starting working directory.

assuming you're using windows

-fffuuu