Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. blunte

    backslash problems

    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.
  2. blunte

    backslash problems

    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 " +...

Part and Inventory Search

Back
Top