does ne1 know of a way of doing that?
thnks
Printable View
does ne1 know of a way of doing that?
thnks
could you elaborate as to what you are talking about?
I have 1 pc Win2000 the one that i want to remotelly restart and another the one i m sitting now how could i restart trough network the other pc?
I have access to exetute scripts and executables IIS 5.0
using what language? ASP?
asp-cgi -exe -dll any lang
i think you could do it with activeX. i don't know exactly how, but i bet if you asked this in the ASP forum, someone would know. Sorry.
Totally wrong forum.
There's ExitWindowsEx API call, and InitiateSystemShutdown API call. The first is for the local computer, the second works over a network provided you have the rights.
yeah, but that couldn't be done via webpage.
Sure it can. Wrap it in a COM dll and call that from ASP. Of course, the user account the ASP script would be running under would have to have permission to shut down the computer.
man, you seem to catch all my mistakes ;)