totalcmd64.exe /O /S /UnknownSwitch cm_selectAll
totalcmd64.exe /O /S /UnknownSwitch cm_selectAll,em_UserCommandToDoSomethingWithSelection
It could be pretty similar to existing:
totalcmd64.exe /O /S /A d:\path\file.name
or in Internal Associations:
totalcmd64.exe /O /S ***em_UserCommandToDoSomethingWithSelection
# https://www.ghisler.ch/wiki/index.php?title=Command_line_parameters
# https://www.ghisler.ch/wiki/index.php?title=List_of_internal_commands
Edit:
OK, Google tells me I can run:
totalcmd64.exe /O /S /A em_something
However, I cannot wrap an internal command like cm_selectAll into em_selectAll.
Therefore, I cannot run:
totalcmd64.exe /O /S /A em_selectAll
if em_selectAll is:
Code: Select all
[em_selectAll]
cmd=cm_selectAll