topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 27, 2025, 2:32 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

Recent Posts

Pages: prev1 ... 92 93 94 95 96 [97] 98 99 100 101 102 ... 222next
2401
Skwire Empire / Re: format Trout StatusBar?
« Last post by skwire on June 16, 2012, 02:18 PM »
Font formatting of the status bar isn't going to happen.  However, your comment about the path section is something I can do work around.  Each status bar section can only hold around 127 characters so that's the limit you're running into.  I can try to make it so that all paths fit within 127 chars...something like this:

c:\really\long\path\...\parent\folder\song.mp3
2402
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on June 16, 2012, 02:09 PM »
Man, I just downloaded this to check it out. I have used more players than you can shake a stick at, winamp, windows mp, realplayer, foobar...you name it, I have tried it. This one I love. It has everything I want in a player. It is light-weight, simple and best of all...FREE! I just had to tell you how much I like it. SFF...Marvelous, Simply marvelous :Thmbsup:

Welcome to the site, Chrobe, and thanks for the kind words.  I'm glad you're enjoying Trout.   :)
2403
Finished Programs / Re: DONE: Shortcuts Creator
« Last post by skwire on June 16, 2012, 12:26 PM »
I tried the new "Create Shortcuts" option using plain wildcards, and no shortcuts were produced in the destination folder.

Yep, I hadn't added it to that portion of the application.  It should function in this build:  File Punter v1.0.4.3

Please let me know if the app functions how you like.  If so, I'll promote it to v1.0.5 and release it on my main site.  Thanks for testing.  =]
2405
Finished Programs / Re: DONE: Shortcuts Creator
« Last post by skwire on June 15, 2012, 10:22 PM »
Give this a try: File Punter v1.0.4.2

1) Download, unzip, and launch FilePunter.
2) Click the green plus button and create two rules like this (obviously, change the paths to accommodate your system):

First rule
  • Choose the correct source folder.
  • Leave the Recurse source folder checkbox unchecked.
  • Pattern:  (.*)_
  • Check the Pattern is a regular expression checkbox.
  • Destination:  c:\path\to\destination_1\??1
  • vGW_L1 108.png


Second rule
  • Choose the correct source folder.
  • Leave the Recurse source folder checkbox unchecked.
  • Pattern:  _(.*)\.
  • Check the Pattern is a regular expression checkbox.
  • Destination:  c:\path\to\destination_2\??1
  • vGW_L1 109.png


It should look something like this when you're done:

vGW_L1 105.png

3) Check each of the rows.
4) Change the method dropdown to Create shortcuts.
5) Click the Start button.

Let us know if you have great success or epic failure.   :D
2406
Finished Programs / Re: DONE: Shortcuts Creator
« Last post by skwire on June 15, 2012, 07:35 PM »
So, given this filename: XXXX32_XXXX79.png

What do you want to match on?

If you could provide me, in a PM or something, a sample list of the actual filenames (and subsequent matches), that would be most helpful for testing.  Feel free to look up my profile and contact me via any of the instant messengers there.
2407
Finished Programs / Re: DONE: Shortcuts Creator
« Last post by skwire on June 15, 2012, 07:18 PM »
I could add another output method to my File Punter application and it should do what you want.  You'd have to use a little bit of RegEx but that's not so hard.  =]
2408
Finished Programs / Re: SOLVED: Compare locations and remove duplicate folders
« Last post by skwire on June 12, 2012, 05:18 PM »
You know, it wouldn't take much at all to write a script that would spit out a text listing of the differences between two folder's folder names.  That being said, I'd really rather not make the script automatically delete anything, etc.  You'd then, at least, have a list of folder names to reference instead of going about it manually.  Would something like that be acceptable?
2409
Finished Programs / Re: DONE: Generate sequential serial numbers
« Last post by skwire on June 12, 2012, 10:43 AM »
Great to hear.   :up:   I'm glad we were able to help you out.  =]
2410
Finished Programs / Re: DONE: Generate sequential serial numbers
« Last post by skwire on June 12, 2012, 07:40 AM »
Yeah, I know.   :-[
2411
Finished Programs / Re: DONE: Generate sequential serial numbers
« Last post by skwire on June 12, 2012, 07:06 AM »
Are you familiar with AutoHotkey scripting?  If so, here's a simple script that does what you want.

Code: Autohotkey [Select]
  1. mySerial := 1
  2. myFactor := 2
  3.  
  4. ^g:: ; Ctrl+G, change to whatever you want.
  5. {
  6.     SendInput, % mySerial
  7.     mySerial += myFactor
  8. }
  9. Return
2412
Finished Programs / Re: DONE: Generate sequential serial numbers
« Last post by skwire on June 11, 2012, 10:04 PM »
Hello, pagebooks, and welcome to DonationCoder.  Now, when you say "write a six digit serial number," do you mean you want to 1) press a hotkey and then 2) have the script send the keystrokes of the generated serial number wherever the text caret is?

2413
Finished Programs / Re: DONE: make folder set out of a txt file
« Last post by skwire on June 08, 2012, 02:36 PM »
Cool, thanks for the heads up.
2414
Post New Requests Here / Re: Idea: Create shortcut location chooser
« Last post by skwire on June 08, 2012, 01:11 PM »
Nice, sujay85.  Thanks for sharing.   :Thmbsup:
2415
Skwire Empire / Re: sCheckbook
« Last post by skwire on June 08, 2012, 08:12 AM »
You're welcome; I'm glad you're finding it useful.
2416
Skwire Empire / Re: sCheckbook
« Last post by skwire on June 07, 2012, 04:53 PM »
Website | Download
v1.0.6 - 2012-06-07
    + Added a Save button to the toolbar.  (Thanks, Nick)
    + Added a "Last used date" button to the add/edit transaction diaglogue.
      (Thanks, Nick)
    ! Memo column wasn't exported in HTML report.
2417
Maybe this is what you're after?

https://www.donation...ex.php?topic=18189.0
2418
Post New Requests Here / Re: Little modification to menuak.ahk
« Last post by skwire on June 05, 2012, 07:00 PM »
Try adding the following line as the first line in your akmenu.ahk script file:
Code: Autohotkey [Select]
  1. SetWorkingDir, %A_ScriptDir%
2419
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by skwire on June 03, 2012, 09:38 AM »
Hi skwire!

Hi, lilsypha, and welcome to the DonationCoder site.   :D

Is it possible that you might add the ability for multiple filters in the future?

Unfortunately, the way that Snap DB is written would make something like this difficult from a GUI perspective.
2420
General Software Discussion / Re: parse pdf file to pdf viewer via cmd
« Last post by skwire on June 01, 2012, 11:30 AM »
Since you said you wanted to use MuPDF:

"c:\path\to\mupdf.exe" "c:\my\path\somefile.pdf"

Obviously, change the paths to match your computer.
2421
General Software Discussion / Re: parse pdf file to pdf viewer via cmd
« Last post by skwire on June 01, 2012, 11:24 AM »
Did you look through the xpdf package at all?  There is no xpdf.exe file.  In the bin32/bin64 folders of the xpdf package, you'll find the following executables:

pdftotext.exe
pdftops.exe
pdftoppm.exe
pdfinfo.exe
pdfimages.exe
pdffonts.exe
pdfdetach.exe


I coloured the one you need to use.
2422
Hy everybody.

Hello, bonnyfused, and welcome to the DonationCoder site.

Is there any OSX Version of this interesting piece of software?
I didn't find it...

Unfortunately, all of my tools are Windows only.   :(  Apologies.
2423
such that if I'm going to use the software to check more than one (1) site, I need to buy multiple licenses

I think you're confusing checking FTP sites with a "site license" which is normally purchased to cover a large amount of license for a corporate site.  In other words, the $30 license fee you pay for a personal license will allow you to check/diff however many FTP sites you want.
2424
If the PDF has the proper metadata in it, you might be able to use my own PDFInfoGUI application for your purposes.

2425
Finished Programs / Re: DONE: make folder set out of a txt file
« Last post by skwire on May 25, 2012, 07:58 PM »
Website | Download
v1.0.8 - 2012-05-25
    + Added commandline parameters as follows:
   
        Text2Folders.exe "<root path>" "<input text file path>" [-q]
   
      The -q parameter is for quiet mode, i.e., no GUI will appear.

v1.0.7 - 2012-05-18
    + Made main form resizable.

v1.0.6 - 2012-03-26
    + Added horizontal scrollbar to manual edit field.
Pages: prev1 ... 92 93 94 95 96 [97] 98 99 100 101 102 ... 222next