> I want to use JScript.NET but I find I have to compile the code using
> jsc.exe that came with the .NET sdk instead of just double clicking on the
> script.
Hi,
Try the following, and map .js files to run with js7.exe:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=AE465477-
9549-4696-8865-57571944567A
Peter

Signature
Peter Torr - http://blogs.msdn.com/ptorr
HD DVD Program Manager
Joe Nastasi - 17 Jun 2006 05:44 GMT
Thanks. This worked great.
It does not support the WScript object, so I just created a new file type
called .jsn which I mapped to this program and I kept .js mapped to
wscript.exe for times when I need to use the WScript object.
The readme actually said the program could be extended to support the
WScript object, but I don't know enough programming to do that yet :-)
>> I want to use JScript.NET but I find I have to compile the code using
>> jsc.exe that came with the .NET sdk instead of just double clicking on
[quoted text clipped - 7 lines]
>
> Peter