Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using WinZip
Message
From
30/07/2001 16:24:57
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00527556
Message ID:
00537455
Views:
24
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
Previous
Reply
Map
View

Click here to load this message in the networking platform