Page 4 of 4

Re: Internal DC commands, which are very lacking in TC

Posted: 2023-06-19, 20:05 UTC
by Sir_SiLvA
Seyran_72 wrote: 2023-06-19, 18:25 UTC CTRL+SHIFT+F5 Does NOT create a shortcut next to itself. To do this, you will have to include the same directory on the parallel panel as the original one. This is not always convenient to do - you have to switch tabs - as a fact, extra movements.
No, you press CTRL+SHIFT+F5, delete the path (not the filename) and you get what you want...

Re: Internal DC commands, which are very lacking in TC

Posted: 2023-06-19, 20:53 UTC
by petermad
2Seyran_72
The command "Create a shortcut to a file in the source panel" is missing
Yo can make that command in your usercmd.ini file yourself:

Code: Select all

[em_CreateShortcutSamePanel]
cmd=cm_CreateShortcut
param=/T="%P%O.lnk"

Re: Internal DC commands, which are very lacking in TC

Posted: 2023-06-20, 15:34 UTC
by j7n
I don't understand the unwillingness to add file system links or wipe. The program claims to offer "total" control and yet witholds some options. Undeletion doesn't really work anymore on an SSD because the space gets freed up instantly by the trim feature. It is also possible to overwrite one file with another through the copy function. An old-fashioned program like this is mainly used by experienced users.

I am mainly interested in links and don't need wipe.

Re: Internal DC commands, which are very lacking in TC

Posted: 2023-06-21, 00:50 UTC
by Seyran_72
Sir_SiLvA wrote: 2023-06-19, 20:05 UTC No, you press CTRL+SHIFT+F5, delete the path (not the filename) and you get what you want...
Sir_SiLvA, I didn't realize that this could be done. Thanks for the advice! :)

Re: Internal DC commands, which are very lacking in TC

Posted: 2023-06-21, 00:56 UTC
by Seyran_72
petermad wrote: 2023-06-19, 20:53 UTC
Yo can make that command in your usercmd.ini file yourself:

Code: Select all

[em_CreateShortcutSamePanel]
cmd=cm_CreateShortcut
param=/T="%P%O.lnk"
petermad, thanks for the tip. But I created an empty usercmd.ini file in the Commander's program directory, entered the letter for the letter of your text, restarted the Commander, but the "Create Shortcut" icon (using the "CreateShortcut" command for me) still suggests creating a shortcut with the path corresponding to the panel on the other side of the program.
What did I do wrong?

Re: Internal DC commands, which are very lacking in TC

Posted: 2023-06-21, 03:11 UTC
by Sir_SiLvA
Seyran_72 wrote: 2023-06-21, 00:50 UTC Sir_SiLvA, I didn't realize that this could be done. Thanks for the advice! :)
So in other words you didnt even use CTRL+SHIFT+F5 before my second comment.... :twisted:

Re: Internal DC commands, which are very lacking in TC

Posted: 2023-06-21, 05:13 UTC
by Seyran_72
Sir_SiLvA wrote: 2023-06-21, 03:11 UTC
Seyran_72 wrote: 2023-06-21, 00:50 UTC Sir_SiLvA, I didn't realize that this could be done. Thanks for the advice! :)
So in other words you didnt even use CTRL+SHIFT+F5 before my second comment.... :twisted:
No, I use the CTRL + SHIFT + F5 combination. I just didn't think to remove the path and leave only the file name in order to get a shortcut in the source folder))
Thank you again! Simple and tasteful, as they say))

Re: Internal DC commands, which are very lacking in TC

Posted: 2023-06-21, 08:11 UTC
by petermad
2Seyran_72
but the "Create Shortcut" icon (using the "CreateShortcut" command for me) still suggests creating a shortcut with the path corresponding to the panel on the other side of the program.
By "Create Shortcut" icon - do you mean a button in the buttonbar? If that is the case you have to edit the button's command from cm_CreateShortcut to em_CreateShortcutSamePanel