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
If you really want to run JavaScript in a shell, then you should consider installing Node.js
http://javascript.cs.lmu.edu/notes/commandlinejs/