1
Skwire Empire / Re: Compressing files into multiple .zip archives with each .zip being independe
« on: March 19, 2008, 11:56 AM »Works amazing might i suggest new features now-ampedm (March 19, 2008, 04:43 AM)
Thanks for the compliment.- Making the priority of spinzip higher than izarcc and izarcc's lower so the spinzip window doesn't freeze.-ampedm (March 19, 2008, 04:43 AM)
Well, it's not really a matter of process priority. Moreso, it's a matter of the main form waiting for the zipping process to finish. I made some internal changes that should alleviate most (if not all) of this behaviour.- Cancel button of process.-ampedm (March 19, 2008, 04:43 AM)
Added. From the changelog:19 Mar 2008 - v0.0.9.0
* Changed up the code to make the main form more responsive while
creating zips. Thanks, ampedm.
* The "Generate" button now turns into a "Cancel" button while zips
are being created. Also, all controls except this button are now
disabled while zip creation is going on. Thanks, ampedm.
New link for v0.0.9.0: http://www.autohotke...p-setup-v0.0.9.0.exe
Please let me know how this version works out for you. Thanks.-skwire (March 19, 2008, 07:39 AM)
Nice Nice, it doesn't freeze anymore and i can cancel it. The file menu is also working so i can choose to exit.
Works pretty much perfectly, i don't know what else to add

Oh wait... how about minimizing to the system tray and removing the prog from the taskbar during generation of zip files? Bubbles would pop up saying "Compressing file [3/10] *SPACE* *NAME*" just throwing a thought out there...

This might be a longshot but is it also possible to include a "comment file" ie txt etc... from a specific folder in EACH archive the program zips? I am saying its a longshot because that might not be supported by izarcc's command line.
I.e take "comment.txt" from C:/ while going through files in C:/myfiles and include it in every archive...