I still can't get this working. I put the command line below into windows command prompt and it successfully created a test.tar file.
Code:
C:UnxUtilsusrlocalwbintar.exe -cf C:UsersTomDocumentstest.tar -C C:wampwwwwebsiteshop catalog
I had to drop the z parameter for it to work because it was giving an error...
Quote:
|
Cannot use compressed or remote archives
|
But using the same line above in shell_exec in my php web page doesn't seem to be doing anything.

x10
Code:
shell_exec("C:UnxUtilsusrlocalwbintar.exe -cf C:UsersTomDocumentstest.tar -C C:wampwwwwebsiteshop catalog");
Edit: Forum has stripped slashes in code above