Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automate unzipping files
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00682623
Message ID:
00682628
Views:
21
You can try file #10030 WinZip Manager for Visual FoxPro.

>While trying to write a small utility program, I'm having problems trying to unzip a file in code. I've tried RUN and ShellExecute of shell32.dll to no avail. I'm trying to use WinZip command-line add-on.
>
>The codes I've tried:
>
>1. RUN "c:\program files\winzip\wzunzip MyZippedFile.zip"
>2. RUN '"c:\program files\winzip\wzunzip" MyZippedFile.zip'
>3. tcFileName = '"c:\program files\winzip\wzunzip" T0164.ZIP'
> ShellExecute(0,"open",tcFileName,"","",1)
>
>Any suggestions? TIA.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform