Re: password
@dev: Everything is explained in the posts above or in the links.
If you want to include your password to session URL, the encoding is:
(I've used the GUI to generate the encoded password [again as described in the links] – some of the special characters might not really need encoding, the GUI is too strict in this respect when generating the code)
Or you can use
And if you want to use it in a batch file, you have to double the percent signs.
If you want to include your password to session URL, the encoding is:
n%25%28DZFe6eB%2Fkt%5D%245%7E%3CU_
(I've used the GUI to generate the encoded password [again as described in the links] – some of the special characters might not really need encoding, the GUI is too strict in this respect when generating the code)
Or you can use
-password
switch to avoid need to encoding the password.
And if you want to use it in a batch file, you have to double the percent signs.