Delphi remote shutdown

Get help on programming - C++, Java, Delphi, etc.
Post Reply
Eviltoast
Registered User
Posts: 22
Joined: 01 Jul 2004, 02:00

Delphi remote shutdown

Post by Eviltoast »

i have a network at home, how do i shutdown a computer remotely using delphi. I want to create one button for every pc.!!!!!

Thanks!!!!
tuga
Registered User
Posts: 6
Joined: 21 Oct 2005, 02:00

Post by tuga »

Please Tel me what are you using in your program to communicate with your clients pc. eg: IndyServer, IndyClients

Or if you are using static ip addresses for your clients use this function

InitiateSystemShutdown()

inside the brackets goes some parameters, check delphi help on the function.

if you cant get it let me know, i will send you the full code. 8O
PHR33K
Registered User
Posts: 779
Joined: 05 Sep 2004, 02:00
Contact:

Post by PHR33K »

yeah... indy clients would be best... simplest.

Why not just write a simple vbs file? much quicker
Post Reply