Hi Guys
Now to open two websites, I use the following code:
However, they open in one window by two tabs, how could I make them open in two windows
And how can I make them open in two sessions?
Now to open two websites, I use the following code:
Code:
Shell ("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe -url www.facebook.com")
Shell ("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe -url www.google.com")
However, they open in one window by two tabs, how could I make them open in two windows
And how can I make them open in two sessions?