home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / misc / b014_1 / !Multi / Commands < prev    next >
Text File  |  1993-05-23  |  689b  |  26 lines

  1. ; Multi Commands Utility
  2. ;------------------------
  3. ;
  4. ; By Richard Stagg
  5. ;
  6. ; This is the command file for Multi
  7. ; Command format is:
  8. ; ; - comment
  9. ; Menu Text,Switch,Command 1{,Command 2}
  10. ; Where Switch is a special action pointer:
  11. ;     X - none, execute command 1 normally
  12. ;     O - on/off submenu given, execute command 1 for on and command 2 for off
  13. ;     C - Confirm submenu given - execute command 1 when confirmed
  14. ;
  15. ; Finish with <End>
  16. ;
  17. ; System Manager file for my Arc, V.1.01, 24/04/93
  18.  
  19. ARM 3 Cache,O,Cache on,Cache off
  20. List current fonts,X,FontCat
  21. Speaker,O,Speaker on,Speaker off
  22. History List,O,Historyon,Historyoff
  23. ; This command is in library!
  24. Shutdown system,C,CtrlBrk
  25. <End>
  26.