Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1723

Using jscript9 instead of jscript

$
0
0
ver.js
Code:
WScript.Echo( ScriptEngineMajorVersion() + "." +
              ScriptEngineMinorVersion() + "." +
              ScriptEngineBuildVersion());

Normally, cscript.exe uses the jscript.dll by default.

In order to use the jscript9.dll with cscript.exe,
the jscript9 engine must be used as a command line option.

Doing a search of the registry for jscript9.dll,
I found the ClsID;...

Read more

Viewing all articles
Browse latest Browse all 1723

Trending Articles