DOSBox mount C drive at startup

June 17th, 2009 | Tags:

Here’s a tip to save typing the mount command each time you start DOSBox. Simply create a file called .dosboxrc in your home directory and save it with the following content:


[autoexec]
MOUNT C ~/OldApps
c:

Where ~/OldApps is the directory with MS-DOS executables. Here’s a how-to with more information about DOSBox under Linux.

No comments yet.