Page 1 of 1

replace also in file extension

Posted: 2023-09-11, 12:08 UTC
by bynkook
Multi rename tool I like most in TC.

One thing bothering me is the option "replace also in file extension".

everytime run TC, the option is turning on. I turn off it again.

I like to suggest when user turn off the option, next run of TC remember the setting.

Thanks,

Re: replace also in file extension

Posted: 2023-09-11, 15:07 UTC
by petermad
2bynkook

You can save the current setting of the Multi rename tool with F2 (call it for example "standard)". You can then start the Multi rename tool with the command: MULTIRENAME standard

You can make an em_command like this in your usercmd.ini file:

Code: Select all

[em_MyMultiRenameFiles]
cmd=MULTIRENAME standard
And then you can reassign Ctrl+M to use em_MyMultiRenameFiles

Re: replace also in file extension

Posted: 2023-09-13, 12:39 UTC
by bynkook
I think, by default each fresh open of TC to use last time setting of multi rename tool. editing ini file manually is ridiculus.

Re: replace also in file extension

Posted: 2023-09-13, 12:54 UTC
by petermad
2bynkook
editing ini file manually is ridiculus
That is not what I suggested - read again please.