home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / comms / newsflash / !NewsFlash / !Run < prev    next >
Text File  |  1995-07-16  |  1KB  |  39 lines

  1. | !Run file for News Flash
  2.  
  3. Set NewsFlash$Dir <Obey$Dir>
  4. Set NewsFlash$BBS <Obey$Dir>.BBS.
  5. Set NewsFlash$Temp <Obey$Dir>.Temp
  6.  
  7. Set NewsFlash$FileBase <Obey$Dir>.BBS.FileBase.
  8. Set NewsFlash$MailBase <Obey$Dir>.BBS.MailBase.
  9. Set NewsFlash$UserBase <Obey$Dir>.BBS.UserBase.
  10.  
  11. Set ARCbbs$temp <NewsFlash$Temp>
  12. Set ARCbbs$text <NewsFlash$BBS>ArcBBS
  13. Set ARCbbsa$text <NewsFlash$BBS>ArcBBS
  14.  
  15. If "<SerialDev$Path>" = "" then error 1 "Could not locate serial device drivers"
  16.  
  17. | Check for RO2 systems
  18.  
  19. RMEnsure UtilityModule 3.00 Run <Obey$Dir>.!ThisIsRO2
  20.  
  21. | Load all the NF modules
  22.  
  23. RMEnsure NewsFlash 0 Filer_Run <NewsFlash$Dir>.Resources.Modules.NewsFlash
  24. Filer_Run <NewsFlash$Dir>.Resources.Modules.RBBSEm
  25. RMEnsure ARCbbs_Doors 0 RMLoad <NewsFlash$Dir>.Resources.Modules.ArcBBSEm
  26. RMEnsure ARCbbs_Filer 0 RMLoad <NewsFlash$Dir>.Resources.Modules.ArcBBSFl
  27. RMEnsure NFInterrupt 0 RMLoad <NewsFlash$Dir>.Resources.Modules.NFInt
  28.  
  29. <NewsFlash$Dir>.Doors.Run
  30.  
  31. | Leave out the following line if you do not wish to use NewsFlash as an
  32. | ArcBBS door. The paramater is the ArcBBS door number.
  33.  
  34. |WimpTask <NewsFlash$Dir>.Modules.NFMonitor -doornum 102
  35.  
  36. Wimpslot -min 384K -max 384K
  37.  
  38. <NewsFlash$Dir>.!RunImage
  39.