Re: [lazarus] TProcess.Input problem

2007-11-30 Thread Vincent Snijders
Malcolm Poole schreef: Henry Vermaak wrote: On 29/11/2007, Vincent Snijders [EMAIL PROTECTED] wrote: Maybe you can use dar_slave instead? http://dar.linux.free.fr/doc/man/dar_slave.html I'll have to reread the docs for dar-slave again: I don't think I fully grasped its relationship to

[lazarus] TProcess.Input problem

2007-11-29 Thread Malcolm Poole
Hello everyone! I am trying to write a front-end for the command-line archiving program dar ( http://dar.linux.free.fr/ ) I can read happily from the dar Process.Output but am not managing to respond using Process.Input When extracting an archive using the commandline, when dar finds a file to

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Marc Weustink
Malcolm Poole wrote: Hello everyone! I am trying to write a front-end for the command-line archiving program dar ( http://dar.linux.free.fr/ ) I can read happily from the dar Process.Output but am not managing to respond using Process.Input When extracting an archive using the commandline,

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Malcolm Poole
Marc Weustink wrote: Malcolm Poole wrote: Hello everyone! I am trying to write a front-end for the command-line archiving program dar ( http://dar.linux.free.fr/ ) I can read happily from the dar Process.Output but am not managing to respond using Process.Input When extracting an archive

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Marc Weustink
Malcolm Poole wrote: Marc Weustink wrote: Malcolm Poole wrote: Hello everyone! I am trying to write a front-end for the command-line archiving program dar ( http://dar.linux.free.fr/ ) I can read happily from the dar Process.Output but am not managing to respond using Process.Input When

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Malcolm Poole
Marc Weustink wrote: Malcolm Poole wrote: Marc Weustink wrote: Malcolm Poole wrote: Hello everyone! I am trying to write a front-end for the command-line archiving program dar ( http://dar.linux.free.fr/ ) I can read happily from the dar Process.Output but am not managing to respond using

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Michael Van Canneyt
On Thu, 29 Nov 2007, Malcolm Poole wrote: Marc Weustink wrote: Malcolm Poole wrote: Marc Weustink wrote: Malcolm Poole wrote: Hello everyone! I am trying to write a front-end for the command-line archiving program dar ( http://dar.linux.free.fr/ ) I

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Vincent Snijders
Michael Van Canneyt schreef: On Thu, 29 Nov 2007, Malcolm Poole wrote: Marc Weustink wrote: Malcolm Poole wrote: Hello everyone! I am trying to write a front-end for the command-line archiving program dar ( http://dar.linux.free.fr/ ) Is it possible that it is ignoring stdin because it

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Marc Weustink
Vincent Snijders wrote: Michael Van Canneyt schreef: On Thu, 29 Nov 2007, Malcolm Poole wrote: Marc Weustink wrote: Malcolm Poole wrote: Hello everyone! I am trying to write a front-end for the command-line archiving program dar ( http://dar.linux.free.fr/ ) Is it possible that it is

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Henry Vermaak
On 29/11/2007, Vincent Snijders [EMAIL PROTECTED] wrote: Maybe you can use dar_slave instead? http://dar.linux.free.fr/doc/man/dar_slave.html use libdar, i'd say. but bindings need to be created from the c++. Vincent henry

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Malcolm Poole
Henry Vermaak wrote: On 29/11/2007, Vincent Snijders [EMAIL PROTECTED] wrote: Maybe you can use dar_slave instead? http://dar.linux.free.fr/doc/man/dar_slave.html I'll have to reread the docs for dar-slave again: I don't think I fully grasped its relationship to dar. use libdar, i'd

Re: [lazarus] TProcess.Input problem

2007-11-29 Thread Marc Santhoff
Am Donnerstag, den 29.11.2007, 23:27 + schrieb Malcolm Poole: I've thought of a workaround for overwriting files using only dar, but I think I may need to scale down my app a bit to avoid situations where dar asks for input. This would be best, you could integrate anything necessary in