#include <stdlib.h>
int main(void){
system("shutdown -r -f -m \\192.168.1.104 -t 60");
return 0;
}
This command closes a computer on the network, i tried it and it works fine. All i need is to my program to run it so I can run it with the IP adress i will give him. I have been working on...
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.