I have JavaScript inside a .wsf file and I'm getting the error:
C:\bin\LDLSInfo.wsf(53, 34) Windows Script Host:
Cannot retrieve referenced URL: S:\tools\JScript\lib\StandardWSH.js
At line 53, it says
<script language="JScript" src="S:\tools\JScript\lib\StandardWSH.js"/>
I know that LDLSInfo.wsf (the main script) and StandardWSH.js (the script to load) both work fine, because I've ran them from a different machine.
It works fine on one machine and not on the other, both are Windows 7 x64 computers. So I'm thinking I'm missing some .dll's.
Thanks for the help,
-jb