Lister & filenames

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
sas2000
Power Member
Power Member
Posts: 682
Joined: 2003-02-07, 04:32 UTC
Location: Galiza

Lister & filenames

Post by *sas2000 »

 
If you open a Docx file (Summer 2008.docx) with Lister configured as internal viewer then Lister shows full filename on the title bar.
 
But if you do not use Lister as internal viewer, and you configure Wincmd.ini to open Docx files with Lister :

docx=%Commander_Path%\TOTALCMD.EXE /S=L:POFFICE2007

Then Lister shows short filename, SUMMER~1.DOC  instead of  Summer 2008.docx .

Thanks.
 
Last edited by sas2000 on 2010-07-21, 20:49 UTC, edited 2 times in total.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3893
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

I assume you are talking about entries at the [Extensions] section ...

Just use doublequotes for program entry:

Code: Select all

docx="%Commander_Path%\TOTALCMD.EXE" /S=L:POFFICE2007 ^.docx
#5767 Personal license
User avatar
sas2000
Power Member
Power Member
Posts: 682
Joined: 2003-02-07, 04:32 UTC
Location: Galiza

Post by *sas2000 »

 
It works thanks.

Btw is there any difference between use :

Code: Select all

docx="%Commander_Path%\TOTALCMD.EXE" /S=L:POFFICE2007 ^.docx
and

Code: Select all

docx="%Commander_Path%\TOTALCMD.EXE" /S=L:POFFICE2007
 
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

I think ^.docx template allows to insert file path into specified command line position instead of just appending it to the end of command line (some programs require this).
Post Reply