Command line parameters that I use for lst2str are:
Code: Select all
/X:"C:\Program Files\TotalCmd\utils\CmdLineViewer.exe" /L:"%L" /F:%T%M /N:2

If I select two files (e.g. "a.txt" and "b.txt") in the source pane and cursor in the target pane is at the ".." entry, lst2str receives the following:
Code: Select all
/X:"C:\Program Files\TotalCmd\utils\CmdLineViewer.exe" /L:"C:\DOCUME~1\UserName\LOCALS~1\Temp\CMD29F4.tmp" /F:"C:\Program Files\TotalCmd\utils\" /N:2
Code: Select all
"C:\Program Files\TotalCmd\utils\a.txt" "C:\Program Files\TotalCmd\utils\b.txt" "C:\Program Files\TotalCmd\utils" /N:2"
Code: Select all
"C:\Program Files\TotalCmd\utils\a.txt" "C:\Program Files\TotalCmd\utils\b.txt"
Code: Select all
"C:\Program Files\TotalCmd\utils" /N:2"
