RE: restarting a service

2002-05-10 Thread Weaver, Anthony
Couldn't you use CFEXECUTE and call a bat file that does a NET STOP and NET START ? -Original Message- From: Mario Martinez [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:13 AM To: CF-Talk Subject: restarting a service Hi friends: This is my problem: I need to restart a

RE: restarting a service

2002-05-10 Thread mynews
Or you could schedule the .bat file in Win 2000 scheduler = = = Original message = = = Couldn't you use CFEXECUTE and call a bat file that does a NET STOP and NET START ? -Original Message- From: Mario Martinez [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:13 AM To: CF-Talk

RE: restarting a service

2002-05-10 Thread Rob Baxter
If you're looking to schedule it I wouldn't even bring CF into the equation. Just create a batch file with net stop and a net start command for your service, and then use the NT scheduler to have it run at your desired times. Unless you need to be able to execute this via the web, there's no need

Re: restarting a service

2002-05-10 Thread Howie Hamlin
We have a free cfx that you can use to query services and stop/start them. You can download it from: ftp://ftp.coolfusion.com/pub/ods/cfx_servicecontrol/cfx_servicecontrol.zip HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668

RE: restarting a service

2002-05-10 Thread Ian Tait
To: CF-Talk Subject: RE: restarting a service Couldn't you use CFEXECUTE and call a bat file that does a NET STOP and NET START ? -Original Message- From: Mario Martinez [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:13 AM To: CF-Talk Subject: restarting a service Hi friends

Re: restarting a service

2002-05-10 Thread Mario Martinez
on errorlevels and send mail, write to error log etc etc. Ian -Original Message- From: Weaver, Anthony [mailto:[EMAIL PROTECTED]] Sent: 10 May 2002 15:28 To: CF-Talk Subject: RE: restarting a service Couldn't you use CFEXECUTE and call a bat file that does a NET STOP and NET START

RE: restarting a service

2002-05-10 Thread Mark A. Kruger - CFG
server above). -mk -Original Message- From: Weaver, Anthony [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 9:28 AM To: CF-Talk Subject: RE: restarting a service Couldn't you use CFEXECUTE and call a bat file that does a NET STOP and NET START ? -Original Message- From