home *** CD-ROM | disk | FTP | other *** search
/ Hot Stuff 2 / hot_stuff_2.zip / hot_stuff_2 / DEMOS / IMS / RUNME.BAT < prev    next >
DOS Batch File  |  1992-11-04  |  1KB  |  95 lines

  1. @echo off
  2. echo off
  3. :menustart
  4. cls
  5. echo:
  6. echo ********** Interactive Media Solutions Menu ***********
  7. echo: 
  8. echo [A] Hewlett Packard AIMS 
  9. echo [B] Commercial Union    
  10. echo [C] Hewlett Packard Deskmanager    
  11. echo [D] Thomas Cook Quantum
  12. echo [E] Videologic Sampler
  13. echo [F] Thomas Cook Presentation
  14. echo [G] Xerox 8840 copiers     (This is a big demo)
  15. echo [H] IIT Coprocessor 
  16. echo [I] Offical Airlines Guide
  17. echo [J] Victor                 (The editor's favorite)
  18. echo [K] IIT XtraDrive 
  19. echo [L] Xerox 8810 copiers
  20. echo:
  21. echo [Q] Return to Main Menu
  22. echo:
  23. \programs\what c "Select your choice [A..L,q] ->" abcdefghijklq
  24. echo:
  25. if %what%==A goto a
  26. if %what%==B goto b
  27. if %what%==C goto c
  28. if %what%==D goto d
  29. if %what%==E goto e
  30. if %what%==F goto f
  31. if %what%==G goto g
  32. if %what%==H goto h
  33. if %what%==I goto i
  34. if %what%==J goto j
  35. if %what%==K goto k
  36. if %what%==L goto l
  37. if %what%==M goto m
  38. goto exittodos
  39. :a
  40. aims
  41. goto menustart
  42. :b
  43. cu
  44. goto menustart
  45. :c
  46. deskmngr
  47. goto menustart
  48. :d
  49. quantum
  50. goto menustart
  51. :e
  52. vlsample
  53. goto menustart
  54. :f
  55. cd cook
  56. cookpres
  57. cd ..
  58. goto menustart
  59. :g
  60. cd 8840
  61. begin
  62. demo
  63. cd ..
  64. goto menustart
  65. :h
  66. cd iit
  67. demo
  68. cd ..
  69. goto menustart
  70. :i
  71. cd oag
  72. demo
  73. cd ..
  74. goto menustart
  75. :j
  76. cd vdemo
  77. victor1
  78. cd ..
  79. goto menustart
  80. :k
  81. cd xd
  82. demo
  83. cd ..
  84. goto menustart
  85. :l
  86. cd xes
  87. start
  88. cd ..
  89. goto menustart
  90.  
  91.  
  92. :exittodos
  93. set what=
  94. cls
  95.