Reply To: Windows 95 Installation Issues

#9997
Retrospective
Participant

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!