Mount c again without re-open DosBox
- Revolution
- Newbie
- Posts: 6
- Joined: Mon Jan 03, 2011 7:20 pm
Mount c again without re-open DosBox
Everytime when I played a game, and I want to play another game, I have to close and open Dosbox again. Isn't there a way to remount the folder?
I'm not sure it actually states how to unmount drives in the stickies. Anyways, use:
mount -u <letter>
Ex: mount -u c
A better option is probably to move all your DOS games directories in the same parent directory (ex, c:\dos) and put a mount line in the autoexec area of your DOSBox conf file like:
mount c c:\dos\
mount -u <letter>
Ex: mount -u c
A better option is probably to move all your DOS games directories in the same parent directory (ex, c:\dos) and put a mount line in the autoexec area of your DOSBox conf file like:
mount c c:\dos\
Owner / Webmaster of DOSGames.com for over 20 years
Download my free ebook: The Historical Reliability of the New Testament
Download my free ebook: The Historical Reliability of the New Testament
- Revolution
- Newbie
- Posts: 6
- Joined: Mon Jan 03, 2011 7:20 pm
Thanks! You really helped me!emmzee wrote:I'm not sure it actually states how to unmount drives in the stickies. Anyways, use:
mount -u <letter>
Ex: mount -u c
A better option is probably to move all your DOS games directories in the same parent directory (ex, c:\dos) and put a mount line in the autoexec area of your DOSBox conf file like:
mount c c:\dos\