Top "Jscript" questions

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

Scripting Git Commands in Windows

I have a few git commands I would like to automate in a restrictive windows environment. I find myself running …

git scripting jscript wsh
End of file in JavaScript

I want to read a local file line by line in JavaScript. Ut I can check if it goes to …

wsh jscript windows-scripting
How do I add coordinates to an SVG polyline?

How do I add coordinates to an existing SVG polyline with JavaScript? <svg height="240" width="700" id='svg'> <…

html svg jscript polyline hta
VBScript, JScript, Wscript ... oh my

I need to write some scripts for WinXP to support some of the analysts here at Big Financial Corp. Please …

windows batch-file vbscript scripting jscript
How can I save an MSXML2.DomDocument with indenting? (I think it uses MXXMLWriter)

I have an instance of MSXML2.DomDocument. I wave to save it, with indenting. This code works, but does not …

javascript jscript wsh msxml6
Windows Script Host (jscript): how do i download a binary file?

i'm trying to automate a file download with Windows Script Host (JScript). i see ADODB.Stream has an Open method …

adodb wsh jscript
write file using WScript.shell

How can I write text files using WScript I'm really new on this that's why I cannot give some details. …

javascript scripting windows-shell jscript
JScript Enumerator and list of properties

Consider the following WSH snippet: var query = GetObject("winmgmts:").ExecQuery("SELECT Name FROM Win32_Printer", "WQL", 0); var e = new Enumerator(…

jscript wsh
ClientPeoplePicker in CustomForm

I have Calendar and have a few customer fields and taking the input through a custom form. As the custom …

c# asp.net sharepoint sharepoint-2013 jscript
Is there a "createObject" in javascript?

In VBScript there is a function called CreateObject, which can be run on a client through a webpage. I've used …

javascript jscript