Extended Menus for TC 11.03 - Updated February 21st 2024

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
ElQuia
Junior Member
Junior Member
Posts: 79
Joined: 2009-04-18, 23:44 UTC
Location: Córdoba, Argentina

Post by *ElQuia »

petermad wrote:2ElQuia

Yes, they can.

But off course you have to select the proper menu (from TC's Language setup dialog) each time you change OS.

If you use both Win XP and Win 7 menu, and you have installed wciconex.dll and wciconex.inc via the Help -> Install Addons for Total Commander, then you must overwrite wciconex.inc with the provided wciconex.in_
OK That worked OK Thanks

Now I have to get down to see how I can get TX x64 similar to my highly personalized TC x86, plugin manager is missing for x64 and quite a bunch of plugins...

QUESTION: what changes do you plan for final menus???

Nice Work :D
User avatar
tbeu
Power Member
Power Member
Posts: 1336
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

Is there any reason why lister.exe of wcmd_win7amd64_eng.zip is from 11.02.2007 whereas official lister.exe from https://plugins.ghisler.com/addons/lister32.zip is newer (from 04.07.2007)?

Typo in

Code: Select all

[em_ext_list_fileinfo]
cmd=%COMMANDER_EXE% /S=L:Pfileinfo
param=%Z%P%N
menu=Show with TTFViewer
button=%COMMANDER_PATH%\PLUGINS\WLX\fileinfo\fileinfo.wlx
TTFViewer should be replaced by FileInfo.

I do not have the lister plugins installed in %COMMANDER_PATH%\PLUGINS\WLX\ but in %COMMANDER_PATH%\..\PLUGINS\. Some auto configuration would be nice.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
petermad
Power Member
Power Member
Posts: 14795
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2EricB
the env var is not resolved in the Main menu file field
Actually most environment variables are not resolved in TC's GUI - but this way you can actually use the env. var. directly in the Main menu field of the Language setup dialog (as recommended in the first post in this thread) - you don't have to manually edit wincmd.ini.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
EricB
Senior Member
Senior Member
Posts: 355
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

Aha,

I did not know about using those vars directly in the GUI. Convenient, although I do not mind direct edits of wincmd.ini. I'm also using environment vars in redirection, so I'm familiar with the concept.

Regards, EricB
User avatar
petermad
Power Member
Power Member
Posts: 14795
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2ElQuia
QUESTION: what changes do you plan for final menus???
Not any right now, only bugfixes - and whatever you guys might come up with regarding features.

Is there any reason why lister.exe of wcmd_win7amd64_eng.zip is from 11.02.2007 whereas official lister.exe from https://plugins.ghisler.com/addons/lister32.zip is newer (from 04.07.2007)?
There are som errors in the gui in the version you refer to.
Typo in
Thank you - I'll correct that.
I do not have the lister plugins installed in %COMMANDER_PATH%\PLUGINS\WLX\ but in %COMMANDER_PATH%\..\PLUGINS\. Some auto configuration would be nice.
It is only for the icon in case you use the command for a button.
There is no way with TC's current installer system, that I can make it configurable.
Last edited by petermad on 2012-02-24, 19:44 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
EricB
Senior Member
Senior Member
Posts: 355
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

Petermad,

Some English commands have incorrect descriptions:
em_ext_openas with description 'Åbn med (Windows)'
em_ext_show_programfiles with description 'Vis programfiler'
em_ext_perfmon with description 'Ressource Monitor' -> Typo

Furthermore, the wcmd_win7amd64_?_eng.ini and wcmd_win7x86_?_eng.ini files contain entries with references to their own file names. Wouldn't it be convenient to substitute those also with the %PROCESSOR_ARCHITECTURE% variable?

Regards, EricB
User avatar
petermad
Power Member
Power Member
Posts: 14795
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2EricB
em_ext_openas with description 'Åbn med (Windows)'
em_ext_show_programfiles with description 'Vis programfiler'
em_ext_perfmon with description 'Ressource Monitor' -> Typo
Thanks - they will be corrected.
Furthermore, the wcmd_win7amd64_?_eng.ini and wcmd_win7x86_?_eng.ini files contain entries with references to their own file names. Wouldn't it be convenient to substitute those also with the %PROCESSOR_ARCHITECTURE% variable?
That is not necessary - TC will always use .mnu and .ini files with corresponding names. So if wcmd_win7amd64_?_eng.mnu is used then wcmd_win7amd64_?_eng.ini will also be used.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
EricB
Senior Member
Senior Member
Posts: 355
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

I was aware of that. I was more thinking along the line of maintainability: the less differences between the x86 and x64 the better maybe. But in retrospect there are only 6 entries which would be unified, most of the other differences are SYSWOW64 related.

Regards, EricB
Regards, EricB
krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Post by *krasusczak »

Errors

Files: wcmd_win7x86_1_eng.mnu & wcmd_win7x86_2_eng.mnu
Line: MENUITEM "&Music (XP)", em_ext_mymusic
Problem: (XP)


Files: wcmd_win7x86_1_eng.ini & wcmd_win7x86_2_eng.ini & wcmd_winxp_1_eng.ini & wcmd_winxp_2_eng.ini
Line: menu=Ĺbn med (Windows)
Problem: "Ĺbn med" i thing it's a Dansk lang?


x64 you need to check by your own:P



@edit:
I'm not sure about %PROGRAMW6432% variable 'cause on my x86 win7SP1 games with this var don't work at all (work from %ProgramFiles%)
dvdmaker, journal also work only from %ProgramFiles%

I can't check iexplorex64, programfiles & securityessentials

%PROGRAMW6432% works only with windowsdefender..


%PROGRAMFILES(X86)% also doesn't work



@edit2:
%COMMONPROGRAMFILES(X86)% also
User avatar
petermad
Power Member
Power Member
Posts: 14795
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2krasusczak
Line: MENUITEM "&Music (XP)", em_ext_mymusic
Problem: (XP)
Thanks I'll correct that.

Files: wcmd_win7x86_1_eng.ini & wcmd_win7x86_2_eng.ini & wcmd_winxp_1_eng.ini & wcmd_winxp_2_eng.ini
Line: menu=Ĺbn med (Windows)
Problem: "Ĺbn med" i thing it's a Dansk lang?
Already reported by EricB http://ghisler.ch/board/viewtopic.php?p=242548#242548

I'm not sure about %PROGRAMW6432% variable 'cause on my x86 win7SP1 games with this var don't work at all (work from %ProgramFiles%)
dvdmaker, journal also work only from %ProgramFiles%

I can't check iexplorex64, programfiles & securityessentials

%PROGRAMW6432% works only with windowsdefender..


%PROGRAMFILES(X86)% also doesn't work
It works here on x64 Windows 7.

Could you help me: Open a command prompt (Commands -> Open command prompt window) and write SET and press Enter.

How many of these variables do you see:
CommonProgramFiles=
CommonProgramFiles(x86)=
CommonProgramW6432=
ProgramFiles=
ProgramFiles(x86)=
ProgramW6432=

And what are the values?

Probably every entry that has %windir%\sysnative\ in the path (like Snipping Tool, Sound Recorder, Sticky Notes, System Configuration, Memory Diagnostics Tool, WindowsAnytime Upgrade, Windows Fax and Scan, Disk Defragmenter, Narrator) will not work on your 32bit Windows either, and a lot of the icons in the icon bars might not be shown for the same reason - is that correct?
Last edited by petermad on 2012-02-26, 17:32 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Post by *krasusczak »

I have only:
CommonProgramFiles=C:\Program Files\Common Files
ProgramFiles=C:\Program Files


I thing that rest may be only in x64, x86 arch. assumes that there is no need of any x64 marker..
User avatar
petermad
Power Member
Power Member
Posts: 14795
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

I thing that rest may be only in x64, x86 arch. assumes that there is no need of any x64 marker..
I guess so. The problem with for example Games is that in Win 7 x64 they are installed in %programfiles%\microsoft games\ but if I use that in the 32 bit version of TC under x64 Windows, then that points to %programfiles(x86)%\microsoft games\ where the files are not to be found.

I guess I have to make a third version of the menus for 32bit Windows 7
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Post by *krasusczak »

Yes %windir%\sysnative also don't work:/
User avatar
petermad
Power Member
Power Member
Posts: 14795
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2krasusczak

Try and download this: http://madsenworld.dk/tcmd/tc800_win7_eng_b5.zip

Please test all items in the "Folders" and "Windows 7" menu.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Post by *krasusczak »

Control Panel:
-Bluetooth Settings (no response but i have no device)
-Infrared (no response but i have no device)

-Windows Mobility Center (no response) (one space to much in name)
-Windows Anytime Upgrade (no response)

-Flash Player Settings Manager (no response) (i have flash player 11.1.102.55 but w/o flash activex ??)
-DivX Control Panel (no response) (i thing that my K-Lite Codec Pack have only Xvid configuration)
-Intel(R) Graphic Driver (no response) (i don't have intel graph)
-Realtek HD Audio Control Panel (no response) (i have Realtek HD audio 6.0.1.5413 from my MSI ??)

Program & Accessories
-Windows Anytime Upgrade (Error: File not found!)
-Windows Mobility Center (no response)
-Windows Photo Viewer (Error: This function cannot be used with packed files!)?


Windows PowerShell:
-Windows PowerShell (x86) (Error: File not found!)
-Windows PowerShell ISE (x86) (Error: File not found!)
You changed x86 with x64 (x64 works) ;P


-Windows Live Essentials (all not work but i have only Windows Live for games)

-Microsoft Security Essentials (i thing that not installed i don't have msseces.exe on c:)

-Default Button Bar (doesn't work - my default bar is in the main dir like no.bar) maybe this: %COMMANDER_PATH%\default.bar ?


@edit:
flash & other have "SYSWOW64" in src
Post Reply