Gigglestick Posted December 14, 2005 Share Posted December 14, 2005 (edited) VERY nice UDF's! Can we include the DLL and these UDF's with the AutoIt distribution? Perhaps put a FileInstall of the DLL at the top of the UDF file so it will be automatically included by simply including the UDF file? Edited December 14, 2005 by c0deWorm My UDFs: ExitCodes Link to comment Share on other sites More sharing options...
gcriaco Posted December 15, 2005 Share Posted December 15, 2005 VERY nice UDF's! Can we include the DLL and these UDF's with the AutoIt distribution?Perhaps put a FileInstall of the DLL at the top of the UDF file so it will be automatically included by simply including the UDF file?Agreed. Link to comment Share on other sites More sharing options...
Horatio Posted January 17, 2006 Share Posted January 17, 2006 I saw on the forum some tips how to use "autoIt" to zip files; my problem is: I need to zip every day multiple files and to give the right date (dd-mm-yyyy) at the zipped files, with different days of course. Greatings Horatio Link to comment Share on other sites More sharing options...
KXM Posted January 18, 2006 Share Posted January 18, 2006 Do as you'd like with my code, but I don't think you can include the .dll in an AutoIt install. Link to comment Share on other sites More sharing options...
jzn2 Posted September 28, 2006 Share Posted September 28, 2006 Do as you'd like with my code, but I don't think you can include the .dll in an AutoIt install.Cant you include .inf files? you could have it output the info inside the .dll into a new file... Link to comment Share on other sites More sharing options...
Psibernetic Posted January 21, 2007 Share Posted January 21, 2007 I am using KXM's BEAUTIFUL code (THANK YOU MAJORLY) ps I didnt have my caps lock on by accident...lol.....I only noticed one problem, I ahve a feeling loading the dll with regsvr32 and not pausing for it to complete...could lock up a program...perhaps a runwait() command?: runwait(_DOSstart(*******)), or perhaps a seprate lil function to use at the begginning of a program like _LoadXZipDll($DLLlocation) so that you dont slow down the execution of the zip function..(right now it re issues the command each time a zip file is opened...If I understand right it only needs to be ran when the program starts)if you wanna see the locking up Securacy does it for now.. its in my signiture... btw KXM add your name to the comments on your UDF I wasnt sure to give credit too for a bit [sup]Psibernetic[/sup]My Creations:X-HideSecuracy Link to comment Share on other sites More sharing options...
erebus Posted January 21, 2007 Share Posted January 21, 2007 Hello, good work so far! Can we have progress info when unzipping (for the current file and for the total progress too)? Anyone? Link to comment Share on other sites More sharing options...
ihope Posted June 3, 2007 Share Posted June 3, 2007 thanx man and finally DLL file is herehttp://www.mydatabus.com/public/ihope_share/xzip.zip Link to comment Share on other sites More sharing options...
Rick Posted June 3, 2007 Share Posted June 3, 2007 (edited) thanx man and finally DLL file is herehttp://www.mydatabus.com/public/ihope_share/xzip.zip are there any examples of use? and does the dll work with win98 -vista? Edited June 3, 2007 by Rick Who needs puzzles when we have AutoIt!! Link to comment Share on other sites More sharing options...
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