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 IamaSherpa 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. kbeaton

    Need help with conditional drive mapping...

    I wish I could say I had a good reason... I don't, sorry. It works now! Thanks
  2. kbeaton

    Need help with conditional drive mapping...

    I get this error now. ++++++++++++++++++++++++ Line: 6 Char: 1 Error: Type mismatch: '[string:""]' Code: 800A000D It the line that starts with "If Mid..." ++++++++++++++++++++++++ Dim WSHNetwork Set WSHNetwork = CreateObject("WScript.Network") strComputer = WSHNetwork.ComputerName If...
  3. kbeaton

    Need help with conditional drive mapping...

    I need to create a logon script for XP Pro machines and MS 2003 Server. This is the part I am currently stuck on. ++++++++++++++++++++++++++++++ Dim WSHNetwork If (mid(UCase(strComputer), 3, 2) = "LT") Then WSHNetwork.MapNetworkDrive "P:", "\\"&strComputer&"\Procede",True Else...

Part and Inventory Search

Back
Top