topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday November 17, 2025, 9:05 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 ... 8 9 10 11 12 [13] 14 15 16 17 18 ... 26next
301
Finished Programs / Re: DONE: make folder set out of a txt file
« Last post by scancode on March 12, 2009, 07:25 AM »
Oh, in case the command line scares you, here's a little batch file.
Just drop it where your clients.txt file lays, and double click it.

302
Finished Programs / Re: DONE: make folder set out of a txt file
« Last post by scancode on March 12, 2009, 07:18 AM »
I'm a photographer an need to make a tree of folders with names of customers. I have a customer list in an .xls or .txt file, can this be done automatically so it saves me much time. can someone help me, i just downloaded autohotkey or is there an other way to do this.

Thanx a bunch
Edwin From www.Medsofoto.nl

Hello there.
Let's say you have a file called clients.txt with the following contents

Albert\Birthday
Albert\Wedding
John\Daughter\Birthday
John\Sister\Wedding
Martin
Michael
John Doe

the console command

for /f "delims=" %t IN (clients.txt) do mkdir "%t"

will create the following folder structure, without needing an external program

asdasd.PNG

Have fun, and welcome to the forums!
303
New version is out!

14:24 10/03/2009
  • Bugfix: When using ALT+F4 to abort the current operation, Pick me! kept running on the background.
  • Bugfix: More rounding issues.
  • Code cleanup.
  • XP Styles support (!)
  • Now tracks moved/deleted files.
  • Modified dragging code to use  right mouse button. Now you get a nice popup menu.

Download (VB6 runtimes required on Windows 9x/NT/2000)
304
I think it is better. Did you do something about the rnd function?

No! :-P
I made the file extension case insensitive.
Does that give more randomness? I thought it wouldn't.

It does.

Say you have

file1.mpg
file2.3gp
file3.avi
file4.3GP
file5.MPG
file6.AVI

and your extension list was mpg;avi;3gp

Pick me! would've used only the first three entries, and leave the rest alone.
305
I think it is better. Did you do something about the rnd function?

No! :-P
I made the file extension case insensitive.

I have a request for the app, which actually would sort of help with the "real random" issue Coeluh is talking about. Right now, when you are dragging files out of the list and into a folder you are copying them. If you also had the choice to MOVE the files to the new folder, running PickMe again on the original folder wouldn't be able to have any duplicates!

Sure, gimme a couple minutes. Probably will have to do with right-click dragging :-)
306
Ok but I still think it's not really random. I've click my shortcut to get a random file like 10 times, and i got the same one 4 times and some other one 2 times and another one 2 times. Total files: like 100.

Are you running the latest version? It doesn't do that to me!

Try this one.
307
Well I see that the first and the last number are getting a significant lower rate... What's that doc?

Fixed. It was a rounding issue.
Thanks mouser  :-*



Feel free to redownload the app. Also added the splitted rar archives thingy.
308
I'm curious about the randomness of this script. Could you make a simple thing with the same random-engine as in Pick Me and then wait for user input of:
 - Number of choices
 - Number of times to do the experiment

And then a resultpage where it sums up the number of times each choice has been randomly chosen.

This all is because I sometimes think it's not that random.

It's Visual Basic 6's rnd() function.



What do you suggest? random.org? :-)
309
Post New Requests Here / Re: Transparent taskbar
« Last post by scancode on March 07, 2009, 12:04 PM »
I'm sure this request has been around some times, but I want to add something different. The taskbar has a preconfigured transparency (e.g. 40%). But when you hover over it it fades in a preconfigured time (e.g. 100 ms) to a preconfigured other transparency value (e.g. 80%).

Does this kind of thing exist already?

http://www.autohotke...orum/topic23306.html
310
Drag and drop does not work in this latest release.

Hints are in RED


12:53 07/03/2009 - Updated: Extended selection thingy. Now you have to use CTRL to drag files out of the list :( - Number of results bug fixed.

(see attachment in previous post)
Oops. I'm sorry! But when I select them all and then hold control and click to start the dragging: One becomes unselected...

Then click it again! Microsoft's fault, I guess. :(
311
Drag and drop does not work in this latest release.

Hints are in RED


12:53 07/03/2009 - Updated: Extended selection thingy. Now you have to use CTRL to drag files out of the list :( - Number of results bug fixed.

[ Invalid Attachment ]
312
I would like to be able to select multiple files (and be able to drag them) with a first click and then a second click while holding shift or dragging hold mouse button selection (like in explorer).

Done! Have fun!

really great app! but it shows me if i choose for example audio files and 1 result always one result more. if i say it should give me 2 results it gives me 3 files at the end and so on.
could you please fix this, because i think this program is very handy, but this issue disturbs me a little bit  :)

Fixed! A slipup in a for-loop :(
313
You react pretty quick to requests, very nice ;) Think my post got you some attention from big sites like Lifehacker, congrats ;)

 :Thmbsup:
314
I'm not into bloating it with additional features but it'll be nice to have another category with common compressed file formats like zip;rar;7zip

Thanks again :)

Another one bites the dust!
Have fun!
315
hi Sancode, i think this app is a cool idea... played around with it and have one suggestion which would make it a lot more useful for us music lovers.  At your results screen, if the multiples are allowed for selecting, this would make adding to a playlist much easier.  Currently, I have to select one result at a time.  Otherwise, I love the idea.  It's great that a 1yr old came up with it.   ;D


Done! Have fun!
316
N.A.N.Y. 2009 / Re: Post your NANY 2009 Mug/Shirt Pics here..
« Last post by scancode on March 06, 2009, 03:22 PM »
Interesting thingy
DSC0014.jpg

"Excempt from customs' duties."
317
N.A.N.Y. 2009 / Re: Post your NANY 2009 Mug/Shirt Pics here..
« Last post by scancode on March 06, 2009, 02:39 PM »
DSC0013.jpg

Crappy camera. Max res is 320x240 (REALLY!)

Left: Snail
Right: 800x600 Monitor
Front: Cody Mug
318
The software program could need a fee additional features like the ability to save the preferences
-gHacks

It saves them automatically. It wasn't saving the number of results tho. Fixed.

or multiple profiles for different file types, e.g. music, videos and text.
-gHacks

Added!

It would also be great if there would be an option to automatically pick and play the first file in the list.
-gHacks

There is, via the command line.
319
General Software Discussion / Re: Another Curve-ball For You Guys!
« Last post by scancode on March 06, 2009, 09:44 AM »
I'm starting to sound like a broken record, asking about little programs left and right, but I have an idea for one if it doesn't already exist. Is there an app that can rename folders and/or filenames in bulk so that the folder/filename are all capitalized. I'm going through a TON of eBooks that have jacked up filenames. I just want to quickly clean them up. Anyone have an idea and/or a solution?

You guys rock, so I know you'll deliver. LOL.

Curve-ball? My *ss!

Untitled-2.png

Febooti fileTweak Case (freeware)

Download: http://www.febooti.com/downloads/ftweak-case.exe
Info: http://www.febooti.com/products/filetweak/members/case/
320
Woow that's AMAZING. You are really good! Nice layout, everything.
Thank you.

I've one feature request. Is it hard to make the files directly drag-and-drop-able? Fromout the list?
Done.

And maybe a tiny .ini which remembers last location, is that hard too?
Done, uses the registry (HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Pick Me!\Config)

And thanks for making me 1 year old.
You're welcome.

And some command line request: Via a shortcut and parameter you can define the directory and the filetype. WHen you click the shortcut, it opens (instead of highlights) 1 random picked file.
Done, check the post for instructions.
321
Visual Basic 6? Scancode, should I laugh at you now?

Surprised? Most of my DC-released programs are coded in VB6!

Why? Because it's the lang I feel more comfortable with, so if someone requires a crazy change, I can do it in no time.

And yes, you can laugh at me if you want. See if I care.
322
Pick me!
a random file selector
(Big yay to weird requests!)

pm1.PNG
pm2.PNG
pm3.PNG

Commandline usage: pickme.exe mp3;wma;aac/C:\documents and settings\nahuel\

that means, pickme.exe EXTENSIONS/PATH
edit, it's a forward slash

DO NOT use quotes in path.


20:06 06/03/2009
  • Now the listbox allows for multiple selection (for drag and drop)
20:18 06/03/2009
  • Added new "Compressed Files" preset.
12:53 07/03/2009
  • Extended selection thingy.
  • Now you have to use CTRL to drag files out of the list :(
  • Number of results bug fixed.
19:29 09/03/2009
  • Random number rounding bug fixed.
  • Extensions are not case-sensitive anymore.
14:24 10/03/2009
  • Bugfix: When using ALT+F4 to abort the current operation, Pick me! kept running on the background.
  • Bugfix: More rounding issues.
  • Code cleanup.
  • XP Styles support (!)
  • Now tracks moved/deleted files.
  • Modified dragging code to use  right mouse button. Now you get a nice popup menu.

Download (VB6 runtimes required on Windows 9x/NT/2000)
Also check my other programs at xxxx://www.jellyfishsystems.com/ Jellyfish Systems
323
General Software Discussion / Re: Help me back up a virus infected CD (!)
« Last post by scancode on March 05, 2009, 12:53 PM »
What I've done in a couple cases is using TeraCopy to copy the CD to the HDD, while leaving the AV enabled. You might get a lot of popups, but the non-infected files will be copied :)
324
scancode, I tried it it is getting better. However there is another problem with current version. It unmaximize the maximized window. I maximize the window, then invoke win+d(for desktop) and I see that the application window is not maximized at all.

I experienced that too. Windows quirk?

I'll add the ini file you talk about in your next post.
325
Updated Pin to Desktop. Try it now :-)
Pages: prev1 ... 8 9 10 11 12 [13] 14 15 16 17 18 ... 26next