Hello,
I have an action that launches the command prompt and then executes the Windows net use command to map a drive. The password was updated to contain special characters and the command now throws a "The filename, directory name, or volume label syntax is incorrect" error. I believe the error is due to the special charters contained in the password. Does anyone have any ideas on how to escape them or another way to to execute the net use command?
net use a:\\share /user:user password
If I run the command in the "Run" window it works fine, so there is something about it that CMD does not like. If necessary, I could develop a new object to use the Run window. Please let me know your thoughts.
------------------------------
Dan Svantner
Application Architect
US Steel
America/New_York
------------------------------