Francois,
Thanks very much for your support!
PS: I owe you a picture post-card now that I will start using the modules.
[twsocket] TnScript: Changes needed to make it work with
Francois PIETTE francois.piette at skynet.be
Mon Feb 1 18:24:33 UTC 2010
Previous message: [twsocket] TnScript
Hello Wayne,
I'm including the a very simple demo that I compiled and worked with
Delphi7. It sees the login, supplies the user, password and ctrl-C to
needed for our login. I then took the same source and compiled with
Delphi2010. When I click the Connect button, I see the same "login:"
prom
nt(3, 'Control-C', #13#3, [efIgnoreCase], nil);
TnScript2.Connect;
end;
procedure TForm1.DisconnectButtonClick(Sender: TObject);
begin
TnScript2.Disconnect;
end;
procedure TForm1.ExitButtonClick(Sender: TObject);
begin
close;
end;
end.
List: twsocket
Subject: Re: [twsocket] TnScript: Ch
I have some utilities based on TnScript that work fine with Delphi-7
and the latest ICS. The same program when compiled with Delphi2010
does not recognize the add event strings in the telnet session.
I'm assuming this is another case where judicious application of
ansiString is needed to accomm
Hello,
I have some utilities based on TnScript that work fine with Delphi-7
and the latest ICS. The same program when compiled with Delphi2010
does not recognize the add event strings in the telnet session.
I'm assuming this is another case where judicious application of
ansiString is needed to