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