diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:08:19 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:08:19 -0400 |
commit | f9c6368f2988e952b8ad76811c062e90bf589358 (patch) | |
tree | fd1b2b263ab22401fbfda433e8805e07cb5f7f65 /DOOM/setup | |
parent | BattleNET (diff) | |
download | winescripts-f9c6368f2988e952b8ad76811c062e90bf589358.tar.gz winescripts-f9c6368f2988e952b8ad76811c062e90bf589358.tar.bz2 winescripts-f9c6368f2988e952b8ad76811c062e90bf589358.zip |
DOOM
Diffstat (limited to 'DOOM/setup')
-rwxr-xr-x | DOOM/setup | 15 |
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 & |