Top "Jscript" questions

JScript is a scripting language based on the ECMAScript standard, created by Microsoft and implemented in a range of environments.

How can I write a simple JScript input/output program?

I'm planning on using JavaScript to enter an informatics competition (BIO) tomorrow. However, I can't rely on the examiner having …

javascript wsh jscript
How do I control my computer master volume by batch file?

I have the following batch code. However, this code only turns up my PC volume, but I want to also …

batch-file volume jscript
JScript: how to run external command and get output?

I'm running my JScript file using cscript.exe. In the script I need to call an external console command and …

windows cmd jscript wsh
What's the difference between JavaScript, JScript & ECMAScript?

OK, so I'm trying to learn JavaScript properly so that I can write good, clean client-side code, but whenever I …

javascript jscript
What is the Javascript method CollectGarbage()? When and why should it be used?

I notice in the VS2010 javascript intellisence there is a method called CollectGarbage(). Is this an IE only method? When …

javascript jscript
Call a function written on VB from a JScript code (classic ASP)

Currently I have to deal with the legacy system written in VB. I'm not good with VB and ASP, so …

asp-classic vbscript jscript
Prompt dialog in WSH using JScript?

How to open a prompt dialog box in WSH usig JScript?? The only pop-up dialog I've found in the doc …

prompt jscript wsh windows-scripting
passing arguments to javascript through cscript on the command line

I have a small command line JScript routine that I usually run from the command line using cscript in windows. …

wsh jscript
cscript jscript JSON

This is a very very (very!!!) strange problem. I have this JSCRIPT that runs on windows XP and 7 using dos …

json jscript wsh
Parsing a JSON object array in Excel VBA

I know a similar question has been asked and answered before a few times: Parsing JSON in Excel VBA, Excel …

javascript json excel vba jscript