I'm trying to open Total Commander from a C# program I'm writing.
When I issue the following command
Code: Select all
tocalcmd .exe /n /l=<leftdirectory> /r=<rightdirectory>
When I issue the following command
Code: Select all
tocalcmd .exe /n /l=<left-fullfilename> /r=<right-fullfilename>
I found a post here on this forum (https://www.ghisler.ch/board/viewtopic.php?t=80055) where someone basically asks the same thing, and the answer is to use the /A switch. But in the documentation, this is only for archives, and when I try it, it doesn't work.
Code: Select all
tocalcmd .exe /n /A /l=<left-fullfilename> /r=<right-fullfilename>
What am I missing here? How can I open Total Commander and select a file left and right?
Thanks!
Marlon