View Single Post

  #11 (permalink)  
Old 28-08-2008, 01:54 PM
Tom Tom is offline
Wannabe Geek
 
Join Date: Jan 2007
Location: Kildare, Ireland
Posts: 185
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Tom is a splendid one to beholdTom is a splendid one to beholdTom is a splendid one to beholdTom is a splendid one to beholdTom is a splendid one to beholdTom is a splendid one to beholdTom is a splendid one to behold
Default

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
__________________
MGS Web Design - Web Design Kildare, Web Design Ireland

Last edited by Tom; 28-08-2008 at 01:56 PM.
Reply With Quote