Tagged Questions

0
votes
1answer
159 views

JScript.Net compiler error

I create a .js file containing print("Hello World!"); I save it as hello.js I open the Visual Studio 2008 Command Prompt jsc + Enter jsc \out:hello.exe C:\path\to\my\file.js + Enter I get an ...