erezlevi Posted January 25, 2008 Posted January 25, 2008 (edited) can I use TCPrecv on an existing session? (if another program opened it)? I'v opened a telnet session via: run ("telnet 192.158.28.28 -f c:\erez.txt") because when a computer is logged off, you can't use control send and send function I want to be able to connect to that port and send the TCP data myself using TCPsend, but I can't attach to the socket, any idea? Edited January 25, 2008 by erezlevi
McGod Posted January 25, 2008 Posted January 25, 2008 AFAIK you cannot do it with Autoit, without DllCalls. [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
schilbiz Posted January 25, 2008 Posted January 25, 2008 AFAIK you cannot do it with Autoit, without DllCalls. Chip I was curious to see your website example but there was nothing on it. And after I viewed the source this is what I saw.. is this a work in progress or is something not working? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML>
erezlevi Posted January 26, 2008 Author Posted January 26, 2008 can anyone tell me what DLLCALL can i use here and how?
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