home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Art of 3D Game Programming
/
Black_Art_of_3D_Game_Programming.iso
/
games
/
wacky
/
apogee.bat
next >
Wrap
DOS Batch File
|
1994-10-16
|
396b
|
20 lines
@echo off
if "%1"=="1" goto unpack
:message
echo.
echo This batch file is a remnant of having installed an Apogee game
echo on your hard drive. It serves no other purpose, and may be deleted.
echo Deleting this batch file will not affect your game whatsoever.
echo.
echo -- Apogee Technical Support
echo.
goto end
:unpack
ww1.exe
if exist ww1.exe del ww1.exe
goto end
:end