Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dhanish

Pages: [1]
1
Support and Feedback / How to disable preview?
« on: August 25, 2023, 11:10:17 »
I tried to disable preview, by deleting all profiles in Preview Customization, but still a black window appears!

2
Script / Re: Change path in both Left and Right panel
« on: June 22, 2014, 03:51:58 »
Thank you for the reply. Finally, I was able to succeed in what I wanted. I had made the mistake of writing several lines in Custom Commands. But using the Multiscript below solved the problem.

MC.CloseAllTabs RIGHTONLY
MC.Explorer.Goto LEFT="Path1"
MC.Explorer.NewBrowser SIDE=RIGHT PATH="PathA" 
MC.Explorer.NewBrowser SIDE=RIGHT PATH="PATHB"

I started trying out MultiCommander only yesterday, and it seems to be a great program! Thank you for your effort!

3
Script / Re: Change path in both Left and Right panel
« on: June 21, 2014, 16:21:41 »
How can I obtain one more tab in the right panel showing another folder?

Pages: [1]