Is there any command line compiler for the javascript similar to the jsc for Jscript?
Cheers,
RRP83
Not that I'm aware of. Why would you need it anyway? JScript can be used on web pages, but is very different from Javascript. It can access the .NET framework while Javascript can't.
Comment