Second drives menu

I use dopus in commander vue but I dislike one thing:If you dont pay attention of the color lister you get your directory into the wrong window.is it possible to have a second drives menu ? first one for the left window ,second one for the right window.it is possible with total commander but I have difficulty to find it in dopus.TIA

If your drive buttons command looks like this:

Go DRIVEBUTTONS=fixed,network

change it to this:

Go DRIVEBUTTONS=fixed,network OPENINLEFT

and make another copy that does OPENINRIGHT.

There's also another argument that'll make one set of buttons open in the left or right depending on which mouse button you click with.

Thanks it works well :slight_smile:

Really? Which one is that? I wasn't able to find it.

From the manual:[quote]the multifunc option causes the drive buttons to be three-button buttons with OPENINLEFT, OPENINRIGHT and NEW as the three functions.[/quote]
For example:

Go DRIVEBUTTONS=fixed,network,multifunc

Ah yes, you are right. It is even in the documentation. Don't know how I managed to overlook that.

Thanks a lot.

GO DRIVEBUTTONS=REMOVABLE

That doesn't seem to work for me

Rex,

What kind of drives are you expecting to see that don't? Note that CDROM (which I expect includes DVD) drives aren't included in "removable" and have to be added as well if you're expecting them:

Go DRIVEBUTTONS=cdrom,removable

Floppy drive and my Card Reader.

Don't know why they're not being listed but you could try telling the command to explicitly list them by drive letter:

For example, if they're E:\ and F:\

Go DRIVEBUTTONS=+ef