Thanks for answer. I have already found solution like same way. :)
<cfexecute name="C:\WINDOWS\system32\shutdown.exe" arguments="-f -r"> </cfexecute> Problem has been solved. Thanks again. Oguz Demirkapi -----Original Message----- From: Russ [mailto:[EMAIL PROTECTED] Sent: Montag, 13. Juni 2005 23:50 To: CF-Talk Subject: RE: Server Restart Yea, just use cfexecute, something like this <cfexecute name="c:\windows\system32\shutdown.exe" arguments="-r -f"> -----Original Message----- From: Tarantor [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 5:10 PM To: CF-Talk Subject: Server Restart Hi, I have a dedicated server with Win2k3 and I want to restart it. But terminal services does not work now. I can only reach my server tomorrow morning. But ftp and CF (CFMX7) are working and I can upload any CF code to the server. I thought that I can restart server with a simple CF code. :-) I will check a solution with CFExecute etc., but if you have already a small code or a tip, that would be great. Best regards, O�uz Demirkap� ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209368 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

