Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using WinZip
Message
De
30/07/2001 16:24:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00527556
Message ID:
00537455
Vues:
23
Here's what I have coded:

oVar.ZipFname = allt(m.att_file)

oVar.WinZipCmndLn = ALLT(oVar.WinZipLoc) + ;
" -e -o " + ;
ALLT(oVar.ZipFname) + " " + ALLT(oVar.ZipTargetPath)

oProcess = CREATEOBJECT("API_APPRUN", allt(oVar.WinZipCmndLn),"","NOR")
oProcess.LaunchAppAndWait()
WAIT CLEAR
oVar.ZipStatus = oProcess.CheckProcessExitCode()
oProcess = .NULL.

RELEASE CLASSLIB PROCESS
Thanks in Advance.

J. Turner
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform