I have a vbscript which works on my Windows 7 computer, but trips up on my colleague's. It throws an error at the following line:
We both have Microsoft .NET Framework installed, although mine is 4.6.2 and his is 4.6.1
Is there some other prerequisite that he needs to have to run the script?
Thanks,
Jeff
Code:
Set objShell = CreateObject("WScript.Shell")
We both have Microsoft .NET Framework installed, although mine is 4.6.2 and his is 4.6.1
Is there some other prerequisite that he needs to have to run the script?
Thanks,
Jeff