Need help with "Go DRIVEBUTTONS" command

Hi there,

I need help with command. I have Fixed Drives button with function :

Go DRIVEBUTTONS=fixed OPENINLEFT

Now, we all know what this does. What I want to know is to also set source to left panel (so it gets focused cuz I use keyboard alot).

If I write something like this it doesn't work :

Go DRIVEBUTTONS=fixed OPENINLEFT Set SOURCE=Left

Anyone has any idea?

Thanks in advance.

Best regards,
Goran Genter

Commands which generate a list of buttons (e.g. Go DRIVEBUTTONS) can only be used on their own; they can't be combined with other normal commands (e.g. Set SOURCE=left).

You could work around this by creating an individual button for each drive, which runs something like this:

Go C:\ OPENINLEFT Set SOURCE=Left

Thanks for your explanation. I though it was something like some sort of special behaviour.

I've got used to this behaviour in Total Commander. In TC when you have dual drive buttons it also automatically sets source to appropriate panel.
Now I switched to dopus after 10 years of TC and I have problems with my habit :slight_smile: