Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: rsaburov on August 28, 2017, 00:38:21

Title: Can I open folders and select files in both panes from command line
Post by: rsaburov on August 28, 2017, 00:38:21
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 ?
Title: Re: Can I open folders and select files in both panes from command line
Post by: Jungle on August 28, 2017, 18:25:04
You can create Multiscript-based user defined command and pass it as command line parameter. See online doc for details.