Password containing + fails with open command
I have experienced a problem using the open command (from the Windows command line) with a password that contains a + character, the open fails with an Access Denied message. I am using open as follows:
open userid:%pas+sword@server.com
The same command with a password not containing + works ie:
open userid:%password@server.com
Is there anyway of escaping + characters in the password, when using the open command
open userid:%pas+sword@server.com
The same command with a password not containing + works ie:
open userid:%password@server.com
Is there anyway of escaping + characters in the password, when using the open command