Okay, I wrote a very simple script that copies a file from one spot to another. I try to run it on the server and I get an error 'Could not create object named "Scripting.FileSystemObject"'
The Line is;
Set FSO = WScript.CreateObject("Scripting.FileSystemObject")
If I use just'
Set FSO = CreateObject("Scripting.FileSystemObject")
I get the error "The specified module could not be found"
I have serach Microcoft,com google and here and I can't find what I am missing.
The Line is;
Set FSO = WScript.CreateObject("Scripting.FileSystemObject")
If I use just'
Set FSO = CreateObject("Scripting.FileSystemObject")
I get the error "The specified module could not be found"
I have serach Microcoft,com google and here and I can't find what I am missing.