home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / _fuelgauge / !FuelGauge / !Run < prev    next >
Encoding:
Text File  |  1993-07-31  |  848 b   |  21 lines

  1. | !Run for !FuelGauge
  2. |
  3. | The var. <FuelG$MaxMem> will be read on startup and is in K (i.e. 100 means
  4. | that the maximum memory will be 100K!) <FuelG$Sprite> is the filename from
  5. | which to get the gauge and number sprites from (see manual) FuelG$Options
  6. | contains the options data which are :
  7. |
  8. |         -iconbar  - put sprite on iconbar else on desktop backdrop
  9. |         -freemem  - read free memory from wimp on startup
  10. |         -backpos <x;y> - place to open the window on the back at.
  11. |
  12. Set FuelG$MaxMem 1400
  13. Set FuelG$Options -backpos 1300;80
  14. Set FuelG$Sprites <Obey$Dir>.Sprites
  15. |
  16. Set FuelGauge$Dir <Obey$Dir>
  17. RMEnsure WimpExtension 2.00 Run <FuelGauge$Dir>.WimpExt
  18. RMEnsure WimpExtension 2.00 Run System:Modules.WimpExt
  19. RMEnsure WimpExtension 2.00 Error I cannot load WimpExtension 2.00 or later
  20. Desktop RMRun <FuelGauge$Dir>.FuelGauge
  21.