home *** CD-ROM | disk | FTP | other *** search
- ; Multi Commands Utility
- ;------------------------
- ;
- ; By Richard Stagg
- ;
- ; This is the command file for Multi
- ; Command format is:
- ; ; - comment
- ; Menu Text,Switch,Command 1{,Command 2}
- ; Where Switch is a special action pointer:
- ; X - none, execute command 1 normally
- ; O - on/off submenu given, execute command 1 for on and command 2 for off
- ; C - Confirm submenu given - execute command 1 when confirmed
- ;
- ; Finish with <End>
- ;
- ; System Manager file for my Arc, V.1.01, 24/04/93
-
- ARM 3 Cache,O,Cache on,Cache off
- List current fonts,X,FontCat
- Speaker,O,Speaker on,Speaker off
- History List,O,Historyon,Historyoff
- ; This command is in library!
- Shutdown system,C,CtrlBrk
- <End>
-