Jump to content

Recommended Posts

Posted (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 by erezlevi
Posted

AFAIK you cannot do it with Autoit, without DllCalls.

Posted

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>

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...