topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday June 7, 2025, 8:52 pm
  • 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - skwire [ switch to compact view ]

Pages: prev1 ... 216 217 218 219 220 [221] 222next
5501
General Software Discussion / Re: Irfanview4 released
« 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).

5502
N.A.N.Y. Challenge 2007 / Re: Volt - v0.0.6 - December 17, 2006
« on: May 08, 2007, 01:56 AM »
Good to hear.  So, does it work in Vista?  I'm curious to know.

5503
Post New Requests Here / Re: Screamer Radio fontend - ScreamerMenu
« on: April 24, 2007, 04:19 AM »
Skrommel, I've written (quite a while ago) a global hotkey front-end for Screamer.  Interested in incorporating it into your app?

5504
N.A.N.Y. Challenge 2007 / Re: Volt - v0.0.6 - December 17, 2006
« on: April 05, 2007, 06:06 AM »
Does this support windows vista? I tried it, and it didn't do anything to my volume while on vista, I haven't tried it on xp yet.

I really doubt it.  I've no desire to access or install Vista.  Apologies.

5505
I did release a later version that isn't on this thread.  You can download it here: http://www.autohotke...zip-setup-v0.0.4.exe

It offers recursive zipping as well as a single wildcard (*.jpg, etc.) option.  If you find problems with it...don't hesitate to let me know.  Thanks.  =]

5506
And I'm happy that Miranda doesn't do any text formatting, that's a plus for me :)

I concur whole-heartedly; plain-text only for me as well.  I've been using Miranda for several years (since it was an ICQ-only clone) with minimal issues.

5507
N.A.N.Y. Challenge 2007 / Re: Cody Mug for NANY Participants
« on: January 19, 2007, 03:34 AM »
Wow, what do you do at work, skwire? :)
I'm a senior network engineer for a large-ish ISP.

5508
N.A.N.Y. Challenge 2007 / Re: Cody Mug for NANY Participants
« on: January 18, 2007, 01:04 PM »
Doh...my bad.   =]  Those six actually form one desktop space on a Sun server.  Two mini-fridges right below them, too.  =]

5509
N.A.N.Y. Challenge 2007 / Re: Cody Mug for NANY Participants
« on: January 18, 2007, 12:29 PM »
Thanks!  I need a third for the complete cockpit-view.  I keed!  I keed!

5510
N.A.N.Y. Challenge 2007 / Re: Cody Mug for NANY Participants
« on: January 18, 2007, 12:13 PM »

Here's two shots of me at my desk at home...

skwire_mug_01.jpg
skwire_mug_02.jpg

...and one at my desk at work (camera phone for this one...sorry about the quality).

skwire_mug_03.jpg

5511
N.A.N.Y. Challenge 2007 / Volt - v0.0.6 - December 17, 2006
« on: December 17, 2006, 10:33 AM »
Volt - v0.0.6 - December 17, 2006
  • First public release.

WHAT IT DOES:
I humbly submit "Volt", a tray-based, hotkey-driven system volume controller.  The app is a redux of VolumeTray (http://glorysoft.omsk.ru/volumetray.html) that can use the same skin format but that will allow me to add/change a few things that VolumeTray does not have/allow.

SCREENSHOT:
Tray menu and default skin icon:


Options dialog:


FILES:

Main installer:
http://www.autohotkey.net/~skwire/apps/volt/volt-setup.exe

Help file (CHM format):
http://www.autohotkey.net/~skwire/apps/volt/Volt.chm

Additional "Mirrored" skin pack:
http://www.autohotkey.net/~skwire/apps/volt/volt-mirrored-color-pack.zip


5512
Post New Requests Here / Re: IDEA: Create shortcuts from a list
« on: December 12, 2006, 11:45 AM »
if you can find a commandline program to make a single shortcut of a file,

Here's one I've had in my toolkit forever called SLink.  I've attached it to this post.

(skwire@hankoku 11:40:36)
Probe/ ~$slink
SLink  -  Command line Windows shortcut file creator
  2003(c) Stephane Grobety - Released under BSD license
Usage:
  Slink <source file name> [<target file name>]
  Slink -?
Parameters
  <source file name>: Source file. Can be a wild card
  <target file name>: Optional target name of the Shortcut.
  -?: This help text
If Source file name is a wild card, the target MUST be a folder.

5513
You're welcome; I'm happy to help.  =]

