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