Stand alone lister with language support?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Xyzzy
Junior Member
Junior Member
Posts: 54
Joined: 2004-11-24, 09:25 UTC
Location: Poland

Stand alone lister with language support?

Post by *Xyzzy »

Hi

Is it available, with support for TC language files?
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You may use TC itself as a stand-alone lister.

Code: Select all

TOTALCMD.exe /S=L "X:\Path\to\a\file.ext"
User avatar
Xyzzy
Junior Member
Junior Member
Posts: 54
Joined: 2004-11-24, 09:25 UTC
Location: Poland

Post by *Xyzzy »

MVV wrote:You may use TC itself as a stand-alone lister.

Code: Select all

TOTALCMD.exe /S=L "X:\Path\to\a\file.ext"
If I use TC, lister is already localised, so that's not really a solution.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Just use TC with separate INI file as a stand-alone lister.

Code: Select all

TOTALCMD.exe /i="X:\Path\to\wincmd.ini" /S=L "X:\Path\to\a\file.ext"
You can manually write desired language parameter into that INI so lister will use it. Also you can add some lister-specific settings (especially thoose that can't be set via its configuration dialog).

Code: Select all

[Configuration]
LanguageIni=WCMD_RUS.lng
Mainmenu=WCMD_RUS.mnu

[Lister]
TabWidth=4

[ListerPlugins]
0=%COMMANDER_PATH%\Plugins\Lister\Imagine\Imagine.wlx
0_detect="MULTIMEDIA"
...
Last edited by MVV on 2012-06-10, 15:53 UTC, edited 1 time in total.
User avatar
Xyzzy
Junior Member
Junior Member
Posts: 54
Joined: 2004-11-24, 09:25 UTC
Location: Poland

Post by *Xyzzy »

Let me rephrase:

I am not interested in Total Commander, I am asking about *stand alone* lister application.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

AFAIK there is no such one. You can just use only TC executable and it will work, you don't need any other files (maybe some lister plugins).
User avatar
petermad
Power Member
Power Member
Posts: 16152
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2Xyzzy
Is it available, with support for TC language files?
No.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply