Howdy.
I'm having a really hard time dealing with backslashes in a win32 utility I'm making.
Here's a code snippet:
nextLetter = getNextAvailableLetter()
newdrive = "\\\\myserver\\myshare"
print "newdrive = [" + newdrive + "]"
system("cmd /c net use " +...
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.