Why the TAR command ran OK in console and didn't run OK via TProcess.Execute?

Because the *.* is resolved by BASH, and not by TAR

So tar does not see *.*

It sees (on the first command), what bash transforms that into

You need to use code to do what bash does, which is expand *.* into
all the files of the directory.

--
Felipe Monteiro de Carvalho

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to