From f9c6368f2988e952b8ad76811c062e90bf589358 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 18 Oct 2024 15:08:19 -0400 Subject: DOOM --- DOOM/setup | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 DOOM/setup (limited to 'DOOM/setup') 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 & -- cgit v1.2.3-freya