Creating button to open two folders in two lister panes

I'm at a loss how to create a button to open two different folders from different drives using a DOpus Commander style dual pane interface. Can somebody please show a sample code on how to do this? For example...I want DOpus to do this:

Open c:\My Documents AND Open e:\my pictures using the Commander Dual pane interface using the current listers already open.

How do I create this?

I think it'd be:

GO OPENINLEFT c:\My Documents GO OPENINRIGHT=VERT e:\my pictures

[quote="roxy"]I think it'd be:

GO OPENINLEFT c:\My Documents GO OPENINRIGHT=VERT e:\my pictures [/quote]

I get an error message when DOpus tries to read the second line. The first lister opens fine...but the second lister is what's causing the error message.

Did you put the paths in quotes? If that doesn't help, then I have no idea, sorry. It works fine for me.

Bingo. It works now. Thanks.