I have the following script:
start "" "https://site.com.br/app/index.jsf?username=nomecabuloso&token=tokenzera"
However, when I run it, it is no more than index.jsf
, it opens the following url:
https://site.com.br/app/index.jsf
I have tried to use the escape key \
, for ?
, but it does not work.
My question is, how to make it run the entire link?