I specifically became interested in JScript because of its sheer similarity to Javascript (yes, I know, they're "the same thing"). My uses for it are console apps, the kind that can receive standard input/output, modify files, pause, etc -- things that have nothing to do with the DocumentObjectModel but everything to do with Windows Scripting/WScript.
I've noticed a serious lack of documentation from Microsoft regarding JScript and its general use in this way. They have documentation that's available for download, but it's either many years old... or they refer to it as Javascript and orient it towards web applications.
If JScript is dying, what's the next big scripting plan? I've seen both Windows Powershell and VBScript come up when I search for WScript-related questions, but I haven't seen either be pushed too far. I'm developing for a Windows XP environment, and I'd be glad to know I'm developing in something that will be both supported in the future (JScript looks like it's losing traction) and still available in the past (Powershell isn't offered where I work, not on XP machines at least).
