If once I need to get started MultiCommander from some folders in both panels I can use command line or bat-file and execute the following command:
start "" D:\programs\MultiCommander\MultiCommander.exe C:\1 D:\2
or little more simple if use custom system variable for MultiCommander.exe:
start MultiCommander C:\1 D:\2
How can I run more complex task - to open folders and select files there in both panels on start ?