Re: [Lazarus] TProcess 2-way conversation

2009-03-13 Thread Dave Coventry
Hi Vincent, 2009/3/13 Vincent Snijders : > See the process example: > > http://wiki.lazarus.freepascal.org/Executing_External_Programs#Using_input_and_output_of_a_TProcess > and > https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/examples/process/ > > Vincent That was the article on whi

Re: [Lazarus] TProcess 2-way conversation

2009-03-13 Thread Dave Coventry
Thanks guys! Actually, as I sent it off I thought "This isn't the best way of doing this" and I thought I might get either a dignified lack of response or howls of derision! But I'm having great difficulty in stalling any of the Internet suites: lNet doesn't install because of a missing __front_t

Re: [Lazarus] TProcess 2-way conversation

2009-03-13 Thread Vincent Snijders
Dave Coventry schreef: > Hi, > > I'm writing a quick an dirty app to automate some commands which would > normally be issued by a terminal something like PuTTy. > > To do this I'm using TProcess to call plink.exe and then trying to ssh > into the remote box and issue commands. > > In short I wan

Re: [Lazarus] TProcess 2-way conversation

2009-03-13 Thread Burkhard Carstens
Am Freitag, 13. März 2009 12:23 schrieb Dave Coventry: > Hi, > > I'm writing a quick an dirty app to automate some commands which > would normally be issued by a terminal something like PuTTy. > > To do this I'm using TProcess to call plink.exe and then trying to > ssh into the remote box and issue

[Lazarus] TProcess 2-way conversation

2009-03-13 Thread Dave Coventry
Hi, I'm writing a quick an dirty app to automate some commands which would normally be issued by a terminal something like PuTTy. To do this I'm using TProcess to call plink.exe and then trying to ssh into the remote box and issue commands. In short I want to log into the remote box and execute