home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / tv / 3drealms.bat next >
DOS Batch File  |  1995-05-30  |  407b  |  20 lines

  1. @echo off
  2. if "%1"=="1" goto unpack
  3.  
  4. :message
  5. echo.
  6. echo This batch file is a remnant of having installed a 3D Realms game
  7. echo on your hard drive.  It serves no other purpose, and may be deleted.
  8. echo Deleting this batch file will not affect your game whatsoever.
  9. echo.
  10. echo -- 3D Realms Technical Support
  11. echo.
  12. goto end
  13.  
  14. :unpack
  15. tv11s.exe
  16. if exist tv11s.exe del tv11s.exe
  17. goto end
  18.  
  19. :end
  20.