home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / games / aliens / ALIEN_BAT next >
Text File  |  1995-03-15  |  634b  |  21 lines

  1. @Echo off
  2. Cls
  3. Echo.
  4. Echo.             ALIENS-TC
  5. Echo.         by Justin Fisher
  6. Echo.     Secret level by Richard Love
  7. Echo.     Installation by Olivier Montanuy 
  8. Echo.     DOOM 1.9 compatibility by Cale McCallum
  9. Echo.
  10. If exist ALIENTC.EXE goto Run_it
  11. Echo. WARNING: you must have installed ALIENS-TC first
  12. Echo. Type: INSTALL 1 if you install on DOOM 1.9
  13. Echo. Type: INSTALL 2 if you install on DOOM 1.666
  14. Echo.
  15. Echo. DOOM will lock-up during startup if you didn't install ALIENS-TC properly.
  16. Goto End
  17. :Run_it  
  18. Echo | ALIENTC.EXE -FILE ALITCSND.WAD ALITCWAD.WAD ALITCSF.WAD %1 %2 %3 %4 %5 %6 %7 %8 %9 %10
  19. :End  
  20.  
  21.