Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automate unzipping files
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00682623
Message ID:
00682628
Vues:
20
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform