topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday May 12, 2025, 8:56 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 215 216 217 218 219 [220] 221 222next
5476
FARR Plugins and Aliases / Re: New C# FARR Plugin: FARRGoogleSuggest
« Last post by skwire on December 29, 2007, 03:26 PM »
i'll let them post about their problem -- i think it just wasn't showing in the plugin list.

Correct, I don't see it in my plugin list.  I've added the files to a "FARRGoogleSuggest" subfolder of my plugins folder.  Restarting FARR doesn't get it to recognise and neither did the manual scan from the FARR options dialog.  Please let me know if I can provide further information.  Thanks.
5477
N.A.N.Y. 2008 / KeyCounter
« Last post by skwire on December 29, 2007, 03:17 PM »
KeyCounter is a small app that keeps track of how many times you press any key you've added to its list.  It falls into the useless but kind of cool stats category.  It was originally written upon request from a friend but I have since fleshed it out for NANY.

Features:
  • You can build out a list of only the keys you want to count.
  • Auto save and reload of your keylist and counts.
  • Export current list and counts to CSV format.

Version 0.0.1.1 adds:

  • KeyCounter now saves the list automatically on Windows shutdown, restart, and logoff.
  • KeyCounter now enters monitoring mode when it's started.  You can add keys/groups in real-time, no need to stop monitoring now.

Version 0.0.1.2 adds:

  • Added the Spacebar, Escape, Tab, and Pause keys.

Download: http://skwire.dcmemb...unter/KeyCounter.zip
5478
N.A.N.Y. 2008 / Re: The N.A.N.Y. Programming Challenge for 2008
« Last post by skwire on December 27, 2007, 10:30 AM »
Mouser, I'm in.
5479
Here's the latest: http://www.autohotke...p-setup-v0.0.6.0.exe

Give it a try and let me know if it works any better this time around.  Also, would anybody be interested in encryption or password protection of the generated zip files?
5480
Test #1:

skwire@hankoku /cygdrive/c/4
$ ls -al e*
-rwx------+ 1 skwire None 2037532760 Dec 18 07:51 email-1.zip
-rwx------+ 1 skwire None 2019501177 Dec 18 08:01 email-2.zip
-rwx------+ 1 skwire None 2010861617 Dec 18 08:07 email-3.zip
-rwx------+ 1 skwire None 2007484481 Dec 18 08:13 email-4.zip
-rwx------+ 1 skwire None 2003196991 Dec 18 08:19 email-5.zip
-rwx------+ 1 skwire None 2049079438 Dec 18 08:40 email-6.zip
-rwx------+ 1 skwire None 1058473649 Dec 18 08:48 email-7.zip

Notes:

1) 12GB+ directory with over half a million files in it.
2) Output mode #1, 2000 as the size setting.
3) It took about an hour for all seven zips to be created.  This was using zero (0) for the compression setting (quickest mode).


Test #2:

skwire@hankoku /cygdrive/c/4
$ ls -al i*
-rwx------+ 1 skwire None 2956007035 Dec 18 09:12 images-1.zip

Notes:

1) Source folder has 3593 files in it comprising 2.75 GB of space.
2) Output mode #1, 3000 as the size setting.
3) Generated file is a 2.75GB zip.
 
5481
I can make self extracting spanned zip files (at 2 GB size) but the problem is I have around 400 of these to make and it will take me too much time, therefore I've been looking for a tool to make it.

Gotcha.

Testing it on the mail server can be a great test - thanks a lot, looking forward for the results.

I've made some changes and they look promising.  I'm currently running a test on my mail server directory using similar settings to what you were trying (Option 1, 2000MB).  It seems to be working fine.  The reason I'm not using 2048MB is that, as I mentioned in a previous post, I am not doing any sort of magical algorithm that attempts to make perfects-sized zip files.   I simply recurse through the input folder and keep a running total of the file sizes.  As soon as that total goes OVER your specified size, I zip those files.  Since you're attempting to push the upper limit of a normal zip file, I'd suggest you use something lower than 2048MB since you run the risk of exceeding that amount.  That why I put "approximate" on the app's interface.  Does that make sense?

In addition, I should be able to support zips greater than 2GB as well.  I'll test that next.
5482
4. He does not have tar or rar or any other unzip mechanizm nor he will not upgrade his winzip version to support more than 2 GB files.
5. I need the zip files to be stand alone - so I can open them by themsleves and not X.zip.001, X.zip.002 which comines together are a part of a bigger zip.

Since he won't upgrade, have you tried making a self-extracting spanned zip file that you could send him?

