6
I have the following script:
start "" "https://site.com.br/app/index.jsf?username=nomecabuloso&token=tokenzera"
But when I do, it’s only index.jsf
, it opens the following url:
https://site.com.br/app/index.jsf
I’ve tried using the escape key \
, to the ?
, but it doesn’t work.
My question is, how to make it run the entire link?
It was because the quotation marks had already escaped the characters.
– user28595