winescripts/DOOM/setup

16 lines
157 B
Text
Raw Normal View History

2024-10-18 19:08:19 +00:00
#!/bin/sh
export dir=$(pwd)
(cat <<"EOF"
@echo off
mount c $dir
C:\
cd BIN
INSTALL.BAT
exit
EOF
) > setup.bat
(sleep 1; rm setup.bat) &
dosbox setup.bat &