Delta01 Posted February 27, 2008 Posted February 27, 2008 Well, i want to know if AutoIt can send packets to a local process, not a website or anything, just a process that's running on the computer. If it can, what is the command? Thanks
evilertoaster Posted February 27, 2008 Posted February 27, 2008 Autoits winsocks functions can send packets to any ipaddress that has a listening socket on a specified port. TCPSend() and UDPSend() are the specific functions that send the data.
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