如何在 Dosbox 中将文件夹自动挂载为 C:

All*_*lan 9 dvd automount cd-drive dosbox

我在这里查看了社区文档,似乎没有任何关于如何将文件夹“自动挂载”为 Dosbox 中的 C: 驱动器的信息。

另外作为奖励,是否可以以相同的方式自动挂载 cd/dvd 驱动器?

Chr*_*ith 10

打开 DosBox,输入:

config -writeconf /home/user/dosbox.conf (或其他)然后退出 Dosbox。

打开dosbox.conf并添加([autoexec]在底部):

[autoexec] 

mount c /home/user/path/to/folder
Run Code Online (Sandbox Code Playgroud)

我假设您几乎可以对任何命令执行相同的操作,它似乎基本上是一个在启动时运行的批处理文件。

http://www.ubuntugeek.com/howto-auto-mount-a-drive-in-dosbox.html