Does someone know how to use the "DOS net use command" as Runtime.getRuntime().Exec("")?
I'm experiencing this problem: When I insert "\\" (double slash) it considers only one "\", but when I try to insert three slash ("\\\") it gets error message.
I do not think [tt]net[/tt] will be happy with forward slashes ( / ). Just use four backslashes ( \ ) : two backslashes, each escaped with a backslash.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.