Suirad Posted December 30, 2008 Posted December 30, 2008 (edited) ive been trying to use the zip.au3 (http://www.autoitscript.com/forum/index.php?showtopic=73425) but ive run into a problem is it me or is the _zip_unzipall function not working? my code:#include <Zip.au3> $hZipfile = "2.zip" $hDestPath = "C:\folder\" _Zip_UnzipAll($hZipfile,$hDestPath) ive had it working before, but for some reason it doesnt windows XP sp3 Edited December 30, 2008 by Suirad
Suirad Posted December 30, 2008 Author Posted December 30, 2008 is there anyone that would mind helping?
PsaltyDS Posted December 30, 2008 Posted December 30, 2008 ive been trying to use the zip.au3 (http://www.autoitscript.com/forum/index.php?showtopic=73425) but ive run into a problem is it me or is the _zip_unzipall function not working? my code:#include <Zip.au3> $hZipfile = "2.zip" $hDestPath = "C:\folder\" _Zip_UnzipAll($hZipfile,$hDestPath) ive had it working before, but for some reason it doesnt windows XP sp3 Do you still have the required DLL at @SystemDir & "\zipfldr.dll"? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
LarryDalooza Posted December 30, 2008 Posted December 30, 2008 is there anyone that would mind helping?Sorry... read the topic title a couple times and dismissed it as a wardrobe malfunction.Lar. AutoIt has helped make me wealthy
Suirad Posted December 30, 2008 Author Posted December 30, 2008 (edited) Do you still have the required DLL at @SystemDir & "\zipfldr.dll"? yes i do have it.lol @larry, ive changed the topic name to better fit Edited December 30, 2008 by Suirad
Suirad Posted December 30, 2008 Author Posted December 30, 2008 ive fixed it i seem to have forgotten that both zip and directory must have their full path to work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now