- 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 E_ACCESSDENIED error: what could it be?
Thanks!
I get an E_ACCESSDENIED error: what could it be? Thanks! | ||||
|
feedback
|
|
Sounds like you're running Vista or Windows 2008. The VS2008 command prompt is probably opening in Your The solution would be to specify the same path as your source file which is writable:
HTH | ||||
|
feedback
|