fusion400 Posted June 1, 2010 Posted June 1, 2010 Is it possible to in a simple way make a remote reboot and vnc callback software in autoit. It should work over WAN. My thoughts is a software that can put up a list of computers with the Computers Name and IP. So that i can easily reboot them and make a vnc callback to administer the computers. This would require some sort of server / client app. It should be able to send stuff like shutdown -r -f to force a computer to reboot. Thanks in advance.
exodius Posted June 2, 2010 Posted June 2, 2010 Is it possible to in a simple way make a remote reboot and vnc callback software in autoit.Yes.It should work over WAN.My thoughts is a software that can put up a list of computers with the Computers Name and IP.So that i can easily reboot them and make a vnc callback to administer the computers.This would require some sort of server / client app.It should be able to send stuff like shutdown -r -f to force a computer to reboot.Thanks in advance.Look at the TCP#### functions in the help file, and do some searching on the forums, TCP server/clients have been discussed aplenty 'round here.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now