June 25, 2002 - Compiling and Running JScript .NET | WebReference

June 25, 2002 - Compiling and Running JScript .NET

Yehuda Shiran June 25, 2002
Compiling and Running JScript .NET
Tips: June 2002

Yehuda Shiran, Ph.D.
Doc JavaScript

By now, you should have installed the IIS Web server and the .NET Framework (in this order). If you still need help on how to do it, please go to Column 107, JScript .NET, Part I: The Mechanics. The screen capture below shows how to compile and run JScript .NET. It has three command lines:

type tostring.js to list the code on the screen
  • >
  • jsc tostring.js to compile the code
  • >
  • tostring.exe to execute the module

    Here is the screen:

    To learn more about JScript .NET, go to Column 111, JScript .NET, Part V: Polymorphism.