home *** CD-ROM | disk | FTP | other *** search
/ Print Artist Classic 3.0 / pa3classic.iso / fun.bat < prev    next >
DOS Batch File  |  1995-07-22  |  2KB  |  37 lines

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