1. I used the 1st option for Output mode: "By Approzimate Zip File Size" = 2048 MB
2. I don't want to use the 7-zip to unpack the file (the customer will not install it at his network) so I need it to be open only by unzip.

The closest directory I have to yours would be my mail server folder.  It currently has 581,395 files in it comprising 12.1GB of space.  I'll try testing against it and see what happens.
5483
1. we are talking about around a few hundreds of sub-directories, which contain many small .dat files.
2. There are about 11 levels. every level contains around 4-5 levels so the hole tree is about 400,000 different directories (an encoded game). The hole tree is about 7 GB.

Since it's such a huge directory that you're working on, is there any particular reason you want to use SpInZip over any of the much more complete and capable compression apps out there (honest question...I'm not trying to be a smartass)?

3. I don't really understand what do you mean by output mode, but I guess standard.

Sorry, by output mode, I mean which of the three output modes that SpInZip offers were you attempting to use (and the settings you were attempting to use with that output mode)?  If the aforementioned 2GB zip limit is a problem, I can easily add support for .7z files.  However, you will need 7-zip (free @ http://www.7-zip.org) to unpack the resultant files.
5484
I imagine there are "enhanced" .zip supersets of the standard (7zip?) but if you're talking oldschool .zip, it's 2GB.

Oddly enough, I spoke to mouser the other day about giving the user the option to create .7z files (which supports 16000000000GB size files).  Sounds like it's time for me to implement that feature, eh?
5485
I am sure this app wasn't meant to handle such a big size directories, but maybe with some minor changes it will.

Correct, I really didn't have such large directories in mind when creating the app.  You may be better off using a full-fledged archiving app for your purposes.  That being said, can you give me some details about the directories you're using?  You mention a 7GB folder. 

1) What sorts of sizes of files are we talking about here?  Biggest?  Smallest?

2) What sort of (sub)folder structure?  How many levels?  Path length?

3) What output mode are you using?

I usually test this app on my wife's family picture folder which currently has 3600 files comprising 2.75GB of space.   Granted, most of the files are fairly small on the scale of things (from a few hundred kilobytes to a couple of megs each).  I also test on my software archive folder which has many levels and all sorts of files and file sizes.
5486
Actually, I may have found an (the?) issue.  Replace the spinzip.exe in your install folder with this one:

http://www.autohotke.../spinzip/spinzip.exe

Let me know if that works.  If not, please answer my questions above.  Thanks.  =]
5487
My problem is that it doesn't create the zip files (in oppose to the old versions).
Can you fixed that?

Hmmmm...it works here without any problems.

1) What OS are you using?

2) Are there no zip files no matter which of the three output modes you can choose from?

3) What are the input and output paths you're using (so I can try them on my system)?
5488
First of all, apologies to BoyWonder and Curt that this version took so long to put together.  Real life, work, blah, blah...you know the drill.  At any rate, here's a screenshot of the newest version (0.0.5.0):

spinzip.png

You can download it from: http://www.autohotke...p-setup-v0.0.5.0.exe

Questions, comments, and flak are all welcome.
5489
The recursive directory zip doesn't work for me.
Any solution or trick to make this works?

Try the latest version (v0.0.5.0) I just uploaded.  You can find the download link in the next post.
5490
Yes, Im looking for one zip per file regardless of the file size with the root of the file name retained.

Sure, easily done.  I'll find some time this week(end) to add your request.  I'll also work in Curt's request: picSomeName.jpg.zip or picSomeName.zip

