I am trying to unzip files.
I used the API function called ShellExecute() by Mike Lewis.
This function works fine, with this sytax:
do OpenFile with 0,"open","c:\temp\dtec-l.zip","","",1
But the problem is, that WinZip is opened first, and
I have to unzip this file manually.
I want immediately extraction of the file!!
How can I do that?!
Is there another way?
Rogy
I used the API function called ShellExecute() by Mike Lewis.
This function works fine, with this sytax:
do OpenFile with 0,"open","c:\temp\dtec-l.zip","","",1
But the problem is, that WinZip is opened first, and
I have to unzip this file manually.
I want immediately extraction of the file!!
How can I do that?!
Is there another way?
Rogy