home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 14: Rise of the Triad / ACWARE14.iso / acware14 / rottdemo / apogee.bat next >
DOS Batch File  |  1994-12-21  |  402b  |  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 an Apogee 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 -- Apogee Technical Support
  11. echo.
  12. goto end
  13.  
  14. :unpack
  15. rott1.exe
  16. if exist rott1.exe del rott1.exe
  17. goto end
  18.  
  19. :end
  20.