Open tabs from command line

I want to be able to open a set of directories in tabs in a new Lister from the Windows command line. How can I do this?

Basically something like this should work.

dopusrt /cmd Go "D:\Mine\Screen Grabs" NEW pause dopusrt /cmd Go "C:\Documents and Settings\All Users" NEWTAB

The pause is to give Opus time to open the new lister and load the first folder, you could use any other form of delay in place of the pause.

However if you want to open the same folders each time in a new lister from a command line prompt, then you might want to consider setting up a saved tab group in Opus and then loading that into a new lister instead.

dopusrt /cmd Go TABGROUPLOAD="My saved tab group" NEW

Also I'm assuming dopusrt.exe is in your environmental path variable, if it's not you'll need to specify the full path to where dopusrt.exe is located in your computer.

Works perfectly, thanks.