Re: [fpc-pascal] How to execute a command line

2008-11-19 Thread Jonas Maebe
On 19 Nov 2008, at 20:53, Felipe Monteiro de Carvalho wrote: I was asking myself how to execute a command line, so I went to use Unix.shell, but now it seams to be deprecated. What should I be using instead? unix.fpsystem Not TProcess, because I don't know the exact path of what I am calli

[fpc-pascal] How to execute a command line

2008-11-19 Thread Felipe Monteiro de Carvalho
Hello, I was asking myself how to execute a command line, so I went to use Unix.shell, but now it seams to be deprecated. What should I be using instead? Not TProcess, because I don't know the exact path of what I am calling, I would like to use something in the path. I also need something that