I want to run a p4 command like:
p4 -P mypassword sync //depot/...
However, there is a special character '*' is my password which can't be recognized by the p4 command line.
Is there any way to escape the special character?
Maybe I could just change my password first to work around this problem.
Thank you in advance.
Edit: using %2A doesn't work for me.