Used here Bizhawk/DOS
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