Create multiple files at once

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

KozakMak
Senior Member
Senior Member
Posts: 370
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: Create multiple files at once

Post by *KozakMak »

petermad wrote: 2023-07-20, 08:00 UTC 2KozakMak
And how about with tcer.exe and NO files selected - does that not work?
I tested it this way.

Also Editor="%commander_path%\Utils\Notepad++\notepad++.exe" doesn't work :!:

upd

"D:\Program" error, so this is because there are spaces in the paths to wincmd.ini
OS: Win10 | TC: latest x64
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Create multiple files at once

Post by *ghisler(Author) »

Also Editor="%commander_path%\Utils\Notepad++\notepad++.exe" doesn't work
Due to a Windows misfeature, surrounding quotes get removed when reading from ini files. Please change it to
Editor=""%commander_path%\Utils\Notepad++\notepad++.exe""
or put "%commander_path%\Utils\Notepad++\notepad++.exe" in the editor field in Configuration - Options - Edit/View. TC will add the extra double quotes.

Also tcer.exe looks at the selection in TC and ignores the parameter passed to it when something is selected.
Author of Total Commander
https://www.ghisler.com
KozakMak
Senior Member
Senior Member
Posts: 370
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: Create multiple files at once

Post by *KozakMak »

ghisler(Author) wrote: 2023-07-20, 09:45 UTC TC will add the extra double quotes.
Editor=""%commander_path%\Utils\Notepad++\notepad++.exe" "%1""

this works!
OS: Win10 | TC: latest x64
Post Reply