home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Internet / PD / News_Email / Newshound / !NewsHound / !Run < prev    next >
Text File  |  1999-03-08  |  1KB  |  32 lines

  1.  
  2. | These 2 lines will set the paths to us if we've been run from a diff. place before
  3. If "<NewsHound$Dir>" <> "<Obey$Dir>" Then Set NewsHound$NewsDir <Obey$Dir>.News
  4. If "<NewsHound$Dir>" <> "<Obey$Dir>" Then Set NewsHound$ConfigDir <Obey$Dir>.Config
  5.  
  6. Set NewsHound$Dir <Obey$Dir>
  7. IconSprites <NewsHound$Dir>.!Sprites
  8.  
  9. If "<NewsHound$NewsDir>" = "" Then Set NewsHound$NewsDir <Obey$Dir>.News
  10. If "<NewsHound$ConfigDir>" = "" Then Set NewsHound$ConfigDir <Obey$Dir>.Config
  11. | Note - both news & config dir must always be writeable.
  12.  
  13. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
  14.  
  15. RMEnsure BorderUtils 0.02 RMEnsure WindowManager 3.17  RMLoad System:modules.BorderUtil
  16. RMEnsure BorderUtils 0.02 RMEnsure WindowManager 3.17  Error You need BorderUtils 0.02 or later to run !NewsHound
  17.  
  18. If "<SysLog$Dir>"="" then Error !SysLog application not seen by filer
  19. RMEnsure SysLog 0.14 Run <SysLog$Dir>.!Run
  20. RMEnsure SysLog 0.14 Error NewsHound needs SysLog 0.14 or later
  21.  
  22. | Enable this to stop syslog messages been memory cached
  23. | SysLog_Flush ON
  24.  
  25. | Enable this to set full debugging level
  26. | syslog NewsHound 255
  27.  
  28. Wimpslot -min 184k -max 184k
  29.  
  30. | To run newshound without an icon, change the line below to:
  31. | Run <NewsHound$Dir>.!Runimage -noicon %*0
  32. Run <NewsHound$Dir>.!Runimage %*0