home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / cmdpst62.zip / CMDP62.EXE / pak / CMDPOST.MNU < prev    next >
Text File  |  1989-04-02  |  5KB  |  170 lines

  1. ' This is the sample menu file supplied with the Command Post software
  2. ' product.  It is meant to be personalized by the user.  
  3. '
  4. ' In this file, the main menu items, the related drop-down menu items,
  5. ' and the applications they start are defined.  The syntax (greatly
  6. ' abbreviated from the documentation) is as follows:
  7. '
  8. '  <---A single quote mark in the first column marks a comment.
  9. '  |<--For this example we will pretend that this is column 1.
  10. '
  11. '  Desktop              ...Main menu items MUST start in column 1.
  12. '
  13. '   Application Title   ...Drop down menu items MUST start in col 2.
  14. '      c:\win\excel     ...Directory selection line next.  Col 3+.
  15. '      excel.exe        ...Application line.               Col 3+.
  16. '
  17. '   Next App Line       ...Another drop down menu line
  18. '      .                ...Use a dot for default/don't care directories.
  19. '      clock.exe        ...App Line.  Remember to use EXE COM PIF or BAT's
  20. '
  21. '   Edit File           ...Entry to edit selected file 
  22. '      .                ...Use current directory
  23. '      notepad.exe @^.^ ...@^.^ will pass the highlighted name to notepad
  24. '
  25. '   Browse File         ...Entry to browse selected file
  26. '      .                ...Use current directory
  27. '      browser.exe @^.^ ...@^.^ will pass highlighted name to browser
  28. '
  29. '
  30. '                       Command Post can start up multiple applications
  31. '                       with a single menu item.  Simply repeat the
  32. '                       pairs of directory/application lines.
  33. '
  34. '   Window Groups       ...A new main menu item in col 1
  35. '
  36. '    Start Regular Group...Drop-down item starts in col 2
  37. '      .                ...Don't care about directory
  38. '      Excel.exe        ...Start Excel
  39. '      .
  40. '      Cardfile.exe     ...Start Cardfile
  41. '
  42. '    Start DTP Group    ...New Drop-down menu item
  43. '      C:\PM            ...Change to the C:\PM directory
  44. '      pm.exe           ...Start Aldus PageMaker
  45. '      .                ...Use current directory (which is C:\PM)
  46. '      write.exe        ...Start Microsoft Write
  47. '      .
  48. '     
  49. '                       Command Post menus can also be used to simply
  50. '                       change directories, without starting application.
  51. '                       In this case, just use a period instead of the
  52. '                       application name.
  53. '
  54. '   Favorite Subdirs    ...New main menu item in column 1
  55. '    Root               ...Drop-down menu item to return to root dir of C:
  56. '       C:\             ...Desired Drive/directory
  57. '       .               ...Dot for the application does a directory change only
  58. '    Pictures           ...New drop-down menu item in column 2
  59. '       C:\PBRUSH       ...Desired directory
  60. '       .               ...A dot for the application effects a dir change
  61. '    
  62.  
  63.  
  64.               
  65. ' Other special characters may be used in the menus.  These special 
  66. ' characters are:
  67. '      &  Ampersand. This causes the next character in the menuitem to be
  68. '         underlined.  Very important for users without mice.
  69. '         It may precede any character in the menu name.  Only one
  70. '         ampersand per menu name please!
  71. '      |  Vertical Bar. Causes Main menu items to start on a new line.  
  72. '         Drop down menus will break into a new column, separated from the
  73. '         previous column with a vertical bar.
  74. '         This must be the first character of the item name.
  75. '      _  Underline.  This will cause a horizontal separator line to be
  76. '         drawn in the drop down menus.
  77. '         This must be the first character of the item name.
  78. '
  79.  
  80.  
  81.  
  82. |&Desktop
  83.  &Start Favorite Apps
  84.            .
  85.            Calendar.exe
  86.            .
  87.            cardfile.exe
  88.            .
  89.            clock.exe
  90.  &Appointment Calendar
  91.            .
  92.            Calendar.exe
  93.  &Calculator
  94.            .
  95.            calc.exe
  96.  Card&file
  97.            .
  98.            cardfile.exe
  99.  Cloc&k
  100.            .
  101.            Clock.exe
  102.  &Notepad Editor
  103.            .
  104.            notepad.exe
  105.  Pain&t
  106.            .
  107.            paint.exe
  108.  &Write
  109.            .
  110.            write.exe
  111.  |&PIF Editor
  112.            .
  113.            pifedit.exe
  114.  _&Edit Command Post Menu
  115.           c:\windows
  116.           notepad.exe cmdpost.mnu
  117.  
  118. &Hilited-Files
  119.  &Edit File
  120.         .
  121.         notepad.exe ?Desired File?@^.^
  122.  &Browse File
  123.         .
  124.         Browser.exe @^.^
  125.  &Write File
  126.         .
  127.         Write.exe @^.^
  128.  
  129. &Applications
  130.  Z-Soft &Paintbrush  Painting
  131.            c:\windows\pbrush
  132.            pbrush.exe
  133.  Micrographx &IN*A*VISION Drafting
  134.            c:\windows\invision
  135.            invision.exe
  136.  _Microsoft &Excel Spreadsheet
  137.            c:\windows\excel
  138.            excel.exe
  139.  _Aldus Page&Maker Publishing
  140.            c:\windows\pm
  141.            pm.exe
  142.  
  143. &Games
  144.  &Reversi
  145.            .
  146.            reversi.exe
  147.  
  148. &SubDirs
  149.  &Root of current drive
  150.       \
  151.       .
  152.  &Windows
  153.       c:\windows
  154.       .
  155.  &PIF files
  156.       c:\windows\pif
  157.       .
  158.  
  159. &Letters
  160.  Dear &Mom:
  161.          c:\letters
  162.          write.exe ?Filename for letter to Mom?MOM.WRI
  163.  Dear &Dad:
  164.          c:\letters
  165.          write.exe ?Filename for letter to Dad?DAD.WRI
  166.  _Dear &???:
  167.          c:\letters
  168.          write.exe ?Filename for letter
  169.