home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 1 / AU_CD1.iso / demos / a_to_i / archiboard / !BulBoard / !Run < prev    next >
Text File  |  1993-09-17  |  751b  |  19 lines

  1. | !Run file for BulBoard
  2. | version 1.00 (15 - August - 1989)
  3. if "<BulBoard$Running>" <> "" then Error 0 Archiboard is already running
  4. if "<System$Path>" = "" then Error 0 System resources cannot be found
  5. RMEnsure SharedCLibrary 3.75 RMLoad System:modules.CLib
  6. RMensure SharedClibrary 3.50 Error 0 Module SharedClibrary 3.50 or later required
  7.  
  8. RMensure ColourTrans 0.52 rmload System:Modules.Colours
  9. RMEnsure ColourTrans 0.52 Error 0 Module ColourTrans 0.52 or later required
  10.  
  11. Set BulBoard$Dir <Obey$Dir>
  12. Set BBSsys$Dir <Obey$Dir>.!BBSsys
  13. Set BBSslots$Dir <Obey$Dir>.SlotTasks
  14. Set BBSfiles$Dir <BBSsys$Dir>.Kernel.Files.Files
  15. Set BBSData$Dir <Obey$Dir>.Data
  16. Set BulBoard$Running Yes
  17. run <BBSsys$Dir>.Kernel.!Kernel
  18. |desktop -file <BulBoard$Dir>.!Start
  19.