[Lazarus] Reduce memory usage of LCL article

Luiz Americo Pereira Camara luizmed at oi.com.br
Tue May 20 12:04:48 CEST 2008


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 /SomePath/MyNewGame.app

Vincent



More information about the Lazarus mailing list