home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 4
/
PCGAMER04.bin
/
shware
/
bstone
/
apogee.bat
next >
Wrap
DOS Batch File
|
1994-11-01
|
402b
|
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
blake.exe
if exist blake.exe del blake.exe
goto end
:end