SyntaxFix
Write A Post
Hire A Developer
Questions
I also meet the same error in vbscript.
Set objFSO = CreateObject("Scripting.FileSystemObject")
Solution: Open command line, run :
regsvr32 /i "c:\windows\system32\scrrun.dll"
and it works