Hyflex Posted May 12, 2009 Posted May 12, 2009 The remote computers IP: 192.168.1.110 If I press Numpad 0 I want it to make the other system press the normal number 5 Same for: Numpad5 -> 1 numpad6 -> 2 numpad7 -> 3 numpad8 -> 4 numpad9 -> 6 Is that possible to do with autoit? If not, is there a way to send to a window without it making it jump to the top as in focus..?
TurionAltec Posted May 12, 2009 Posted May 12, 2009 You can use a client server model using TCPListen/TCPconnect/TCPAccept / TCPSend/TCPRecv Set the "server" to listen on the remote machine Have your "client" listen for keypresses via hotkeyset or _ispressed or something, and then send commands through the TCP connection.
Hyflex Posted May 12, 2009 Author Posted May 12, 2009 Use VNC.I want to be on a certain window on this system and it has to be immediate (healing my character with preist (remote pc))
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