Author Topic: Can I open folders and select files in both panes from command line  (Read 5418 times)

rsaburov

  • Newbie
  • *
  • Posts: 1
    • View Profile
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 ?

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 510
  • Old Skull
    • View Profile
You can create Multiscript-based user defined command and pass it as command line parameter. See online doc for details.