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 available. I'm totally at a loss - Can't get hello world to work:
System.print("Hello, World!")
results in "System" is undefined
Is there another way I should be running this - like through .NET runtime?
Thanks
jeff