home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 44
/
Amiga_Dream_44.iso
/
RiscPc
/
Utils
/
CLIGuard2.arc
/
!CLIGuard
/
Director
< prev
next >
Wrap
Text File
|
1995-01-02
|
1KB
|
32 lines
| This is an example Director menu to show how the command CLIGuardCommand
| works. Running this will replace the pinboard menu with this new one;
| alternatively, you could incorporate it into your own menu if you donæt
| want to muck about too much. If you use Director youære used to mucking
| around with Obey ₧les so I make no apologies for this ;).
Menu "Director" "Pinboard"
Option Director -sub IconMenu
Option Paths -sub IconClick
Option "Memoriser" -sub "Memoriser:" -key ^Ins
Dash
Option Variables -sub *
Option Filters
Command CLIGuardCommand Filters
Option Mail
Command Filer_OpenDir Programs:Mail
EndMenu
Menu "Variables"
Option "File types"
Command CLIGuardCommand Show File$Type_*
Option "Run types"
Command CLIGuardCommand Show Alias$@RunType_*
Option "Paths"
Command CLIGuardCommand Show *$Path
Option "Dirs"
Command CLIGuardCommand Show *$Dir
Option "Aliases"
Command CLIGuardCommand Show Alias$*
Option "All"
Command CLIGuardCommand Show
EndMenu