Modify the !Run file of !WebServe so that the final few lines look like this: (new stuff in red)
|
| Set variable while WebServe is running, and unset when ended RJD
Set WebServe$Running "Yes"
Wimpslot -max 96K -min 96K
Run <WebServe$Dir>.!RunImage %*0
UnSet WebServe$Running
Modify the !Run file of !Oregano2 so that the final few lines look like this:
| Start up WebServe RJD
If "<WebServe$Running>" = "" Then Filer_Run WebServe:!Run
Set Oregano2$Running "Yes"
WimpSlot -Min 3000K -Max 3000K
If "yes" = "<Oregano2$Sound>" Then <Oregano2$Dir>.!RunImage %*0 Else <Oregano2$Dir>.!RunImage -nosound %*0
Unset Oregano2$Running