mirror of
https://github.com/id-Software/wolf3d.git
synced 2026-03-19 16:39:29 +01:00
The Wolfenstein 3D source as originally released.
This commit is contained in:
12
INSTALL.BAT
Normal file
12
INSTALL.BAT
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
DEICE.EXE
|
||||
if ERRORLEVEL == 1 GOTO END
|
||||
WOLFSRC.EXE -d
|
||||
if ERRORLEVEL == 1 GOTO ERROR
|
||||
DEL WOLFSRC.EXE
|
||||
GO
|
||||
goto END
|
||||
:ERROR
|
||||
echo Error installing WOLFSRC.EXE!
|
||||
:END
|
||||
|
||||
Reference in New Issue
Block a user