Thanks, I made a branch view of the whole archive and overlooked the wcmd_win10amd64_eng.zip

I even have an Everything index for archives, but this currently doesn't support nested archives

Moderators: Hacker, petermad, Stefan2, white
I have my default bar in TC's program folder too, but I use the path to the profile dir (where wincmd.ini is located), because that is what TC uses if the program dir is write protected, if it for exampkle is insctalled in "C:\Program Files\totalcmd". If you have for example your TC installed in C:\Totalcmd, and you have UseIniInProgramDir=7 in your wincmd.ini file, then my Menus will use C;\totalcmd as the dir for the default.bar.I have a very old legacy installation, and have always had the button bar files inside the totalcmd program directory (%COMMANDER_PATH%), not in the profle dir. Which is the better place to put button bars?
I know - but I decided to keep using %COMMANDER_INI%\..\ for backwards compatability. %COMMANDER_INI_PATH% is mainly introduced because there apparantly where some 3rd party programs that couid not handle %COMMANDER_INI%\..\ - but in my menus there are no such problems.Note: TC v11.03 introduces a new variable anyway: %COMMANDER_INI_PATH%, which would be more appropriate than using the %COMMANDER_INI%\..\default.bar parameter
COMMANDER_INI=%APPDATA%\GHISLER\wincmd.ini
Code: Select all
cmd1=cm_VisButtonbar 2,cm_VisButtonbar 1
Yes, That's what I did. Thanks for the complete answer and for your Extendended Menus in the 1st place.If you want to do it yourself for now, it is the cmd1= line that has to be changed in the files win*_1_???.bar, win*_3_???.bar and win*_4_???.bar files in the %COMMANDER_PATH%\Language\wcmd_win*_??? folder.
suggested:POPUP "Language/Menu"
...
MENUITEM SEPARATOR
MENUITEM "Open Langua&ge/Menu File under Cursor", em_ext_openlanguagefile
MENUITEM "Open Men&u File under Cursor", em_ext_openmenufile
MENUITEM "Open Language/Menu Button Bar", em_ext_langbar
...
In 3rd item I am not sure but I think it should be renamed to "Load Language Button Bar", since menu is not changed.POPUP "Language/Menu"
...
MENUITEM SEPARATOR
MENUITEM "Load Langua&ge/Menu from File under Cursor", em_ext_openlanguagefile
MENUITEM "Load Men&u from File under Cursor", em_ext_openmenufile
MENUITEM "Load Language/Menu Button Bar", em_ext_langbar
...