gah, first crack at writing a vbs script and am failing miserably...
What are you trying to write?
a script (idc how I do it, just vbs was the first thing I came across, either that or a batch file, don't care) to copy a file to numerous workstations on the network, from a text or csv file with the names.
it was giving me an error with the path of the file I wanted to copy, an I can't figure out why, it was like this (and even tried this with a test.txt file to see if it was the .lnk file extension messing it up) C:\Scripts\test.txt
kept giving me an error on the path.
objFSO.CopyFile "C:\Scripts\test.txt", strRemoteFile, OverwriteExisting