Hi list, I want to restart CF on box A from box B using CF everytime the service crashes on box A. I tried it with cfexecute, running a mapped drive K on box B with the following: <CFEXECUTE NAME="K:\winnt\system32\cmd.exe" ARGUMENTS="K:\cfusion\bin\cycle_new.bat" Timeout="120"> </CFEXECUTE>
In cycle_new.bat I have: @ECHO ON net stop "Cold Fusion Application Server" net start "Cold Fusion Application Server" @ECHO OFF PAUSE But it is not working due to a cfexecute problem. Do you know, if there is another way to do this ? Thanks. Uwe ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

