User File #638816770313123828

Upload All User Files

#638816770313123828 - [Bizhawk - DOSBox-x] Windows 3.11 Installation Movie Configuration File

w311install.conf
System: IBM PC DOS
304 downloads
Uploaded 5/1/2025 6:17 AM by eien86 (see all 119)
REM Windows Source: https://www.goodolddays.net/en/diskimages/?id=2961
REM DOSBox-x Support Page: https://dosbox-x.com/wiki/Guide%3AInstalling-Windows-3.1x#_video_driver
REM Video Driver: https://vogonsdrivers.com/getfile.php?fileid=275&menustate=0
REM Use SVGA S3 Trio 64

[autoexec]

REM Detecting current boot cycle
set CYCLE=1
if exist c:\cycle1 set CYCLE=END
echo Executing Boot Cycle %CYCLE%

REM BOOT CYCLE 1 -- If not already installed, run setup
if %CYCLE% == 1 copy NUL c:\cycle1
if %CYCLE% == 1 a:
if %CYCLE% == 1 setup

cd windows
win