Got it! It works! Thanks so much. I wasted so much time thinking I was doing something wrong.
I forgot to change the -size parameter in the above autoexec you gave.
That worked thanks and now I don’t get an error, however now it’s just hanging on “Booting from drive C…”
Any ideas? I appreciate your help!
Hey! Was there an update I missed that changed the way paths should be written? As far as I can tell its pointing to the correct image, I’ve tried it both in root folder and subfolders.
The two main things that have changed is upgrading to Android 13 and updated MDosBox a few times.
I’m on a fold4 but not sure if that means anything.
The autoexe that I’ve tried are:
[autoexec]
@Echo Off
imgmount c /storage/emulated/0/Win95.img -t hdd -fs fat -size 512,63,32,520
imgmount d /storage/emulated/0/Drivers.img -t hdd -fs fat -size 512,63,16,64
boot -l c
[autoexec]
@Echo Off
imgmount c /storage/emulated/0/Win95/Win95.img -t hdd -fs fat -size 512,63,32,520
imgmount d /storage/emulated/0/Win95/Drivers.img -t hdd -fs fat -size 512,63,16,64
boot -l c
And I’ve made different sized hdd images as well and changed the corresponding -size parameter
I’m not sure what to do!