winescripts/DOOM/run

17 lines
147 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 DOOMS
DOOM
exit
EOF
) > run.bat
(sleep 2; rm run.bat) &
dosbox run.bat &