Gigglestick 2 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 Share this post Link to post Share on other sites
gcriaco 1 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. Share this post Link to post Share on other sites
Horatio 0 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 Share this post Link to post Share on other sites
KXM 1 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. Share this post Link to post Share on other sites
jzn2 0 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... Share this post Link to post Share on other sites
Psibernetic 0 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 Share this post Link to post Share on other sites
erebus 1 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? Share this post Link to post Share on other sites
ihope 0 Posted June 3, 2007 thanx man and finally DLL file is herehttp://www.mydatabus.com/public/ihope_share/xzip.zip Share this post Link to post Share on other sites
Rick 2 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!! Share this post Link to post Share on other sites