Hi Rob,
This works great! Since the password is always the same can I pass in the password through the script without having to type it in everytime? Thanks for your tremendous help on this!
Jeff
Main Topics
Browse All TopicsI have a zip file that I want to open and extract the files to a 'Temp' folder. The zip file is password protected but it is always the same. I have created some code that opens a drop down box and allows the user to select the file e.g. SCRI_2009.zip. I have the drop down working but I get stuck from there. I would like for the files to be extracted to the temp folder when the file is selected. Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi, well, I cannot find any option to supply a password to the native Windows extraction tool. I have provided code that uses the UltimateZip Command Line Tool to extract the files instead, which has the ability to have the password provided to it.
Download the UltimateZip command line tool, and change this line
strUZip = "N:\Utilities\UltimateZip Command Line Tool\uzext.exe"
and for the password, change this line
strPassword = "password"
The rest should work fine.
Regards,
Rob.
Business Accounts
Answer for Membership
by: RobSampsonPosted on 2009-10-01 at 17:20:28ID: 25474317
Hi, try this.
Regards,
Rob.
Select allOpen in new window