April 18, 2002 - Installing the JScript .NET Compiler
April 18, 2002 Installing the JScript .NET Compiler Tips: April 2002
Yehuda Shiran, Ph.D.
|
jsc.exe
, the JScript .NET compiler. Open a command window and type jsc.exe
. Your path should have been updated by the .NET SDK installation, so you can expect that jsc.exe
will work from any directory. Type jsc
at the prompt and watch the help file listing roll down the window.The .NET SDK documentation provides a wide range of instructive and practical information. It includes a class libraray reference, conceptual overviews, step-by-step procedures, information about the SDK's tools, and tutorials. These tutorials demonstrate how to create specific types of applications.
To learn more on JScript .NET, go to Column 107, JScript .NET, Part I: The Mechanics.