Launch Dopus with 2 paths

Hi
I am trying to open either a new Lister or an already open one (don't care which) from another program (VB using Shell Command)
I would like to send the usual "C:\Program Files\GPSoftware\Directory Opus\dopus.exe" command followed by two UNC paths
and have the Lister display one path one each side of a dual vertical.

Any help would be greatly appreciated

Thanks
Pete

Using dopusrt.exe rather than dopus.exe is best here.

"C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe" /cmd Go NEW PATH "\\server1\share1" DUALPATH "\\server2\share2"

Thanks
Works Great