First post, by emendelson
This question is probably not relevant to games, so I don't expect the DOSBox authors to spend any time on it. But I hope other interested users may be able to help.
Under OS X (I haven't experimented with other platforms), the RESCAN command seems to refresh only the directory of the current mounted drive, not of any other mounted drives.
So, if I have one directory mounted as C: and another as drive D:, and I enter RESCAN when the current directory is C:\, the directory of D: is not refreshed. In order to refresh the directory listing of D:, I have to do this:
d:
rescan
(Rescan does not seem to take any parameters, so this does not seem to work: rescan d:)
Is there any way to rescan all mounted drives from the command-line (I want to be able to rescan from a batch file)?
Thanks for any help or advice.