Re: [fpc-pascal] exec with many params

2005-09-02 Thread Michael Van Canneyt
On Tue, 21 Jun 2005, Antal wrote: > in linux I can't use the exec for executing a program with more than one > parameter. > I tried to supply more than a parameter separeted with whitespace, but > it's not reliable, since the program is treating it as just one parameter > > so I can't pass opti

Re: [fpc-pascal] exec with many params

2005-09-02 Thread Marco van de Voort
> in linux I can't use the exec for executing a program with more than one > parameter. "the exce" ? Which exec? Can you provide an example? > I tried to supply more than a parameter separeted with whitespace, but > it's not reliable, since the program is treating it as just one parameter > > so

Re: [fpc-pascal] Exec with many params

2005-06-23 Thread Marco van de Voort
> a single parameter when executing a file > let's change the above example to > cat ~/anyfile1 ~/anyfile2 > or just: > dir /p c: > > or anything else, which needs many params > > Anyway, if using the shell() would help in linux, it's a good hint. > But for portability what do I do in other OS? >

Re: [fpc-pascal] Exec with many params

2005-06-23 Thread Florian Klaempfl
Antal wrote: >>>in linux I can't use the exec for executing a program with more than one >>>parameter. >>>I tried to supply more than a parameter separeted with whitespace, but >>>it's not reliable, since the program is treating it as just one parameter >>> >>>so I can't pass options to programs,

Re: [fpc-pascal] exec with many params

2005-06-22 Thread Peter Vreman
> in linux I can't use the exec for executing a program with more than one > parameter. > I tried to supply more than a parameter separeted with whitespace, but > it's not reliable, since the program is treating it as just one parameter > > so I can't pass options to programs, such as: > ls -l .*