I\'m trying to run javascript from a windows command line via script
cscript //NoLogo test.js
However, I can\'t find any predefined objects which are av
That is actually JScript and when run with cscript or wscript, it's under the Windows Scripting Host environment, which has no real similarity with web-based javascript.
cscript
wscript
Windows Scripting Host reference