I am trying currently to unzip using exec() and pkunzip under windows. I have been unsuccessful and I am hoping someone out there has done this.
Here is the line of code that I am trying to use.
exec("c:\pkunzip.exe -e $localfile");
Am I missing something?
Cheers,
John