home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Organizer / MMSAMPLE.iso / fun.bat < prev    next >
DOS Batch File  |  1994-05-11  |  2KB  |  48 lines

  1. @echo off
  2.  
  3. :doscreen
  4.  
  5. cls
  6.  
  7.  
  8. echo              ╔═══════════════════════════════════════════════════╗
  9. echo              ║             The ImagiNation Network               ║
  10. echo              ╟───────────────────────────────────────────────────╢
  11. echo              ║                 CD-ROM Version                    ║
  12. echo              ╟───────────────────────────────────────────────────╢
  13. echo              ║                                                   ║
  14. echo              ║     Here is your passport to the world of         ║
  15. echo              ║  ImagiNation -- the most fun you can have with    ║
  16. echo              ║  your modem!                                      ║
  17. echo              ║                                                   ║
  18. echo              ║     Test your skill with flight and sports        ║
  19. echo              ║  simulators, try your luck at popular casino      ║
  20. echo              ║  games, or challenge your mind with classic card  ║
  21. echo              ║  and board games.  The fun is just a modem dial   ║
  22. echo              ║  away...                                          ║
  23. echo              ║                                                   ║
  24. echo              ║                                                   ║
  25. echo              ║         Press 1 - to install ImagiNation          ║
  26. echo              ║                                                   ║
  27. echo              ║         Press 2 - exit to DOS                     ║
  28. echo              ║                                                   ║
  29. echo              ║                                                   ║
  30. echo              ╚═══════════════════════════════════════════════════╝
  31.  
  32.  
  33. what CE 12
  34.  
  35. if "%what%" == "1" goto install_INN
  36.  
  37. if "%what%" == "2" goto drop2dos
  38. if "%what%" == "" goto drop2dos
  39.  
  40. goto doscreen
  41.  
  42. :install_INN
  43. cd inn
  44. install
  45.  
  46. :drop2dos
  47. cls
  48.