[implemented] Allow the / for cm_commands with parameters to also be set in the parameters field
Posted: 2023-06-12, 14:30 UTC
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:
But this does not work:
It would be logical if it also worked in the second instance
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"
Code: Select all
[em_CreateShortcutSameSide]
cmd=cm_CreateShortcut
param=/GT="%P%O.lnk"