Ahhh, now I think I understand that note?
Info for others - "totalcmd.exe LOADLIST <file>" is already implemented:
History.txt wrote:04.10.22 Release Total Commander 10.52 release candidate 1 (RC1)
30.09.22 Added: Command line parameters now support value LOADLIST:path\listfile.txt
instead of a directory name to load list file into file panel, like LOADLIST0 button bar command (no errors) (32/64)
Help > Command line parameters:
totalcmd.exe
/L= Set path in left window
/R= Set path right window
And since the above mentioned TC 10.52:
totalcmd.exe /L=LOADLIST:<[path\)filename> ---: Load list of somehow collected items in left window
totalcmd.exe /R=LOADLIST:<[path\)filename> ---: Load list of somehow collected items in right window
totalcmd.exe /O /T /S LOADLIST:"c:\temp\list.txt" ---: /S Interprets the passed dirs as source/target
instead of left/right (for usage with /O) -------: /T opens an new Tab
totalcmd.exe /L=LOADLIST:"c:\temp\list.txt"
totalcmd.exe /N /R=LOADLIST:c:\temp\list.txt
totalcmd.exe /N /R=LOADLIST:"c:\t e m p\list no2.txt"
totalcmd.exe /N /R="LOADLIST:c:\t e m p\list no3.txt"
totalcmd.exe /N /S /R="LOADLIST:c:\temp\list.txt"
Just pure works too:
totalcmd.exe LOADLIST:"c:\temp\list.txt"
This works like the internal command "LOADLIST >filename>" used as button-command for an already running TC.
totalcmd.inc" wrote:LOADLIST <filename>=-25;Load complete list (like search result) from file (supports modifier 0 = no error dialogs)
Am I right ? (should be better documented in History.txt and "Help > Command line parameters")