Hello
First time i’ve tried creating a vbscript and also my first post. Trying to create a script that will automatically log our thinclient users on to a network drive\folder when they login to windwos. I think I got it written correctly and I’ve put into the startup folder, but I am receiving the following message whenever it tries to start… “There is no file extension in “C:\Documents”. Any ideas?
here’s the vbs
set Net = WScript.CreateObject(“WScript.Network”)
Net.MapNetworkDrive “X:”, “\\server\file location”, False, “domain\employee”, “password”