home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / comm / bbs / eazybbs / c / quitdaemons < prev    next >
Text File  |  1993-05-11  |  813b  |  42 lines

  1. Echo "Terminating daemons ..." NOLINE
  2.  
  3. IF "bla" EQ "blu"
  4.     break `eval *`status com=EazyCommDaemon*` + 0`
  5.     break `eval *`status com=EazyLogfileDaemon*` + 0`
  6.     break `eval *`status com=EazyInOutDaemon*` + 0`
  7.     break `eval *`status com=EazyMsgFileDaemon*` + 0`
  8.     break `eval *`status com=EazyUserDaemon*` + 0`
  9. ENDIF
  10.  
  11. Set num=""
  12. Set num=`status command=MB:C/EazyCommDaemon`
  13. If NOT "$num" EQ ""
  14.     Break $num
  15. EndIf
  16.  
  17. Set num=""
  18. Set num=`status command=MB:C/EazyLogfileDaemon`
  19. If NOT "$num" EQ ""
  20.     Break $num
  21. EndIf
  22.  
  23. Set num=""
  24. Set num=`status command=MB:C/EazyInOutDaemon`
  25. If NOT "$num" EQ ""
  26.     Break $num
  27. EndIf
  28.  
  29. Set num=""
  30. Set num=`status command=MB:C/EazyMsgFileDaemon`
  31. If NOT "$num" EQ ""
  32.     Break $num
  33. EndIf
  34.  
  35. Set num=""
  36. Set num=`status command=MB:C/EazyUserDaemon`
  37. If NOT "$num" EQ ""
  38.     Break $num
  39. EndIf
  40.  
  41. Echo "*E[4D, done."
  42.