On Tuesday 05 July 2005 13:29, Robert Walters wrote: > Since we are using Windows 2003 I was hoping you could send one command > to Services and it would then stop and start it like the manual Windows > Services screen does.
Just cfexecute a batch file that runs net stop/net start. Optionally use that batch file to set up an 'at' (at cmd, type 'at /?') job for a time a little in the future, if the server shutdown takes down the running batch script too. -- Tom Chiverton Advanced ColdFusion Programmer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5492 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
