home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT125.ZIP / BFMENU.TXT < prev    next >
Text File  |  1990-09-21  |  2KB  |  144 lines

  1. MAIN MENU
  2. Q & A,Question & Answer word processing/data base management
  3. WORD PERFECT
  4. QUATTRO PRO,An excellant spreadsheet programs
  5. UTILITY MENU,A number of Utility programs
  6. GAMES MENU,A second tier menu with games
  7. PEACHTREE G/L,Double entry accounting system
  8. PARK IT,Park the hard disk heads
  9. DEMO CASCADE,Repeats this one menu to demonstrate cascading
  10. TRADEMARKS,Acknowledgement of trademarks used in demo menus
  11.  
  12. echo off
  13. cls
  14. echo.
  15. echo.
  16. echo.
  17. echo.
  18. echo    Question and Answer would operate now if you owned it
  19. echo    and it was called from this batch file!
  20. echo.
  21. echo.
  22. echo.
  23. echo.
  24. echo.
  25. echo.
  26. pause
  27. bf
  28.  
  29. echo off
  30. cls
  31. echo.
  32. echo.
  33. echo.
  34. echo.
  35. echo    Word Perfect would operate here if you owned it
  36. echo    and it was called from this batch file!
  37. echo.
  38. echo.
  39. echo.
  40. echo.
  41. echo.
  42. echo.
  43. pause
  44. bf
  45.  
  46. echo off
  47. cls
  48. echo.
  49. echo.
  50. echo.
  51. echo.
  52. echo    Quattro Pro would run now if you owned it
  53. echo    and it was called from this batch file!
  54. echo.
  55. echo.
  56. echo.
  57. echo.
  58. echo.
  59. echo.
  60. pause
  61. bf
  62.  
  63. echo off
  64. cls
  65. echo.
  66. echo.
  67. echo.
  68. echo.
  69. echo    A Utility menu with your favorite utilities 
  70. echo    could appear here using BFMenu.
  71. echo.
  72. echo.
  73. echo.
  74. echo.
  75. echo.
  76. echo.
  77. pause
  78. bf
  79.  
  80. ^gamemenu.txt
  81.  
  82. echo off
  83. cls
  84. echo.
  85. echo.
  86. echo.
  87. echo.
  88. echo    PeachTree's General Ledger would run now if you owned it
  89. echo    and it was called from this batch file!
  90. echo.
  91. echo.
  92. echo.
  93. echo.
  94. echo.
  95. echo.
  96. pause
  97. bf
  98.  
  99. echo off
  100. cls
  101. echo.
  102. echo.
  103. echo.
  104. echo.
  105. echo    A hard disk parking utility would run now if you owned one
  106. echo    and it was called from this batch file!
  107. echo.
  108. echo.
  109. echo.
  110. echo.
  111. echo.
  112. echo.
  113. pause
  114. bf
  115.  
  116. ^bfmenu.txt
  117.  
  118. echo off
  119. cls
  120. echo.
  121. echo.
  122. echo.
  123. echo              Trademarks used in the demonstration menus include:
  124. echo.
  125. echo.
  126. echo     Q&A, a trademark of Symantec Corporation
  127. echo.
  128. echo     WordPerfect, a registered trademark of WordPerfect Corporation
  129. echo.
  130. echo     Quattro, a registered trademark of Borland International, Inc.
  131. echo.
  132. echo     Peachtree Software, a registered trademark of Peachtree Software
  133. echo.
  134. echo     Test Drive and Test Drive II, trademarks of Accolade, Inc.
  135. echo.
  136. echo     Reader Rabbit, a registered trademark of The Learning Company
  137. echo.
  138. echo.
  139. echo.
  140. echo.
  141. echo.
  142. pause
  143. bf
  144.