Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[C++] UCase v1.0.2 Released! Useful Windows Explorer Utility (Coded by AceInfinity)
#4
I was contemplating letting it check for things like "-" (dashes) and if found no space on the index of the char before and after it, to add that space in there, and update the char after the dash with an uppercase, but some people may not have wanted that. So it utilizes spaces only, and changes the first letter of the file itself to uppercase with everything else lowercase.

It's good though if you like your files nice and tidy to a named standard. For example, any regular sized music folders you have where you have say some files that are all lowercase, some the standard proper case, and some odd ones all caps. This will standardize that files list for you.

I made sure to free up memory after every loop through as well which makes it a bit faster execution time as well. If you wanted, you can compress this down a few more bytes with UPX as well if you wanted. Tested UPX compression on my application and it's down to 98.5Kb, which is pretty small. But the file itself from the download should be only slightly higher, not much difference here as the original was 104Kb.

NOTE: If you don't see the changes when trying to rename a big number of files, right click on an empty space in the folder where the files you wanted to rename exist, AFTER using the application and use the right click option for "Refresh" or the shortcut for Refreshing the explorer view which should be F5. For some reason the explorer view does not refresh, and it may look like the files are NOT renamed, however they are. The changes just haven't been updated by refreshing the explorer view yet.
Reply


Messages In This Thread
RE: [C++] UCase v1.0.2 Released! Useful Windows Explorer Utility (Coded by AceInfinity) - by AceInfinity - 01-15-2012, 01:01 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [C++] Xitanium Preview - In Development (Coded by AceInfinity) AceInfinity 2 1,187 01-09-2012, 10:09 AM
Last Post: AceInfinity

Forum Jump:


Users browsing this thread: 2 Guest(s)