|
skwire
|
 |
« Reply #75 on: March 19, 2008, 07:39:51 AM » |
|
Works amazing might i suggest new features now  Thanks for the compliment. - Making the priority of spinzip higher than izarcc and izarcc's lower so the spinzip window doesn't freeze.
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.
Added. From the changelog: [ copy or print] 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://skwire.dcmembers.c...pinzip-setup-v0.0.9.0.exePlease let me know how this version works out for you. Thanks.
|
|
|
|
« Last Edit: January 18, 2009, 07:09:03 AM by skwire »
|
Logged
|
|
|
|
|
ampedm
|
 |
« Reply #76 on: March 19, 2008, 11:56:04 AM » |
|
Works amazing might i suggest new features now  Thanks for the compliment. - Making the priority of spinzip higher than izarcc and izarcc's lower so the spinzip window doesn't freeze.
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.
Added. From the changelog: [ copy or print] 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.autohotkey.net...pinzip-setup-v0.0.9.0.exePlease let me know how this version works out for you. Thanks. 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...
|
|
|
|
« Last Edit: March 19, 2008, 11:59:46 AM by ampedm »
|
Logged
|
|
|
|
|
convert
|
 |
« Reply #77 on: March 20, 2008, 05:11:20 PM » |
|
hi, just a question but is it possible to zip subfolders within a folder instead of files into separate zip files? eg d:\folder\folder1 d:\folder\folder2 d:\folder\folder3 d:\folder\folder4
into
d:\folder\folder1.zip d:\folder\folder2.zip d:\folder\folder3.zip d:\folder\folder4.zip
am i making sense?
|
|
|
|
|
Logged
|
|
|
|
|
|
skwire
|
 |
« Reply #78 on: March 21, 2008, 06:42:13 AM » |
|
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...  I'll give that some thought. 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.
That's the beauty of a front-end; you can make it do things that that cannot be done simply on the command-line. I'll give this request some thought as well. Thanks for the ideas.
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #79 on: March 21, 2008, 06:48:15 AM » |
|
hi, just a question but is it possible to zip subfolders within a folder instead of files into separate zip files?
[...]
am i making sense?
Yep, perfect sense. Wooo...a fourth output mode. =] I'll try to find time to add this in the near future. This weekend is pretty much full...hockey tournament, daughter's birthday party, and who knows what else. =]
|
|
|
|
|
Logged
|
|
|
|
|
DrLucky
|
 |
« Reply #80 on: October 16, 2008, 09:14:15 PM » |
|
Hello skywire, awesome program!!! One of my favorites, it did most of what I wanted!
I was wondering if you could make a version and add .7z support? Like have an option between .zip and .7z. Also, if you could have an "undo" program. SO that it will unzip all the zipped files in a master folder and delete the zip file. If I had to chose, though, I'd rather have the .7z support.
again, thanks for the great program!
Kris - DrLucky
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #81 on: October 17, 2008, 12:48:40 AM » |
|
Hello skywire, awesome program!!! One of my favorites, it did most of what I wanted! Thanks for the kind compliments. I was wondering if you could make a version and add .7z support? Like have an option between .zip and .7z. I had originally tried using the 7z binary for the backend but there were some things that it couldn't do easily (exactly what escapes me at the moment...it's been a while :) so that's why I switched over to the IZarc binary. Unfortunately, the IZarc command-line binary cannot make 7z files (though the main IZarc application can). Also, if you could have an "undo" program. SO that it will unzip all the zipped files in a master folder and delete the zip file. If I had to chose, though, I'd rather have the .7z support. Hmmm...wouldn't that be the responsibility of your chosen compression program? Most of the compression suites I've tried have that capability in their right-click menu. For WinRAR, it's called "Extract here..." in the right-click menu and, for IZarc, it's called "Extract to..." Each of these options pop up a dialog allowing you to choose where to extract all selected files. again, thanks for the great program! You're most welcome. =]
|
|
|
|
« Last Edit: October 17, 2008, 12:52:57 AM by skwire »
|
Logged
|
|
|
|
|
DrLucky
|
 |
