Update... sometimes when things are particularly confusing, it's easy to overlook an obvious mistake.
My sample code would have worked if I had put a ":" after the nextLetter (ie, E: )
My problem is apparently solved now.
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.