Mattias Gaertner wrote:
> On Mon, 19 May 2008 20:26:43 +0100
> Dominique Louis <[EMAIL PROTECTED]> wrote:
>
>> Hi all,
>>I'm passing the following command to a TProcess instance...
>>
>> cp -R /SomePath/MyGame.app /SomePath/MyNewGame.app
>>
>> via it's command line property, but it did not wor
On Mon, 19 May 2008 20:26:43 +0100
Dominique Louis <[EMAIL PROTECTED]> wrote:
> Hi all,
>I'm passing the following command to a TProcess instance...
>
> cp -R /SomePath/MyGame.app /SomePath/MyNewGame.app
>
> via it's command line property, but it did not work.
Did you try the full filename?
Dominique Louis schreef:
> Hi all,
>I'm passing the following command to a TProcess instance...
>
> cp -R /SomePath/MyGame.app /SomePath/MyNewGame.app
>
> via it's command line property, but it did not work.
>
Maybe you should give a full path for cp. So
/bin/cp -R /SomePath/MyGame.app /Some
Hi all,
I'm passing the following command to a TProcess instance...
cp -R /SomePath/MyGame.app /SomePath/MyNewGame.app
via it's command line property, but it did not work.
I then tried fpsystem, passing it the same string and it also fails with
a 16384 error, which I've spent the last half h