I\'m interested to know who uses JScript.Net and for what sort of applications. Whenever I\'m reading MSDN .Net documentation, I always notice the JScript samples but in all
JScript .NET is one of the languages supported for writing application extensions for Sony's family of media editing products. Sound Forge & Vegas.
In particular Sound Forge has a window that you can use to edit and run scripts to manipulate audio files.
It turns out the Microsoft made it pretty easy to add scripting to your application using one (or all) of the .NET supported languages. VB, JScript & C#. Just just have to expose some objects from your application and hand those objects (assemblies actually) to the compiler along with the user's script text.
They have a web forum for script writers for Sound Forge