Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RUN command help
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00142840
Message ID:
00142842
Views:
33
>I also want to PKUNzip the same files using a RUN command or better.
>
>Thanks again.
Hi Steve.

This works for me:
IF LEFT(lcDestDrive,1) = "A" OR LEFT(lcDestDrive,1) = "B" THEN
   lcRunCmd = "PKZIP -P& " + lcDestDrive + " " + "TRANSFER\*.DBF"
ELSE
   lcRunCmd = "PKZIP -P " + lcDestDrive  + " " + "TRANSFER\*.DBF"
ENDIF
RUN &lcRunCmd
Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform