topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday May 13, 2025, 1:54 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 ... 198 199 200 201 202 [203] 204 205 206 207 208 ... 222next
5051
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 05:48 AM »
Do you get any hits if you search your registry for this string: a951a7c0-97b1-11de-b5f4-0002a5d5c51b
5052
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 05:00 AM »
Operating system, please?
5053
Finished Programs / Re: IDEA: Toggle mouse acceleration with a simple program
« Last post by skwire on September 03, 2009, 03:11 AM »
You're welcome.  May I assume it's working for you?  If so, we'll call it done.
5054
Finished Programs / Re: IDEA: Toggle mouse acceleration with a simple program
« Last post by skwire on September 03, 2009, 02:03 AM »
Try this:  Mat (Mouse Acceleration Toggler)

1) Unpack archive to a folder of your choice.

2) Run MouseAccelToggler.exe with one of the following switches:

    1) -on       This will turn mouse acceleration on.
    2) -off      This will turn mouse acceleration off.
    3) -toggle   This will toggle mouse acceleration from its current state.
5055
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 02, 2009, 07:02 PM »
It should only register for files.  If you have a folder selected, the entry won't show.  Perhaps that is the issue?
5056
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 02, 2009, 11:30 AM »
Download

Give that a shot and let me know how it goes.  I haven't added in the char stripping yet.  I need to get some sleep so I'll pick this up later tonight.

; --------------------------------------------------------------------------
; Installation -------------------------------------------------------------
; --------------------------------------------------------------------------

1) Unpack archive to a folder of your choice.

2) Run the Files2Folder.exe.  A message box will pop up asking you if you
   would like to register the shell extension.  Click yes.

3) A shortcut will also be created that will allow you to unregister the
   shell extension if you wish to do so.
   
; --------------------------------------------------------------------------
; Use ----------------------------------------------------------------------
; --------------------------------------------------------------------------
   
1) After registering the shell extension, you will see a new menu entry in
   your context menu.  The context menu is the menu you see when you right
   click a file or files in a file manager such as Windows Explorer.

2) If you have selected only one file and choose 'Files 2 Folder' from the
   menu, the following will happen:
      1) A folder will be created that is the same name as the file you
         selected.
      2) Your selected file will then be moved into that folder.
     
3) If you have selected multiple files and choose 'Files 2 Folder' from the
   menu, the following will happen:
      1) A box will pop up asking you to enter a folder name.  Enter a name
         and click OK or simply press Enter.
      2) A folder will be created using the name you specified.
      3) All selected files will then be moved into that folder.

5057
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 02, 2009, 10:43 AM »
No, not for a single file if you were able to remove hyphens, Hashes and any special character from single File's name, because it increases one key stroke.

I'll make the char stripping an option.

N.B.: Sorry forgot to Mention but can you add a Global Keyboard Shortcut to it, so that even a file is selected and if keyboard shortcut pressed then it creates a folder but if it is difficult at this stage then better leave it.

There won't be a hotkey for this since it's a shell extension that's designed to be called from the right-click menu, do its business, and exit.  In other words, it doesn't stay resident in memory.
5058
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 02, 2009, 10:19 AM »
File to Folder it is.  Currently I have it auto-creating the folder name if only one file is selected.  If you select more than one file, a small input box pops up asking for a name.  Type in a name, hit OK, the folder is created and all selected files are moved into that folder. Now, the question is this:

Should I make it so the box pops up even for a single file?  I can pre-populate the input box with the filename so all you would have to do is hit OK (or press Enter ).  This way would give you the option of choosing your own folder name to use even with only a single file.  Thoughts?
5059
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 02, 2009, 07:17 AM »
I have the basics of this done but I need a name for it (and its corresponding context menu entry).  Cranioscopical!  What sayeth thou!   :P
5060
Finished Programs / Re: Replce the exact text from the .txts in a folder
« Last post by skwire on September 02, 2009, 05:14 AM »
You're welcome, but don't thank me, thank Veign:

https://www.donation...ction=profile;u=1847

 :D
5061
Post New Requests Here / Re: IDEA: Batch IPTC Updater that Gets Info from CSV File
« Last post by skwire on September 02, 2009, 05:02 AM »
What sort of a metadata were you thinking of?  Simple EXIF/IPTC tags?
5062
Finished Programs / Re: Replce the exact text from the .txts in a folder
« Last post by skwire on September 02, 2009, 04:30 AM »
There are a TON of search-and-replace apps out there that will do what you want.  In fact, our very own Veign wrote one:

http://www.veign.com...cation.php?appid=104
5063
You're welcome.  Glad I could help out.
5064
Re-download and see if the latest changes follow your requirements.

http://skwire.dcmemb...rser/Path_Parser.zip
5065
So, to clarify:

1) When we add the filename or foldername to the end of the path, change any underscores to spaces.
2) Whilst in files mode, strip the extension.

Correct?
5066
Here you go.  Select a folder, choose the desired radio button and click Go.  When it's done scanning the folder, it will prompt you for a filename to save to.  Two files will then be saved, one as your chosen name and the other with a "_long" addition.  That second file will contain the paths that are longer than 127 characters.  For instance, if you chose test.txt as your filename to save to, you would get a test.txt and a test_long.txt.

Download (source/binary included): http://skwire.dcmemb...rser/Path_Parser.zip

main.png

5067
Would you like a GUI or is a single-run type of script sufficient?
5068
Finished Programs / Re: IDEA: Icon Menu Launcher
« Last post by skwire on August 30, 2009, 09:43 AM »
You're welcome.  I'm glad you've found it useful.   :D
5069
Post New Requests Here / Re: IDEA - The Name Game
« Last post by skwire on August 28, 2009, 02:44 PM »
I think I addressed both jammo's and sazzen's requests in the latest build.

Website | Download

v1.0.3 - 2009-08-28
    + Added a way to be able to insert common letter combos randomly.  (Thanks, jammo)
    + Added a template mode.  (Thanks, sazzen)

main.png
5070
Finished Programs / Re: Automatic folder maker
« Last post by skwire on August 28, 2009, 07:35 AM »
You're welcome.  Let me know if you need anything else from the application.
5071
Finished Programs / Re: Automatic folder maker
« Last post by skwire on August 28, 2009, 06:45 AM »
Are you an AutoHotkey programmer at all?  If so, feel free to modify the source code.  You would only have to change one line to make it work with TIF files.  Simply change line 57 from:

Loop, %Source_edt%\*.pdf, 0, 0

To:

Loop, %Source_edt%\*.tif, 0, 0

Though, this would still assume the same 12 character format as the PDF files.  If you're uneasy doing this yourself, let me know.
5072
Finished Programs / Re: Automatic folder maker
« Last post by skwire on August 28, 2009, 06:22 AM »
It's definitely there.  You could try clearing your cache.  If that doesn't work, use this URL:

http://skwire.dcmemb...Folder_Builder_2.zip
5073
Finished Programs / Re: Automatic folder maker
« Last post by skwire on August 28, 2009, 05:32 AM »
I added an option to move the files instead of copying them.  Please re-download.

http://skwire.dcmemb...F_Folder_Builder.zip

main.png
5074
Finished Programs / Re: Automatic folder maker
« Last post by skwire on August 28, 2009, 05:13 AM »
Give this a try (source/binary included): http://skwire.dcmemb...F_Folder_Builder.zip

Some caveats...
  • Folder names are based on the first twelve characters.  Thus, your PDFs must be consistently named.
  • Files are copied (option added to move) into the destination folder.  Delete the originals once you're satisfied with the results.

Please let me know how it works out for you.  Thanks.

main.png
5075
Finished Programs / Re: Automatic folder maker
« Last post by skwire on August 28, 2009, 04:40 AM »
Quick question...are all these PDFs in a single folder to start with?
Pages: prev1 ... 198 199 200 201 202 [203] 204 205 206 207 208 ... 222next