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: Select all
MENUITEM "&Restart...", cm_Exit 9
I tried also like that but to not avail:
Code: Select all
MENUITEM "&Restart...", "cm_Exit 9"