« Reply #82 on: October 17, 2008, 09:12:39 AM » |
|
Also, if you could have an "undo" program. SO that it will unzip all the zipped files in a master folder and delete the zip file. If I had to chose, though, I'd rather have the .7z support. Hmmm...wouldn't that be the responsibility of your chosen compression program? Most of the compression suites I've tried have that capability in their right-click menu. For WinRAR, it's called "Extract here..." in the right-click menu and, for IZarc, it's called "Extract to..." Each of these options pop up a dialog allowing you to choose where to extract all selected files. yes, I know they can do that, but I have a Folder and file structure I zipped with spinzip with thousands of files and folders, it would take forever to go to each folder and extract all of the zips! I was looking for a way to put in a master folder and have the program unzip all found zips(in a large maze of folders) and delete the zips afterward. thanks! Kris
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #83 on: October 17, 2008, 10:10:21 AM » |
|
yes, I know they can do that, but I have a Folder and file structure I zipped with spinzip with thousands of files and folders, it would take forever to go to each folder and extract all of the zips!
I was looking for a way to put in a master folder and have the program unzip all found zips(in a large maze of folders) and delete the zips afterward. Ah, I see. There is a utility out there that does exactly that. It's called Unziplify and you can find it here: http://www.silverbandsoftware.com/tabdown/unziplify/ You'll notice on the screenshot page that one of the options is "Search subfolders for archives to extract."
|
|
|
|
|
Logged
|
|
|
|
|
DrLucky
|
 |
« Reply #84 on: October 17, 2008, 03:12:38 PM » |
|
awesome! Thanks for the link!
oh, and let me know if you ever make a 7z version!
Kris
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #85 on: January 18, 2009, 07:10:14 AM » |
|
I had a report of the installer link not working so I updated it to point at my dcmembers.com webspace. I'll also update the second post in the thread so people don't have to read through the whole thing to get to the latest installer.
|
|
|
|
|
Logged
|
|
|
|
|
stisev
|
 |
« Reply #86 on: September 10, 2009, 06:57:40 AM » |
|
I just wanted chime in. I am a lurker here but found your utility while googling for this solution. skwire - god dammit, you are my hero today. I have been looking for such a utility for a long, long time. What's even better is that a) it's free b) portable! c) lightweight. Feature suggestions: I know 7z is out of the question, but can we get a .RAR option?  ZIP works for some things, RAR works for others!
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #87 on: September 10, 2009, 07:54:09 AM » |
|
I'm a hero? Nice. Thanks for your kind words.  As for the RAR option, the reason I didn't use RAR intially is the WinRAR license prohibits me from distributing it. Here's the excerpt from the WinRAR license: [ copy or print] 5. The RAR/WinRAR unlicensed trial version may be freely distributed, with exceptions noted below, provided the distribution package is not modified in any way. a. No person or company may distribute separate parts of the package with the exception of the UnRAR components, without written permission of the copyright owner. b. The RAR/WinRAR unlicensed trial version may not be distributed inside of any other software package without written permission of the copyright owner. c. Hacks/cracks, keys or key generators may not be included on the same distribution. I could write in the support, with the expectation that the user will provided the necessary files, but this is a kludge and inelegant at best.
|
|
|
|
|
Logged
|
|
|
|
|
Deozaan
|
 |
