I'm currently using a command like this to open a window with all private tabs:
Run, "C:\Users\xxxx\AppData\Local\Programs\Opera\launcher.exe" --private --new-window %sales_site% %inventory% %images% %info_site%
This works great.
However, I would like to open one of those as a non-private tab so I can stay signed in to the service.
Is there a way to open a mix of Private and Non-Private tabs in the same window from the command line?