Do any of you have a best practice or batch file text or what not to unambiguously re-split the file list between source and target files? Originally, I was thinking I would just parse by line, and look for different initial characters to indicate a change in path. It appears that that would have complications. For example, I'm noticing that when there's nothing selected on the source file side, it just begins with the target list. I guess that's to be expected. (I should also note that I'm currently using the %Y parameter to pass a blank list file when nothing is selected.)
Also, I'm not sure how this would work if a source or target side contained search results or a zip file or what not, but I haven't tested that yet. This complication is less important to me than just getting it to work with a standard file pane.
I just wanted to be sure I wasn't missing a command switch or some undocumented feature, before I write some parsing batch file. Also, I figured this must have been done before, so maybe one of you has a solution you're already using for this? Many thanks for the help!
Subject adjusted and hint added by moderator.
Hint for others:
History.txt wrote: Total Commander 11.00 beta 1
03.04.23 Added: Command line parameters (button bar, start menu): New parameter %a (lowercase)
includes all files from both panels in list parameters like %L, e.g. %a%WL,
e.g. for external synchronize dirs use parameters /S=S %X%P %T /O=%y%a%F (32/64)