Link to home
Start Free TrialLog in
Avatar of mroberso
mroberso

asked on

Shell command and PKUNZIP

I have the following code in a VB4-16 program
I = Shell("PKUNZIP -o A:\ORG-DET.ZIP", 0)
When i converted the program to VB5 this no longer works. I get "File Not Found" (53)
What i would like is get the PKUNZIP.exe out of my H:\ drive
and have it unzip the ORG-DET.ZIP file in the A:\ drive
ASKER CERTIFIED SOLUTION
Avatar of Dr. Kamal Mehdi
Dr. Kamal Mehdi
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial