home *** CD-ROM | disk | FTP | other *** search
/ Software Buyer's Guide Volume 7 #1 / Software_Buyers_Guide_Volume_7_Number_1_SelectWare_Technologies_1995.iso / ima10000 / swtdemo.bat < prev    next >
DOS Batch File  |  1995-04-19  |  3KB  |  76 lines

  1. @echo off
  2.  
  3. :doscreen
  4.  
  5. cls
  6. echo.
  7. echo.
  8. echo     Please choose one of the selections below:
  9. echo.
  10. echo     1. * Install ImagiNation Network from the CD-ROM drive. 
  11. echo        * ImagiNation Network requires a modem. If you do not have a  
  12. echo        modem select quit (option 2).  
  13. echo        * After ImagiNation Network is installed, exit the SelectWare 
  14. echo        System, go to the created directory and type INN.  
  15. echo        * Imagination Network requires a Credit Card # be entered.  
  16. echo        * The first 5 hours of game play are free.
  17. echo        * Imagination Network is installed from the \IMA10000 directory.
  18. echo     2. Quit
  19. echo.
  20. echo     Please enter the number for your choice;
  21. query
  22.  
  23. if errorlevel = 3 goto notavail
  24. if errorlevel = 2 goto drop2dos
  25. if errorlevel = 1 goto install
  26.  
  27. :notavail
  28. echo Unavailable choice.
  29. echo .
  30. echo .
  31. goto doscreen
  32. goto drop2dos
  33.  
  34. :install
  35. cls
  36. echo              ╔═══════════════════════════════════════════════════╗
  37. echo              ║             The ImagiNation Network               ║
  38. echo              ╟───────────────────────────────────────────────────╢
  39. echo              ║                 CD-ROM Version                    ║
  40. echo              ╟───────────────────────────────────────────────────╢
  41. echo              ║                                                   ║
  42. echo              ║     Here is your passport to the world of         ║
  43. echo              ║  ImagiNation -- the most fun you can have with    ║
  44. echo              ║  your modem!                                      ║
  45. echo              ║                                                   ║
  46. echo              ║     Test your skill with flight and sports        ║
  47. echo              ║  simulators, try your luck at popular casino      ║
  48. echo              ║  games, or challenge your mind with classic card  ║
  49. echo              ║  and board games.  The fun is just a modem dial   ║
  50. echo              ║  away...                                          ║
  51. echo              ║                                                   ║
  52. echo              ║                                                   ║
  53. echo              ║         Press 1 - to install ImagiNation          ║
  54. echo              ║                                                   ║
  55. echo              ║         Press 2 - exit to DOS                     ║
  56. echo              ║                                                   ║
  57. echo              ║                                                   ║
  58. echo              ╚═══════════════════════════════════════════════════╝
  59.  
  60.  
  61. what CE 12
  62.  
  63. if "%what%" == "1" goto install_INN
  64.  
  65. if "%what%" == "2" goto drop2dos
  66. if "%what%" == "" goto drop2dos
  67.  
  68. goto doscreen
  69.  
  70. :install_INN
  71. cd inn
  72. install
  73.  
  74. :drop2dos
  75. cls
  76.