home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Season's Greetings & Games Unlimited
/
UGOLD_cd2.iso
/
rott
/
apogee.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-01
|
411b
|
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
rott13sb.exe
if exist rott13sb.exe del rott13sb.exe
goto end
:end