
| 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. | ||
|
1. Go on, modify IO.SYS 2. Something went wrong, restore ! 3. Abort |
smartdrv c: cd\ win31\windows\win.com path c:\windows;c:\windows\command | Win31 needs this - Win9x has it built in. \ You need to run it from c:\ to | avoid the spurious FAT errors / (which are not true). Change path back to what it was for Win9x. |
@echo off choice /n Do you really want to start Windows 3.1? if errorlevel 2 goto no if errorlevel 1 goto yes :yes path c:\win31\win31;c:\windows\command;c:\dosutils call c:\windows\dosstart.bat smartdrv c: cd\ win31\win31\win.com path c:\windows;c:\windows\command;c:\dosutils :no |
| "C:\Program Files\Win31 starter\EXITEXEC.EXE" c:\windows\command.com /c C:\PROGRA~1\WIN31S~1\WIN31.BAT |
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 | < | |