home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / REXMENU2.ZIP / QUIKMENE.CMD < prev    next >
OS/2 REXX Batch file  |  1992-11-24  |  4KB  |  188 lines

  1. @echo off
  2. REM *** QuikMenE - One-stop quick use of EnviMenu to access commonly used
  3. REM ***            programs and settings.  This is only a sample of what your
  4. REM ***            menu might look like.  Some of the options in the file
  5. REM ***            are path-dependent and so may not work on your system.
  6. REM ***
  7. REM ***            QuikMenE works best as a single icon on the desktop to gain
  8. REM ***            quik hit-and-remoe access to many of the functions you
  9. REM ***            commonly use throughout the day.  In this way you can keep the
  10. REM ***            desktop uncluttered and still avoid remembering commands.
  11. REM ***
  12.  
  13.  
  14. mode 80,20
  15. call EnviMenu MENU_CHOICE QuikMenE.cmd /Init "ToDo" /Pre :~ /Com "REM " /Sort /Prompt "Whaddya want?" /Esc
  16. if a%MENU_CHOICE%z == az GOTO FINISHED
  17. GOTO :~%MENU_CHOICE%
  18. GOTO FINISHED
  19.  
  20.  
  21. REM ***
  22. REM *** WHAT FOLLOWS IS A LIST OF FUNCTIONS I FREQUENTLY ACCESS BUT DON'T
  23. REM *** WANT TO REMEMBER EXACTLY HOW I ACCESS THEM
  24. REM ***
  25.  
  26. :~Chess
  27. REM OS2 Chess - Play against computer or another player
  28. c:
  29. cd \
  30. start /F OS2CHESS.EXE
  31. GOTO FINISHED
  32.  
  33. :~Solitaire
  34. REM Klondike - Solitaire
  35. c:
  36. cd \
  37. start /F KLONDIKE.EXE
  38. GOTO FINISHED
  39.  
  40. REM Cat And Mouse uses the character Alt-255 to look like a space
  41. :~Cat And Mouse
  42. REM Chase Neko around the screen
  43. c:
  44. cd \
  45. start /F NEKO.EXE
  46. GOTO FINISHED
  47.  
  48. :~Seek And Scan Files
  49. REM PMSEEK: Search disk(s) for files and text
  50. start /F PMSEEK.EXE
  51. GOTO FINISHED
  52.  
  53. :~Backup
  54. REM Very quick and temporary backup of Arcive-bit files into E:\TempBak
  55. c:
  56. cd \
  57. start /F /C mini-backup.cmd
  58. GOTO FINISHED
  59.  
  60. :~Information
  61. REM access manuals or other frequently needed information
  62. e:
  63. cd \Utl\System\Information
  64. start /F /C ViewInfo.cmd
  65. GOTO FINISHED
  66.  
  67. :~Globe
  68. REM View the earth and sunlight globe
  69. e:
  70. cd \Utl\PMGlobe
  71. start /F PMGlobe.exe
  72. GOTO FINISHED
  73.  
  74. :~ToDo
  75. REM View and edit TODO list
  76. e:
  77. cd \personal
  78. start /F c:\os2\apps\pmdtodo.exe e:\personal\ToDo.$T$
  79. GOTO FINISHED
  80.  
  81. :~Quicken
  82. REM Quicken for Windows. Check writing and bank accounts.
  83. e:
  84. cd \Personal\QuickenW
  85. startd /DOS /FG /FS /SF E:\Personal\QuickenW\Quicken.ini c:\os2\mdos\winos2\winos2.com e:\Personal\QuickenW\QW.EXE
  86. GOTO FINISHED
  87.  
  88. :~AmiPro
  89. REM Start AmiPro Windows word processor
  90. e:
  91. cd \
  92. startd /DOS /FG /FS /SF E:\Utl\AmiPro\AmiPro.ini c:\os2\mdos\winos2\winos2.com e:\Utl\AmiPro\AmiPro.exe
  93. GOTO FINISHED
  94.  
  95. :~C Plus Plus IDE
  96. REM Borland C++ IDE
  97. e:
  98. cd \temp
  99. startd /DOS /FG /WIN /SF E:\UTL\BORLANDC\BIN\BC.INI e:\UTL\BORLANDC\BIN\BC.EXE
  100. GOTO FINISHED
  101.  
  102. :~Windows
  103. REM Microsoft Windows 3.0 - WINOS2
  104. e:
  105. cd \
  106. startd /DOS /FG /FS /SF C:\OS2\MDOS\WINOS2\WINOS2.INI c:\OS2\MDOS\WINOS2\winos2.com
  107. GOTO FINISHED
  108.  
  109. :~Swapper Size
  110. REM Show swapper size
  111. e:
  112. cd \utl
  113. start /F dinfo.exe
  114. GOTO FINISHED
  115.  
  116. :~Memory Available
  117. REM Show system memory for DosQuerySysInfo
  118. cls
  119. e:\utl\MemAvail.exe
  120. echo  
  121. echo  
  122. pause
  123. GOTO FINISHED
  124.  
  125. :~Stuff    Random thoughts
  126. REM Quick edit of file for storing information
  127. start /F epm.exe /M /O /W e:\personal\Stuff
  128. GOTO FINISHED
  129.  
  130. :~Terminal
  131. REM Run Modem Terminal program
  132. c:
  133. cd \os2\apps
  134. start /F softerm.exe
  135. GOTO FINISHED
  136.  
  137. :~Names And Addresses
  138. REM My Phone Book
  139. start /F pmmbase.exe e:\personal\Addresses.$$F
  140. GOTO FINISHED
  141.  
  142. :~Edit This Menu
  143. REM Start editor to add another item to this menu
  144. start /F epm.exe /M /O /W QuikMenE.cmd
  145. GOTO FINISHED
  146.  
  147. :~Calculator
  148. REM Presentation Manager's Calculator
  149. start /F c:\os2\apps\pmdcalc.exe
  150. GOTO FINISHED
  151.  
  152. :~Create Boot Disk for OS2
  153. REM Create a boot disk on floppy A:
  154. start /F cmd.exe /C makeboot 1 a: c:
  155. GOTO FINISHED
  156.  
  157. :~Pulse
  158. REM Show system activity
  159. start /F pulse.exe
  160. GOTO FINISHED
  161.  
  162. :~Backup Workplace Shell
  163. REM Backup the Workplace Shell to restore when inevitable disaster occurs
  164. e:
  165. cd \Utl\System
  166. xdel WPSBckup.old\*.* /s /d /n
  167. rename WPSBckup WPSBckup.old
  168. start /F E:\utl\System\WPSBackup.exe E:\Utl\System\WPSBckup
  169. REM *** Note that this comes from New Freedom Data Center, P.O. Box 461
  170. REM *** New Freedom Pa, 17349......authored by Dave Lester
  171. GOTO FINISHED
  172.  
  173. :~Workframe
  174. REM IBM WorkFrame/2
  175. e:
  176. cd \utl\IBMWF
  177. call WFENV.cmd
  178. GOTO FINISHED
  179.  
  180. :~CDMenu
  181. REM Interactively move among directories
  182. start /F /C CDMenu.cmd
  183. GOTO FINISHED
  184.  
  185. :FINISHED
  186. SET MENU_CHOICE=
  187.  
  188.