home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / EXECMENU.ZIP / EXECMENU.DEF < prev    next >
Encoding:
Text File  |  1988-04-08  |  2.8 KB  |  140 lines

  1. .
  2. .                   AUTOMENU Menu Definition File
  3. .
  4. .                       By TSgt L B Inman
  5. .
  6. ..................................
  7. ..................................
  8. % #### Program Selections #### 
  9. ..................................
  10. *Enable Integrated Package
  11. ?Word Processor, Spread, Telecom
  12. +cd\enable
  13. +enable  (C:,C:,C:,C:,C:\ENDATA),V9
  14. +cd\execmenu
  15. +c:auto
  16. ..................................
  17. *Communications Package
  18. ?Run Qmodem
  19. +cd\qmodem
  20. +Qmodem
  21. +cd\execmenu
  22. +c:auto
  23. ..................................
  24. *Turbo Pascal Editor
  25. ?Turbo Pascal 4.0 environment
  26. +cd\turbo\source
  27. +..\turbo
  28. +cd\execmenu
  29. +c:auto
  30. ..................................
  31. *WILDCAT! BBS System
  32. ?Run the Bulletin Board System
  33. +cd\wildcat
  34. +cat
  35. ..................................
  36. *LIST
  37. ?LIST any file on system
  38. +cd\comprog
  39. +LIST
  40. +cd\execmenu
  41. +c:auto
  42. ..................................
  43. *NARC Unarchiver
  44. ?Unarchive a file(s)
  45. +cd\comprog
  46. NARC
  47. +cd\execmenu
  48. +c:auto
  49. ..................................
  50. *BASIC Interpreter
  51. ?Run GW-BASIC
  52. +cd\basic\work
  53. +\dos\basica
  54. +cd\execmenu
  55. +c:auto
  56. ..................................
  57. *Go To DOS
  58. ?Drop Down to the DOS level
  59. ^GETMEOUTOFHERE
  60. +cd\
  61. ..................................
  62. ..................................
  63. %******* Other Programs *******
  64. ..................................
  65. *TheDraw
  66. ?Screen Manipulation Program
  67. +cd\thedraw
  68. thedraw
  69. cd\execmenu
  70. c:auto
  71. ..................................
  72. *Amortize
  73. ?Amortization Program for loans
  74. +cd\comprog
  75. +amortize
  76. +cd\execmenu
  77. +c:auto
  78. ..................................
  79. *REMEMBER
  80. ?The memory jogger
  81. +cd\remember
  82. +remember
  83. +cd\execmenu
  84. +c:auto
  85. ..................................
  86. *LABELLER
  87. ?Single use label program
  88. +cd\comprog
  89. +label
  90. cd\execmenu
  91. c:auto
  92. ..................................
  93. *X-Distro Labeller
  94. ?X-Distro listing program
  95. +cd\xdistro
  96. +xdistro
  97. +cd\execmenu
  98. +c:auto
  99. ..................................
  100. *Lock System
  101. ?Lock this computer!
  102. +echo off
  103. +cd\
  104. +KeyLock
  105. +cls
  106. +echo This computer is LOCKED!
  107. +echo Please enter the CORRECT
  108. +echo password and then you may
  109. +pause
  110. +cd\execmenu
  111. +c:auto
  112. ..................................
  113. *Tape Backup (with verify)
  114. ?Backup all files on system/verify
  115. +cd\
  116. +Tbackup c:\*.*/g/n/r/v
  117. +cd\execmenu
  118. +c:auto
  119. ..................................
  120. *Tape Backup (withOUT verify)
  121. ?Backup all files on system
  122. +cd\
  123. +Tbackup c:\*.*/g/n/r
  124. +cd\execmenu
  125. +c:auto
  126. ..................................
  127. ..................................
  128. %*******  ORDERS PROCESSING ******
  129. ..................................
  130. *Process INCOMING Orders
  131. ?Process all customer orders
  132. +cd\menuops
  133. +incoming.bat
  134. ..................................
  135. *Process OUTGOING Orders
  136. ?Process all company orders
  137. +cd\menuops
  138. +outgoing.bat
  139. ..................................
  140.