is there a way I can restart a server(win 2000) by creating some cfm page and calling it via a browser?
if any one knows where shall I start from...please let me know...
Then create a cfm page with the following line in it. <CFEXECUTE NAME="C:\AbsolutePathTo\cf_whack.bat" TIMEOUT="1"/>
Keep in mind, that this page will show up as an error, because you've stopped and started the CF server while it's being processed, but the code will execute. - tleish
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.