summaryrefslogtreecommitdiff
path: root/DOOM/run
diff options
context:
space:
mode:
Diffstat (limited to 'DOOM/run')
-rwxr-xr-xDOOM/run16
1 files changed, 16 insertions, 0 deletions
diff --git a/DOOM/run b/DOOM/run
new file mode 100755
index 0000000..074c814
--- /dev/null
+++ b/DOOM/run
@@ -0,0 +1,16 @@
+#!/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 &
+