Error Multi-rename tool:" file not found!"

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
rt2ryu
Junior Member
Junior Member
Posts: 33
Joined: 2018-02-26, 10:30 UTC

Error Multi-rename tool:" file not found!"

Post by *rt2ryu »

When I try to use Multi-rename tool it pop a window :" file not found!" , also not find the filename's txt file in the %Temp%

I tried to replace the editor between notepad2 and VScode or gvim. but not working.
And I know it's the error with the config in the wincmd.ini.(I use an new blank setting TC,it's work well)
but I compare the wincmd.ini with the last work well copy, not find any important different.

the MultiRenameEdit now

Code: Select all

MultiRenameEdit=D:\Program Files\Microsoft VS Code\Code.exe
in the backup

Code: Select all

MultiRenameEdit=%COMMANDER_PATH%\Tools\Notepad2.exe
so Which setting should I need to check for this Error?
Last edited by rt2ryu on 2024-05-08, 09:15 UTC, edited 1 time in total.
sa16
Senior Member
Senior Member
Posts: 219
Joined: 2021-09-10, 07:15 UTC

Re: Error Multi-rename tool:" file not found!"

Post by *sa16 »

2rt2ryu
Maybe so?

Code: Select all

MultiRenameEdit=%COMMANDER_PATH%\Tools\Notepad2.exe
User avatar
Dalai
Power Member
Power Member
Posts: 9420
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Error Multi-rename tool:" file not found!"

Post by *Dalai »

If in doubt, you can add quotes around the path:

Code: Select all

MultiRenameEdit="D:\Program Files\Microsoft VS Code\Code.exe"
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
white
Power Member
Power Member
Posts: 4640
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: Error Multi-rename tool:" file not found!"

Post by *white »

Dalai wrote: 2024-05-08, 08:19 UTC If in doubt, you can add quotes around the path:
You mean double double quotes? Keep in mind that:
ghisler(Author) wrote: 2024-03-29, 14:16 UTC When reading from ini files, Windows removes any surrounding double quotes...
User avatar
rt2ryu
Junior Member
Junior Member
Posts: 33
Joined: 2018-02-26, 10:30 UTC

Re: Error Multi-rename tool:" file not found!"

Post by *rt2ryu »

sa16 wrote: 2024-05-08, 05:32 UTC 2rt2ryu
Maybe so?

Code: Select all

MultiRenameEdit=%COMMANDER_PATH%\Tools\Notepad2.exe
Thanks,but two
MultiRenameEdit=
is just I paste it twice in the post.~I'm sorry
User avatar
rt2ryu
Junior Member
Junior Member
Posts: 33
Joined: 2018-02-26, 10:30 UTC

Re: Error Multi-rename tool:" file not found!"

Post by *rt2ryu »

white wrote: 2024-05-08, 09:02 UTC
Dalai wrote: 2024-05-08, 08:19 UTC If in doubt, you can add quotes around the path:
You mean double double quotes? Keep in mind that:
ghisler(Author) wrote: 2024-03-29, 14:16 UTC When reading from ini files, Windows removes any surrounding double quotes...
I had tried it before,it not solve any question.

With the substitution wincmd.ini I can confirm that there is no problem with the TC executable and dll file, and I suspect the problem should be with the wincmd.ini configuration conflict.

But I compared the previous backup, but I couldn't find the relevant conflict.

The biggest recent change is the switch from sLister to TCSumatraPDF. But I tried disabling the extension and nothing worked.

On the other hand, going back to the rename tool, performing an external edit should result in a randomly named txt file containing the selected file in the system temp folder. But in fact there is a problem situation, this txt file is not generated, it seems that "file not found!" This is what the tip is about
However, I tried to export the list of Chinese parts to txt in TC, or copy the list of selected Chinese parts to the clipboard, and both related functions are normal.
So I'm very confused right now
sa16
Senior Member
Senior Member
Posts: 219
Joined: 2021-09-10, 07:15 UTC

Re: Error Multi-rename tool:" file not found!"

Post by *sa16 »

2rt2ryu
Try specifying an editor using Ctrl+M -–> F10 –-> Configure editor… .
User avatar
rt2ryu
Junior Member
Junior Member
Posts: 33
Joined: 2018-02-26, 10:30 UTC

Re: Error Multi-rename tool:" file not found!"

Post by *rt2ryu »

sa16 wrote: 2024-05-08, 10:30 UTC 2rt2ryu
Try specifying an editor using Ctrl+M -–> F10 –-> Configure editor… .
won't any working, from the wincmd.ini it's setting is in it , I think the question is not produce the temp filename list(txt file) . not the editor does't exist
User avatar
Dalai
Power Member
Power Member
Posts: 9420
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Error Multi-rename tool:" file not found!"

Post by *Dalai »

Which process/program produces/shows the error message, TC or your editor? Do you have write permissions in your %TEMP% directory? Can you create files there manually , preferably from the same TC instance (so it uses the same security context)?
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
rt2ryu
Junior Member
Junior Member
Posts: 33
Joined: 2018-02-26, 10:30 UTC

Re: Error Multi-rename tool:" file not found!"

Post by *rt2ryu »

Dalai wrote: 2024-05-08, 12:00 UTC Which process/program produces/shows the error message, TC or your editor? Do you have write permissions in your %TEMP% directory? Can you create files there manually , preferably from the same TC instance (so it uses the same security context)?
I eliminated all the above-mentioned tests at the first opportunity.

I just found the relevant solution myself. Still have to go to wincmd.ini to find the problem
UseIniInProgramDir=7
repace to
UseIniInProgramDir=0
make TC identify the wincmd.ini by registry
It is the sum of the following values:
1: Use wincmd.ini in program dir if no other location is set via registry or parameters.
2: Use wcx_ftp.ini in program dir if no other location is set via registry or parameters.
4: Completely ignore registry settings about wincmd.ini and wcx_ftp.ini location.
User avatar
Dalai
Power Member
Power Member
Posts: 9420
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Error Multi-rename tool:" file not found!"

Post by *Dalai »

So basically you edited the wrong wincmd.ini (not the one TC was using). But I don't understand how the editor change via GUI doesn't make it work.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
rt2ryu
Junior Member
Junior Member
Posts: 33
Joined: 2018-02-26, 10:30 UTC

Re: Error Multi-rename tool:" file not found!"

Post by *rt2ryu »

Dalai wrote: 2024-05-08, 15:02 UTC So basically you edited the wrong wincmd.ini (not the one TC was using). But I don't understand how the editor change via GUI doesn't make it work.
I edit the right one . in fact the question as I said in the last post , the wincmd.ini setting is not fit for my register setting , there are conflict with each other. But the strange is other path dependent well , include the Environment Variables, so I confused with what it presented. but still I know it's must some thing about the path or Var, so I check the help file to find every item about it got this
Post Reply