I already know that to open a webpage with the default browser you use: start www.google.com. However, I\'m trying to open a URL that contains a \'&\' in it for
www.google.com
First provide the full path to the browser application file and then the complete link like this:
start "C:\Path\To\Browser.exe" "http://WebsiteURL.com"