OSR2FIX
This is a program written by someone else that tweaks Dos 7.1 so you can run Windows 3.1x.
This page is an attempt to tell you how to do it and what to expect when you do.
I take no responsibility for anything. Except good stuff.

Running Win 3.1x from an icon

You can set up an icon in Windows 9x (mine's on my desktop) so you can just double-click and go to Windows 3.1x. You will need ExitExec, a tiny program that calls Windows' ExitWindowsExec function. You can get it from calmira.org/downloads (opens in a new window). You then need to create a shortcut, and possibly another batch file. The second batch file is needed if you have things in the first (like choice and/or pause lines) that you don't want when you enter Win31 from the icon.

The shortcut should point to exitexec.exe; the complete commandline (the "Target" edit box in the shortcut properties dialogue) should be like this:
"C:\Program Files\Win31 starter\EXITEXEC.EXE" c:\windows\command.com /c C:\PROGRA~1\WIN31S~1\WIN31.BAT
ie. Exitexec needs to be passed "command.com /c batchfile.bat". It's also important to put the short filename path to the batch, because when it comes to be run, the computer will be in Dos and without LFN support.

All being well, if you open this shortcut, your computer will exit to Dos, run Windows 3.1x, then when you exit Win 3.1x it will probably reboot. Oh, and here's an icon for your shortcut - it's shown on the right.

 Index  <