home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / bbs / a081_1 / !RiscBBS / !Run < prev    next >
Text File  |  1991-12-25  |  1KB  |  35 lines

  1. |
  2. | !Run file for !RiscBBS, the ultimate PD BBS server
  3. |
  4. | Copyright (c)1990. !RiscBBS written by Carl Declerck.
  5. |
  6. WimpSlot -Min 240k -Max 240k
  7. |
  8. Set RiscBBS$Dir <Obey$Dir>
  9. Set LD$Scrap <Obey$Dir>.Scrap.LongDes
  10. Set TaskCheck New
  11. |
  12. IconSprites <RiscBBS$Dir>.!Sprites
  13. |
  14. RMEnsure SharedCLibrary 3.75 If "<System$Path>" = "" then Error 0 Can't find System. Make RISC-OS see the !System folder first!
  15. RMEnsure SharedCLibrary 3.75 RMLoad <System$Path>Modules.Clib
  16. RMEnsure SharedCLibrary 3.75 Error 0 You need Clib 3.75 or later!
  17. RMEnsure RiscBBS 1.02 RMLoad <RiscBBS$Dir>.Various.BBSmod
  18. RMEnsure RiscBBS 1.02 Error 0 RiscBBS Support Module 1.01 or later needed!
  19. RMEnsure TaskWindow 0.00 RMLoad <RiscBBS$Dir>.Various.OldTask
  20. RMEnsure TaskWindow 0.04 Set TaskCheck Old
  21. If "<TaskCheck>" = "New" then RMLoad <RiscBBS$Dir>.Various.OldTask
  22. UnSet TaskCheck
  23. |
  24. | The following Help! module (108K) is not necessary... but nice!
  25. |
  26. RMEnsure Help! 0.00 RMLoad <RiscBBS$Dir>.Various.Help!
  27. |
  28. | The FastROM utility is also not necessary, but recommended for speed!
  29. | A540 users can't use it, so they should comment it out...
  30. |
  31. Run <RiscBBS$Dir>.Various.FastROM
  32. |
  33. |Run <RiscBBS$Dir>.Various.Prologue
  34. Run <RiscBBS$Dir>.!RunImage
  35.