« Reply #88 on: March 30, 2010, 03:06:25 PM » |
|
I just skimmed through the entire 4 pages of this thread looking for an answer to the following question, but if it's there I must have missed it. Sorry. Is there a particular reason why you switched from 7-zip to IZARC? The only reason I saw why you didn't use 7-zip was because one person said he had a client that wouldn't install 7-zip on their machine. I have (for example) a 232 MB file and when I use SpinZip to compress it with maximum compression (9) it brings it down to 110MB (47% ratio), which is great, but with 7-zip (.7z) on Ultra compression it goes down to 89 MB (38% ratio). I know that 20MB isn't a lot, but if you're talking about 20MB * 100s of files, it can add up to be GBs in saved HDD space. I would like to request at least an option to compress to the .7z format to take advantage of the better compression ration 7-zip offers. EDIT: Naturally almost immediately after I posted I found the answer: I was wondering if you could make a version and add .7z support? Like have an option between .zip and .7z. I had originally tried using the 7z binary for the backend but there were some things that it couldn't do easily (exactly what escapes me at the moment...it's been a while  so that's why I switched over to the IZarc binary. Unfortunately, the IZarc command-line binary cannot make 7z files (though the main IZarc application can). Still, some part of me hopes that perhaps the 7z binary has improved in the past 3 years to make my request more likely of happening. 
|
|
|
|
« Last Edit: March 30, 2010, 03:09:19 PM by Deozaan »
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #89 on: March 31, 2010, 12:25:03 AM » |
|
Still, some part of me hopes that perhaps the 7z binary has improved in the past 3 years to make my request more likely of happening. I'll take a look, Deo, but don't hold your breath. Hahahaha. 
|
|
|
|
|
Logged
|
|
|
|
|
jtdc
|
 |
« Reply #90 on: April 05, 2011, 03:09:19 PM » |
|
I installed spinzip on my winxpsp3 pc and when i used the following settings:
> scan subdirs > 9 compression > output mode by aprox. zip file size 20 megs
to zip a dir with many files and subs, spinzip pops up a window for each file it adds to the spanning zips to which i have to click ok for program continuation. if i don't click ok then it just waits indefinitely. This makes the process manual.
This behavior can't be right.
Also, i noticed that if any file is larger than the size limit set than the final zip file goes over the set limit. if spinzip had an option that would allow it to skip such files and list them, spinzip could be be used more effectively for checking files on virustotal. Usually the large files are compressed files.
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #91 on: April 05, 2011, 03:57:47 PM » |
|
This behavior can't be right. Definitely. I must've compiled and uploaded the debug build when I attempted to add 7z support. I'll fix it here in a minute. Also, i noticed that if any file is larger than the size limit set than the final zip file goes over the set limit. if spinzip had an option that would allow it to skip such files and list them, spinzip could be be used more effectively for checking files on virustotal. Usually the large files are compressed files. Right...as mentioned previously, SpinZip does no sort of file sizing voodoo to try and make exact sized zips, hence, the word "approximate." 
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #92 on: April 05, 2011, 04:19:05 PM » |
|
Please redownload and try the new build. Sorry about that and thanks for reporting it. Rather embarrassing on my part. 
|
|
|
|
|
Logged
|
|
|
|
|
jtdc
|
 |
« Reply #93 on: April 05, 2011, 04:40:16 PM » |
|
Great, the new build works as it should...
Yes, i understand that the limit is approximate, but what about adding the option i mentioned ? it would make the app great for virustotal use.
I am a coder and i could help coding that and other mods if you desire. Have you considered making the project open source (sourceforge.net) ?...
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #94 on: April 05, 2011, 05:11:38 PM » |
|
If I understand you, you want something like:
[ ] Skip files larger than the set approximate size
Right?
|
|
|
|
|
Logged
|
|
|
|
|
jtdc
|
 |
« Reply #95 on: April 05, 2011, 05:15:25 PM » |
|
Yes, but it should list all the skipped files so that one can process them manually.
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #96 on: April 05, 2011, 05:58:56 PM » |
|
Yes, but it should list all the skipped files so that one can process them manually. Would a text file report (of filepaths) be sufficient?
|
|
|
|
|
Logged
|
|
|
|
|
jtdc
|
 |
« Reply #97 on: April 05, 2011, 06:02:59 PM » |
|
Yes...
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #98 on: April 05, 2011, 06:14:38 PM » |
|
I've added this request to my ToDo. Thanks for the feedback.
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #99 on: April 05, 2011, 08:12:00 PM » |
|
@jtdc: Please let me know if the new option functions as you envisioned. Thanks. Website | Download v1.0.5 - 2011-04-05 + Added "Skip files larger than approximate size" option. (Thanks, jtdc)
v1.0.4 - 2011-04-05 ! Uploaded a new binary since the previous one was of a debug build.
|
|
|
|
|
Logged
|
|
|
|
|