PDA

Click to See Complete Forum and Search --> : UnZIP an Unzip Files


Luis Moises Rojas
Nov 2nd, 1999, 07:02 PM
Urgent!!!, I have many image files ZIP. How could i write an app. To UNZIP the files? The problem is that once you unzip the images files the files are ZIP and you have to unzip then again until the images files appears

ramdasv
Nov 2nd, 1999, 10:51 PM
use the shell command and the pkunzip.exe utility to unzip

Call it recursively to unzip all files.

ProcessID = shell(exename parameters...)
OR
shell exename parameters..