Hi.
I don't know if this question has been asked before.
Is it possible in TC to automatically change file name to match folder name when saving a file to that folder?
Is there such a trigger or a function or is it possible to achieve such functionality in TC?
Is it possible to automatically change file name?
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 11
- Joined: 2023-12-11, 02:43 UTC
Re: Is it possible to automatically change file name?
2slishnevsky
Button:
or hotkey:
Configuration --> Options... --> Misc.
Command: cm_Edit
Parameters: /GCL1N="%B"
And if you do not change, but create (open)?automatically change file name to match folder name
Button:
Code: Select all
TOTALCMD#BAR#DATA
cm_Edit
/GCL1N="%B"
wcmicons.dll,28
Edit
-1
Configuration --> Options... --> Misc.
Command: cm_Edit
Parameters: /GCL1N="%B"