alex_hatzisavas
Registered User.
- Local time
- Today, 10:54
- Joined
- May 18, 2006
- Messages
- 12
Hi all.
I'm trying to automate WinZip from within MS Access.
I'm using a registered version of WinZip 10.0 Pro.
I ran into some trouble when i tried to extract the contents of the Zip archive to a text file.
Here's the syntax i've been trying to use:
C:\Program Files\Winzip\Wzunzip -v
"C:\Test_Data\99_WinZip_automation_tests\test.zip"
">C:\Test_Data\99_WinZip_automation_tests\test.txt"
Test.zip is the name of the Zip archive.
It resides in folder:
C:\Test_Data\99_WinZip_automation_tests
Test.txt is the name of the text file where i would like to export the file names that are included in the WinZip archive.
Anybody ever used this functionality of WinZip?
Thank you,
Alex
I'm trying to automate WinZip from within MS Access.
I'm using a registered version of WinZip 10.0 Pro.
I ran into some trouble when i tried to extract the contents of the Zip archive to a text file.
Here's the syntax i've been trying to use:
C:\Program Files\Winzip\Wzunzip -v
"C:\Test_Data\99_WinZip_automation_tests\test.zip"
">C:\Test_Data\99_WinZip_automation_tests\test.txt"
Test.zip is the name of the Zip archive.
It resides in folder:
C:\Test_Data\99_WinZip_automation_tests
Test.txt is the name of the text file where i would like to export the file names that are included in the WinZip archive.
Anybody ever used this functionality of WinZip?
Thank you,
Alex