How to open a URL with cmd?
问题 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 example: https://www.google.dz/?gws_rd=cr,ssl&ei=rXc_WYq3Msy2abGXpugH#safe=off&q=hello+world If I use: start https://www.google.dz/?gws_rd=cr,ssl&ei=rXc_WYq3Msy2abGXpugH#safe=off&q=hello+world It will not work cause there is a & 回答1: & is a special caractere in batch so if the URL contains a special caractere you just have to do it like