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