/A When an archive file is passed as path, do not open it, but instead open the directory containing the archive and set the archive as the active file (place the text cursor on it).
And by using the following command, one can open TC and with the file pre-selected.
Code: Select all
TotalCMD64.exe /O /T /A /L="FilePath"
I've tried to use LOADSELECTION as below, but it acts as TC style selection, not the style of "placing the text cursor on it".
Code: Select all
LOADSELECTION <filename>=-24;Load selection from file