home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / acornuser / 1998 / apr1998 / pd / Avison / !TaskUsage / !Run < prev    next >
Text File  |  1998-02-14  |  742b  |  18 lines

  1. | !Run file for !TaskUsage    v1.15         © Avisoft 1998
  2.  
  3. |  Set Directory and load sprites
  4. Set  TaskUsage$Dir  <Obey$Dir>
  5. IconSprites  <TaskUsage$Dir>.!Sprites
  6.  
  7. |  Check for at least RISC OS Version 3.00
  8. RMEnsure  UtilityModule 3.00  Error  Sorry, this application only runs on RISC OS 3
  9.  
  10. |    Note that if a Precision other than the default is required, just add 1 to 8, or M
  11. |    to the end of the following RMRun line (with a space after the Module Name!)
  12. |    If it is required to alter the default Update time, add 1 to 8 immediately
  13. |    after the precision, which MUST then also be overridden. 
  14. |    For example:    RMRun  <TaskUsage$Dir>.TaskUsage 32
  15.  
  16. |  Load the module, and start the application
  17. RMRun  <TaskUsage$Dir>.TaskUsage
  18.