I don't know what append to my PC, but from today I have this problem:
if I write a simple vbs script with this 2 line :
Set oFSO = CreateObject("Scripting.FileSystemObject")
Set WSHShell = CreateObject("WScript.Shell")
I get a error on line 2: The specified procedure could not be found
If I invert the order:
Set WSHShell = CreateObject("WScript.Shell")
Set oFSO = CreateObject("Scripting.FileSystemObject")
I don't have problem !!!
Now all my old script could not be used anymore why I get the error I mention, but Why ?
The only think I remeber I done in tha last day was to install .Net Framework.
Thak's for any help