5514
Here's the latest version (v0.0.3) with some fairly comprehensive error-checking.  Let me know how it works for you.  Thanks.

spinzip.jpg

5515
Count me in.

5516
1. I entered 8 in the Size field and all (almost) the resulting zip files are more than 8 MB in size. Pls chk the attached screenshot. Is this a bug? I think this will be fixed by being able to specify the size field in bytes and not in megs.

No, it's not a bug; it's a by-product of the way the app works.  It goes through the list of files in the folder one-by-one (in order) and keeps track of the total size.  Once the amount goes over the value you entered, it zips those and the process repeats until there are no more files in the directory.  In other words, there is no magic algorithm going on that scans the whole folder and attempts to make perfect-sized zip files.

2. If the Output directory doesn't exist, even tho the prog says that zip files are generated, they aren't. Ideally the output directory has to be created if it doesn't exist.

Again, there is little to no error-checking implemented at this point; the GUI was more of a proof-of-concept for you.

3. Rename the program from Sri-zip to "SPinZip" (SP = Span, in = independently). That is, this is a program that generates spanned zip files that are independent of each other.

Can do.

4. What's the max. allowable value in Compression field?

Nine.

5517
I've attached the setup package for the GUI version.  There is only very basic error checking involved at this point.  Let me know how you like it and if you'd like anything changed.

5518
Yes. Please do. Being able to specify the max individual .zip file size is useful. Also, if you can code it such a way that there is a provision to enter the name used for the generated zip files.

Like if I enter "skwire", it should output "skwire-1.zip", "skwire-2.zip" etc.

Easily done.

Another way it could be extended is by giving the user an option of output being .zip or .rar.

I could write the code to do that, however, the end-user would have to provide the rar.exe themselves since it's not a free program.  If I'm mistaken, somebody please correct me.

5519
Great to hear.  If you'd like, I can make up a GUI for it with options for zip size, output directory, etc.

5520
Try the attached version.

5521
Hmmm...not sure what the issue could be.  It works here in my (albeit limited) testing.  Is the zip.exe file in the same folder as sri-zip.exe?  Each zip is generated sequentially so you should be able to watch them be created in the zips folder as the script runs.

5522
Mind giving me a small sample of the filenames you're using?

5523
Are the new .zip files placed some where else?

Hmmm...they shouldn't be.

What will their names be?

zip-1.zip
zip-2.zip
zip-3.zip
...

5524
Since it's the closest post to the top that I can edit, I'm going to hijack it to provide the latest download link for SpinZip.  I had a report of the links pointing at autohotkey.net not working properly so please use this link instead:

SpinZip v0.0.9.0


~ORIGINAL POST BELOW~
Here's a quick-n-dirty script.  Unzip the attached file to its own folder and run sri-zip.exe (or sri-zip.ahk if you have AutoHotkey installed).  A folder dialog will pop up, select the folder that contains the files you want to zip and click OK.  There's no GUI (except for the tray icon) so a message box will pop up when the app has finished running and you'll find your zips in a "zips" sub-folder of the one you chose when running the script.  Currently, it does no recursion through folders (all your files must be in the folder you chose at the start) so if you want something more configurable, just ask.  I can write up a GUI for it in no time.  Let me know how it works for you.

5525
General Software Discussion / Re: IDEA: Kid-Safe browser
« on: November 24, 2006, 08:09 AM »
My daughter really likes the Kidz CD 1 and Kidz CD 2 at http://www.lesieurlogistics.com/solutions.html

Pages: prev1 ... 216 217 218 219 220 [221] 222next