home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / desktop / cliguard_1 / !CLIGuard / Director < prev    next >
Text File  |  1995-01-02  |  1KB  |  32 lines

  1. | This is an example Director menu to show how the command CLIGuardCommand
  2. | works. Running this will replace the pinboard menu with this new one;
  3. | alternatively, you could incorporate it into your own menu if you don’t
  4. | want to muck about too much. If you use Director you’re used to mucking
  5. | around with Obey files so I make no apologies for this ;).
  6.  
  7. Menu "Director" "Pinboard"
  8.     Option Director -sub IconMenu
  9.     Option Paths -sub IconClick
  10.     Option "Memoriser" -sub "Memoriser:" -key ^Ins
  11. Dash
  12.         Option Variables -sub *
  13.         Option Filters
  14.                 Command CLIGuardCommand Filters
  15.         Option Mail
  16.                 Command Filer_OpenDir Programs:Mail
  17. EndMenu
  18.  
  19. Menu "Variables"
  20.         Option "File types"
  21.                 Command CLIGuardCommand Show File$Type_*
  22.         Option "Run types"
  23.                 Command CLIGuardCommand Show Alias$@RunType_*
  24.         Option "Paths"
  25.                 Command CLIGuardCommand Show *$Path
  26.         Option "Dirs"
  27.                 Command CLIGuardCommand Show *$Dir
  28.         Option "Aliases"
  29.                 Command CLIGuardCommand Show Alias$*
  30.         Option "All"
  31.                 Command CLIGuardCommand Show
  32. EndMenu