Oh, then WinRAR will do the job. Look here for the details (I don't feel like repeating myself :P)

WinRAR is a great application.  However, it's possible that BoyWonder does not own WinRAR nor does he plan on purchasing it.
5491
with of course the corresponding compressed file, so in result I would have as many
compressed files as I would uncompressed files.  The only difference would be the file size.
Is this more clear?

Ah, so you want one zip per file no matter what the size of the file is, right?  8000 bitmaps would result in 8000 zips, eh?

@ skwire - no problems found, but it would be so nice if you will add option the keep the original name of the file, please! ie: pic1.jpg => pic1.jpg.zip, or pic1.jpg => pic1.zip

Sure, easily done if 'one zip per file' was what BoyWonder initially wanted.
5492
Hey!!! This tool is wicked!! This is exactly what Ive been looking for.

Thanks, I'm glad you like it.

I was wondering if it is possible to release an updated version that keeps the file name the same with exception to the extension??!?

ie

pic1.jpg –> pic1.zip

This would be a nice option

Hmmm...I'm not exactly understanding what you want since there going to be numerous files in each zip (as in, how would I know which filename to make the zipname from?).  Can you elaborate a bit further?
5493
N.A.N.Y. Challenge 2007 / Re: Volt - v0.0.6 - December 17, 2006
« Last post by skwire on July 27, 2007, 02:26 PM »
Hi skwire.  Thanx for sharing this.

You're welcome.

I'd also like to see the volume represented by a simple bar in the tray like VolumeTray.  Preferrably not green & red because that would be too similar to various task managers.

Hmmm...I'm not sure what you mean here since you can use VolumeTray skins with Volt.  Is there a certain VolumeTray skin you're talking about?  If not, can you provide an image of what you want and I can make you a custom skin for Volt.

NirSorft Volumouse allows you to change the volume with the mouse only (no keyboard required) which is why I'll stick with that for now.

This is a great utility.   I don't use the default Windows shell so, unfortunately, some of its keyboard-less functionality doesn't work for me.  I do have a lot of its keyboard-less functionality built into my main AutoHotkey script, though.

I made the mistake of opeining the options dialogue when it was already opened:

Aye, thanks for telling me this.  I'll fix it in the next release.  Also, for the next release, I have implemented a simple OSD per jbeek's request.  Here's a screenshot:
volt_osd.jpg

It's bitmap based, so it's easy to make your own customised OSD bar.  What do you think?
5494
N.A.N.Y. Challenge 2007 / Re: Volt - v0.0.6 - December 17, 2006
« Last post by skwire on July 18, 2007, 08:02 AM »
jbeek, check your PMs.
5495
N.A.N.Y. Challenge 2007 / Re: Volt - v0.0.6 - December 17, 2006
« Last post by skwire on July 17, 2007, 04:51 AM »
Cool program!

Thank you.

Just in case you're looking for ideas  :)  , what do you think of adding an on-screen display of the volume level (and mute state) as the hotkeys are pressed (if that's even possible)?

I went with the tray icon approach since it's always visible (provided you don't auto-hide the taskbar). However, what you suggest is easily done.  What did you have in mind?  Coloured bars?
5496
General Software Discussion / Re: Irfanview4 released
« Last post by skwire on May 30, 2007, 07:03 AM »
can your script cater for KMPlayer

I just did some research into KMPlayer and it seems that it actually tries to mimic a standard Winamp classname (Winamp v1.x).  In other words, most of my Foobar/Winamp code seems to work okay for KMPlayer.  What sort of functionality were you expecting?  Just the standard play/pause/stop/next/prev/volume/mute?  Or, something more?
5497
General Software Discussion / Re: Irfanview4 released
« Last post by skwire on May 30, 2007, 05:51 AM »
- but because of programs installed but seldom used, I am having a hard time trying to figure out which hotkeys are free! Can you let the choices include the numerics (with NumLock disabled), please?

Sure.

No volume, as I use Volumouse.

Well, you still might like a way to control the volume since it will only adjust the app's volume and not mess with your regular system/wav volume levels.
5498
General Software Discussion / Re: Irfanview4 released
« Last post by skwire on May 29, 2007, 08:24 AM »
yes, i thought so.. btw, can your script cater for KMPlayer

It doesn't currently but I could certainly install it and try.

and you mentioned ScreamerRadio, is it similar to Skrommel's ScreamerMenu?

His app caters more to the lack of a fully-featured favourites system within ScreamerRadio.  However, I actually sent Skrommel the code I use for my ScreamerRadio hotkeys and he's welcome to use it however he sees fit.
5499
General Software Discussion / Re: Irfanview4 released
« Last post by skwire on May 29, 2007, 07:53 AM »
I know I would like to remote control Media Player Classic...
isn't that what the media keys on some keyboards (like Play, Pause, Volume, etc.) do?
Yes, but the apps that they support natively is _very_ limited.
5500
General Software Discussion / Re: Irfanview4 released
« Last post by skwire on May 29, 2007, 07:13 AM »
I know I would like to remote control Media Player Classic...   ;)

This is a piece of cake with AutoHotkey.  I have the following hotkey'd for MPC:

Play/Pause
Stop
Mute
Volume up/down
Next/prev audio track
Next/prev subtitle
Close MPC

This functionality is part of my larger AHK amp script that controls Winamp/Foobar, MPC, WMP, ScreamerRadio and XaMp studio.  It wouldn't take much to break out the MPC functionality and build a quick GUI for it (if you're interested).
Pages: prev1 ... 215 216 217 218 219 [220] 221 222next