Messages - KodeZwerg [ switch to compact view ]

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 144next
41
New version uploaded that fix a file renaming bug, or better, it fix filenames now better (and to do, it works for some milliseconds slower)
Now files that already had in subfolders something like "file (1).ext" will not renamed to "file (1)(1).ext" anymore, they will get a correct "free" number inside the last ().
On the other hand, if you having a file like "file (2023).ext", that would be first of all tried to be renamed to "file.ext" and if that is not free it start with "(1)" etc.
So some files that having at last position a number in () might get renamed incorrect.

I would like to hear your opinions about if I should for example
- pop up a [yes/no] dialog to let user decide what to do (what can be a lot, depending on number of files with (number) at end of filename)
- add .ini feature to include it as option (for automated but configurable per session runnings)
- let app like it now is and risk a loose of, for example an added year that was written in ()

42
You are welcome and yes, Autoruns is very complex but for myself the top tool to deal with anything related to Autoruns and never failed me.
Sorry that it did not work well for you but I am glad you found a solution for your needs!

43
If you are talking about Windows, maby Autoruns help you to identify the bad guy?

44
Post New Requests Here / Re: Rename FOLDERS in hierarchy
« on: February 21, 2023, 05:25 AM »
v0.0.0.3 released

Introducing now custom length of digits per .ini file
Per default it is set to 5
If you are unhappy with that, open the included .ini file and adjust the number however you like
It is limited to a minimum of 1
[Options]
Digits=5
(If you delete the .ini file, 5 will be always used as default)

To me it is looking final now.
In theory it should be able to handle paths up to 32767 characters but still limited per level to 255 chars (that is Windows limit, not mine)
I hope to hear from you a positive result  :Thmbsup:

45
KodeZwerg's Realm / Re: Flatten Folder by KodeZwerg
« on: February 20, 2023, 10:55 PM »
Thanks for your sweet words, how nice of you  :-*
BTW my logic error on those 2 other pretty similar tools that I've released lately I just found out by creating this, so thanks for inspiration again  :Thmbsup:

I've updated my version for even more faster speed by not collecting files from root folder anymore.
Also changed my internal workflow to do a two-in-one thing, right after moving files the folder will be deleted.
(in my first release everything was splitted up into folders and files that was processed)
I guess I've reached now the maximum whats possible with pure Windows-API technology and logic.
Added also version information, now I am at v0.0.0.3

Micro-updated the final dialog, v0.0.0.4

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 144next
Go to full version