Lister & filenames
Moderators: Hacker, petermad, Stefan2, white
Lister & filenames
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.
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
I assume you are talking about entries at the [Extensions] section ...
Just use doublequotes for program entry:
Just use doublequotes for program entry:
Code: Select all
docx="%Commander_Path%\TOTALCMD.EXE" /S=L:POFFICE2007 ^.docx
#5767 Personal license
It works thanks.
Btw is there any difference between use :
Code: Select all
docx="%Commander_Path%\TOTALCMD.EXE" /S=L:POFFICE2007 ^.docx
Code: Select all
docx="%Commander_Path%\TOTALCMD.EXE" /S=L:POFFICE2007