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, 3:17 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 ... 121 122 123 124 125 [126] 127 128 129 130 131 ... 222next
3126
General Software Discussion / Re: Multi open folder
« Last post by skwire on July 24, 2011, 01:21 PM »
You could easily use a batch file or an AutoHotkey script.
3127
Post New Requests Here / Re: IDEA: File replacer
« Last post by skwire on July 24, 2011, 12:02 PM »
The only issue I can see is that it requires both files on the same drive.

Yes, I added this as well.  I do not want to have to handle potentially large file/folder transfers across drives.  To begin with, I really don't like writing apps that mess with users files.  Furthermore, the native Windows API file operation methods are primitive and I've no desire to write my own handlers.

Ideally a multi drive environment should be supported

I wholly disagree when it comes to this.  Switcheroo was intially designed to switch two filenames that existed in the same folder.  This was to save the user having to manually use a temporary filename.  All this extra tacked-on stuff just makes me cringe insofar as accidentally screwing up users' files goes.
3128
Post New Requests Here / Re: IDEA: File replacer
« Last post by skwire on July 24, 2011, 11:23 AM »
I've added your request to Switcheroo.  Please give this build a try with some test files/foldersDo not use it on your production files until you're sure it does what you want.  Let me know how it works out for you.  Thanks.

http://skwire.dcmembers.com/apps/switcheroo/Switcheroo_.zip
3129
Post New Requests Here / MOVED: Open with Script
« Last post by skwire on July 24, 2011, 10:40 AM »
3130
BTW, @skwire I donated some $$ to you. It's not a lot, just a symbolic gesture. I encourage others to donate to coders as well! Thanks!

Thank you very much, I appreciate it.   :D
3131
Nice find, IainB.  Thanks for sharing.
3132
Would it be possible to choose where to save the final txt files? Even better, would it be possible to open Explorer with those files highlighted? tia!

Sure, it's possible.

would it help make the app better if i sent you some examples of false negatives?

No, because a false positive still contains text.  What I mean is...where does one draw the line as to what constitutes good text versus bad text?  You can get into all sorts of algorithms that attempt to do this but I think it's overkill for this utility. 
3133
No, I don't have plans to post this on my website as it's not really polished or, in some cases, all that accurate.
3134
:Thmbsup:I do have a similar problem. The app works fine for me!
Thanks a lot (Win XP Pro, old Toshiba Laptop).
Suntsu

You're welcome, Suntsu, and welcome to the site.   :D
3137
LastPass, perhaps?  If not, KeePass, maybe?
3138
Developer's Corner / Re: md5 / sha1 hashes What's the point?
« Last post by skwire on July 20, 2011, 10:14 AM »
I use hash files (mainly SFV files) to verify that my media collections do not get corrupted over time.  They also are great for verifying files after moving them from one computer/drive to another.
3139
Coding Snacks / Re: Controlling Windows w/ gamepad like a PS3 or XBOX
« Last post by skwire on July 19, 2011, 06:27 PM »
No, it's not that so much as what you're requesting, within the default Windows interface, is not trivial to program.
3140
Coding Snacks / Re: Controlling Windows w/ gamepad like a PS3 or XBOX
« Last post by skwire on July 19, 2011, 05:28 PM »
The problem you're going to find is that the regular Windows interface is simply not designed to be controlled with a gamepad.  Good luck.
3141
Coding Snacks / Re: Controlling Windows w/ gamepad like a PS3 or XBOX
« Last post by skwire on July 19, 2011, 03:36 PM »
Have you looked into any media center software?  If not, here are a few to get you started.

XBMC
Boxee
TVersity
Media Portal
3142
Finished Programs / Re: when I download files.
« Last post by skwire on July 19, 2011, 12:20 AM »
I just want a choice of favorite directories added to my "save as" dialog.

I use FlashFolder for this functionality.
3143
Thanks, as always.
3144
Find And Run Robot / Re: [Feature Request] TAB key working as DOWN key
« Last post by skwire on July 18, 2011, 01:51 PM »
This is quite easily accomplished with a bit of AHK script:

Code: Autohotkey [Select]
  1. #IfWinActive, Find and Run Robot 2
  2. {
  3.     TAB:: SendInput, {Down}
  4. }
3145
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on July 18, 2011, 12:16 PM »
Actually URL addresses are displayed as Path.
I use ONLY the Filename column of Trout's list.
That results in empty lines for added URLs.
So I would like to have URLs shown as FileName.

Once you actually play the URL, the filename column should populate with the station's name.  Isn't this better than some random URL in that field?

Website | Installer | Portable
v1.0.6 build 9 - 2011-07-17
    ! Level meters weren't being coloured properly.  They should have been
      taking the same colour settings as the seekbar.  (Thanks, Lesmo16)


3146
I think that unless you have any other tweaks, this may do! Thanks!

You're welcome; apologies that it couldn't be more accurate.
3147
Let's give this a shot:  PDF Text Checker

Extract all the contents to a folder and run PDFTextChecker.exe.  This version uses the pdftotext.exe to extract any text from the PDF and then checks the resulting text file for any alphanumeric characters.  If any are found, it considers that searchable.  It's still not perfect but it seems to be better than the previous version.  If this version doesn't do it for you, you may be better off using something like File Hound to search through your PDFs.
3148
However, the lists produced don't seem reliable: non-searchable 817; searchable 616.

Yep, that's what I was afraid of.  I'll work on a different method.
3149
Maybe exclude all PDFs over 100MB?

Done, please re-grab it.  Thanks.
3150
I'm going to assume that you have some large PDFs?  Clear your cache, re-download and see if this latest build gets through that.  Thanks.
Pages: prev1 ... 121 122 123 124 125 [126] 127 128 129 130 131 ... 222next