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