Hello there !
Is it possible to add a cm_ command with parameters for a main menu item? I tried but Total Commander raise an error with starting up.
I would like to add a menu entry under "Files" to restart Total Commander, like that:
TC don't like the trailing "9" (the parameter).
I tried also like that but to not avail:
Maybe the only way to do it is to create a new em_ command calling the cm_ with parameters, and then add that em_ on the main menu.
Is it possible to add a cm_ command with parameters for a main menu item? I tried but Total Commander raise an error with starting up.
I would like to add a menu entry under "Files" to restart Total Commander, like that:
Code:
MENUITEM "&Restart...", cm_Exit 9
I tried also like that but to not avail:
Code:
MENUITEM "&Restart...", "cm_Exit 9"
Statistics: Posted by jonathanpoulin — 2024-07-13, 22:06 UTC