Page 1 of 1

[implemented] Allow the / for cm_commands with parameters to also be set in the parameters field

Posted: 2023-06-12, 14:30 UTC
by petermad
Currently (TC 11.00b6) these parameters cn_Copy, cm_RenMov, cm_CreateShortcut, cm_PackFiles and cm_UnpackFiles takes parameters that starts with a slash /

For buttons and em_commands the slash has to be in the command field, while the rest of the parameters can be in the Parameters field:

so this works:

Code: Select all

[em_CreateShortcutSameSide]
cmd=cm_CreateShortcut /
param=GT="%P%O.lnk"
But this does not work:

Code: Select all

[em_CreateShortcutSameSide]
cmd=cm_CreateShortcut
param=/GT="%P%O.lnk"
It would be logical if it also worked in the second instance

Re: Allow the / for cm_commands with parameters to also be set in the parameters fiesl

Posted: 2023-06-13, 12:06 UTC
by ghisler(Author)
I have already implemented this a few days ago, it will be in beta 7.

Re: Allow the / for cm_commands with parameters to also be set in the parameters fiesl

Posted: 2023-06-21, 16:13 UTC
by petermad
Confirmed inplemented ib TC 11.00b7 :-)