RE: Can CF Detect a Win32 Service?

2003-08-20 Thread Ryan Emerle
There are CFX tags that will allow interaction and listing of services and their states (CFX_Service is one). Or, you can CFEXECUTE "net start" to get a list of started services (then "net start " or "net stop ") Depends on what you are trying to do.. -Original Message- From: David Ada

RE: Can CF Detect a Win32 Service?

2003-08-20 Thread Mike Townend
On the CoolFusion.com site there is a cfx_servicecontrol tag that allows you to monitor/start/stop service HTH Mikey -Original Message- From: David Adams [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 20:01 To: CF-Talk Subject: Can CF Detect a Win32 Service? Is it possi

Re: Can CF Detect a Win32 Service?

2003-08-20 Thread jon hall
The standard way to check a Win32 service is ADSI. Since ADSI doesn't have a standard COM interface even though it acts like it, it couldn't be accessed from CF previous to MX. However...since JIntegra does have support for ADSI, I'm thinking MX just might be able to talk to active directory. http

Re: Can CF Detect a Win32 Service?

2003-08-20 Thread Howie Hamlin
CFX_ServiceControl does this. You can download the freeware tag from: http://www.coolfusion.com/downloads/freeware.cfm HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server ((()))

RE: Can CF Detect a Win32 Service?

2003-08-20 Thread Raymond Camden
Sure - you can use cfexecute to list our running services. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email: [E