home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultimate Game Pack
/
ZodiacUltimateGamePack.iso
/
tv
/
3drealms.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-01
|
407b
|
20 lines
@echo off
if "%1"=="1" goto unpack
:message
echo.
echo This batch file is a remnant of having installed a 3D Realms 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 -- 3D Realms Technical Support
echo.
goto end
:unpack
tv10s.exe
if exist tv10s.exe del tv10s.exe
goto end
:end