I have a program launching a website via the following command.
cmd \"start /max http://url.com\"
When launching a website via this method
You can just use
explorer "https://google.com"
Which will launch your default browser and navigate to that site.
And on Mac I've using
open "https://google.com"