home *** CD-ROM | disk | FTP | other *** search
/ Magicom Multimedia Collection: Armageddon / MAGICOM.ISO / programs / fighter / fighter.arj / MAGTEMPD.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-09-18  |  747 b   |  25 lines

  1. Echo off
  2. CLS
  3. ECHO Welcome to the shareware version of Mirinae Software's exciting 
  4. ECHO new game Fighter !
  5. ECHO These games are hot off the development table at Mirinae, and they 
  6. echo haven't been completely converted over to English yet.  These
  7. echo games are easy to play, however, to avoid any problems read the quick 
  8. echo directions we have provided.  You can bring up the file "english.txt" 
  9. echo located in the "\programs\fighter" directory on the Magicom disk (CD)
  10. echo and print out directions to help you or view them following.  Enjoy!
  11. Echo *
  12. Echo View Text File English.txt? [Y/N]:
  13. CHOICE /C:YN 
  14. IF ERRORLEVEL 2 GOTO inst
  15. IF ERRORLEVEL 1 GOTO view
  16. :view 
  17. type english.txt|more
  18. pause
  19. :inst
  20. hero 
  21. CD \
  22. magtemp
  23.  
  24.  
  25.