Hello all respectable AutoIT Guru's....
I got a ton of help on the last post and I really appreciated you guys pointing me in the right direction.
I am attempting to write a little program for a blind lady who downloads books from the braille institute. I need to make it easy for her to extract all of the downloaded books and put them into a folder well actually a cassette that she plugs in via USB.
The files all come down as .zips and will be placed in one folder. I need a program to go through and unzip all of the ".zips" and copy or place all of the contents into her cassette drive or usb drive.
I have been looking for like two weeks and I see alot on zipping or adding files to archives however I am having a ton of trouble trying to unzip. I have downloaded all of the UDFs and am still unable to do it. Please help me out in any way you can!
Thanks in advance,
GP
here is what I have not that it does anything...
#include <zip.au3>
_Zip_UnzipAll("C:\Users\gerrit.corporate\Desktop\adobecscleaner.zip", "C:\Users\gerrit.corporate\Desktop\Unzipped", 1)
I got a ton of help on the last post and I really appreciated you guys pointing me in the right direction.
I am attempting to write a little program for a blind lady who downloads books from the braille institute. I need to make it easy for her to extract all of the downloaded books and put them into a folder well actually a cassette that she plugs in via USB.
The files all come down as .zips and will be placed in one folder. I need a program to go through and unzip all of the ".zips" and copy or place all of the contents into her cassette drive or usb drive.
I have been looking for like two weeks and I see alot on zipping or adding files to archives however I am having a ton of trouble trying to unzip. I have downloaded all of the UDFs and am still unable to do it. Please help me out in any way you can!
Thanks in advance,
GP
here is what I have not that it does anything...
#include <zip.au3>
_Zip_UnzipAll("C:\Users\gerrit.corporate\Desktop\adobecscleaner.zip", "C:\Users\gerrit.corporate\Desktop\Unzipped", 1)