computing
  • 0

Solved How To Make Windows 3.1 Start Automatically

  • 0

my autoexec.bat

C:\DOS/SMARTDRV.EXE /X
@ECHO OFF
PROMPT $p$g
PATH C:\WINDOWS;C:\DOS
SET TEMP=C:\DOS
LOADHIGH=C:\DOS\MSCDEX.EXE /D:MSC1001
win
______________________________________________
i just added win in autoexec.bat and I press ctrl-alt-delete it start windows 3.1 automatically, it work for me

system information

Operating system ms-dos 6.22/windows 3.1
Ram(random access memory) 128MB
Harddisk 900MB
CPU 50MHZ/Intel Pentium processor

Share

1 Answer

  1. Ah, yes. Another trip in the wayback machine. I remember writing a cute little bat file that would echo a screen relating different keystrokes to different apps in DOS. “Please hit “W” for windows, “D” for DOSshell, “P” for prodigy etc. Those were the days my friend. We thought they’d never end.
    • 0