VOGONS


First post, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

Hi! I have on at least two laptops a Win3.1 setup under DOSBox. I admit that I don't use them much. 🙁 I want to be able to mount, use and install programs from .iso files on that setup. Can I mount such files under DOSBox while Windows 3.1 is running? If so, how?

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 1 of 3, by Jo22

User metadata
Rank l33t++
Rank
l33t++

Hi, you can enter the imgmount command into "Run" dialog of both Program Manager and File Manager for example.

Another possibility is to use the MS-DOS prompt, of course. It can be full-screen, too.
If nothing changes, try to enter rescan command.
It'll update the simulated file system inside DOSBox.

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 2 of 3, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

Thank you. 😀

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 3 of 3, by TheWiredIsUponUs

User metadata
Rank Newbie
Rank
Newbie

If you're using DOSBox-X, select 'Drive' > 'D' > 'Mount a disk or CD image file', then open the ISO image file that you are willing to mount.

For DOSBox on the other hand (not any other fork), type the following into the DOS prompt:
imgmount d <iso file path> -t iso (i.e., imgmount d "C:\Users\Administrator\Documents\My Image File.iso" -t iso")