Button to open multiple tabs

Usally when I want to create a button to open multiple directories (Tabs) I use the Tabgroup modifier, save all the tabs in a group and make the button open the Tabgroup. However, in this case I would like to create a button that does it without using the Tabgroup. I want to do it because I am letting the *.dcf get created in another program dynamically. I am attempting to do like so with no luck. I imagine I am missing instruction to tell Opus to open a new Tab leaving all other open each time. How can this be done? Thanks

Go "D:\Stuff\FileMaker\Solution1\Assets\Video\"
Go "D:\Stuff\FileMaker\Solution1\Assets\Photo\"
Go "D:\Stuff\FileMaker\Solution1\Assets\Document\"
Go "D:\Stuff\FileMaker\Solution1\Assets\Webpage\"

Set SORTBY=Modified

The Go command has a NEWTAB argument which you'll need to add to all (but one of) the lines.

Oh, works well, super thanks so much!

What is really cool about Opus is that when using a *.dcf file, the Tabs will open, and the program remains in the background. When you focus Opus your result is there. However, for this use, I want Opus to focus and become the most on-top window. Is there a command that could be added to do so? Thanks

Change one of the NEWAB to NEWTAB=tofront should be sufficient if you're already opening tabs.

Thanks so much!

Thank you so much you solved my problem.