Page 1 of 1
internal viewer and long filenames
Posted: 2010-09-07, 09:41 UTC
by uffe_K
When using internal viewer, long filenames are shown in their short form in the window title. The external viewer has it correct.
Can this be solved?
Posted: 2010-09-07, 10:00 UTC
by HolgerK
When using internal viewer, long filenames are shown in their short form in the window title. The external viewer has it correct.
The other way around?
I
guess you are using:
%COMMANDER_PATH%\totalcmd.exe /S=L
Just surround the exe path with quotes:
"%COMMANDER_PATH%\totalcmd.exe" /S=L
to get long names in external viewer.
HTH
Holger
Posted: 2010-09-07, 10:28 UTC
by uffe_K
Yes, the internal version, called in an external way. Confusing.
But, yes now it works. Thanks.
Posted: 2010-09-09, 14:10 UTC
by ghisler(Author)
Try passing parameter "%1" to it (including the double quotes):
"%COMMANDER_PATH%\totalcmd.exe" /S=L "%1"