Jump to content

Talk:Windows Script Host

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Materialscientist (talk | contribs) at 05:57, 25 November 2023 (Reverted edit by 2001:8F8:1C65:C2F3:A094:E82D:CC7A:47E0 (talk) to last version by YOSHIYUKI OGAWA). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing: Software Start‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Software.
WikiProject iconMicrosoft Windows: Computing Start‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Microsoft Windows, a collaborative effort to improve the coverage of Microsoft Windows on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computing.

The different parts

WSH is made of 3 distinct parts:

  • WScript.* Automation classes (WScript.Shell and WScript.Network), available to all automation hosts, but adding much needed features to WSH.
  • WScript.exe, the GUI WSH host.
  • CScript.exe, the console WSH host.

Both WScript.exe and CScript.exe includes a "WScript" object (aka "WSH", both names reference the same live objects) available to any script engine loaded in WSH and providing basic functions like text output and arguments parsing.

Note the WScript objects exposed by WScript and CScript, altough they implement the same interface, are not the same objects, WScript in WScript.exe is designed for GUI operations, and its .Echo method generates a dialog, while WScript in CScript.exe is designed for console operations, and its .Echo method generates stdout text in the console window. Another notable difference is that the .StdIn, .StdOut and .StdErr properties of the WScript object are only available in the CScript.exe version.

PhMajerus 17:16, 13 April 2007 (UTC)[reply]

Client Side VBScript

There is a proposal to merge the Wikipedia entry for VBScript with Windows Script Host. Please note that VBScript can also run as client script. —Preceding unsigned comment added by 124.191.124.102 (talk) 22:54, 8 March 2008 (UTC)[reply]

These are two quite different topics, in my opinion. DonToto (talk) 03:10, 30 June 2010 (UTC)[reply]
Absolutley! WSH is a platform, that can be scripted by VBScript as well as others. VBScript just happens to be the most commonly used ActiveScripting language for system-administrators and has been pushed hard on them by Microsoft. At least it was like that in the heyday of the WSH. Merging it with the VBScript article would mean, that we could merge it with the Javascript, Python, Perl, Lua or Ruby article just as well. I am strongly opposed to this, simply because it would be factually wrong.2003:87:4A32:90D7:ED8B:D11F:E01F:B114 (talk) —Preceding undated comment added 17:27, 5 March 2017 (UTC)[reply]

Add an example

I think for a programming language that is highly important —Preceding unsigned comment added by 81.184.58.60 (talk) 11:47, 26 April 2008 (UTC)[reply]

This has been done in a previous edit. DonToto (talk) 03:10, 30 June 2010 (UTC)[reply]

WSH not introduced

The abbreviation WSH is not introduced before its first use. Shouldn't it?

--Mortense (talk) 13:34, 25 January 2010 (UTC)[reply]

Agreed. This has now been done.DonToto (talk) 03:10, 30 June 2010 (UTC)[reply]

Available scripting engines

Could someone please explain what is the intention of the first two columns, Name, and Language. It doesn't seem to make sense, e.g. Perl is not PerlScript, etc. But perhaps I am missing something? DonToto (talk) 03:10, 30 June 2010 (UTC)[reply]

ECMAScript Version

Which versions of ECMAScript do the different versions of JScript implement? --80.167.190.83 (talk) 08:39, 15 August 2012 (UTC)[reply]

Windows Based Script Host

Looks like the current name is "Windows Based Script Host" or "Windows-based Script Host" [1], not sure as of when. JeepdaySock (AKA, Jeepday) 13:45, 20 November 2012 (UTC)[reply]

Citations, references needed, also repetition

There is a lot of repetition here. Also, a lot of things get stated, without any verification offered. I found it difficult to find any XML stuff, that directly addresses the WSH outside of this article, except the Microsoft XMLDocument component, which, however, is just a shared function library like all the other COM objects. Also the 'Elf Data' is ambigous. Is this a company, the 'Executable and Linkable Format', the 'European Location Framework' or something else? May I kindly ask those, who have added to the table, provide links/footnoes with links? Thank you.2003:87:4A32:90D7:ED8B:D11F:E01F:B114 (talk)

Activation

Activating Windows Script Host Editor-Dude (talk) 16:55, 2 March 2018 (UTC)[reply]

Punctuation error?

So in addition to ASP, IIS, Internet Explorer, CScript and WScript, the WSH can be used to automate and communicate with any Windows application with COM and other exposed objects, such as using PerlScript to query Microsoft Access by various means including various ODBC engines and SQL, ooRexxScript to create what are in effect Rexx macros in Excel, Quattro Pro, Microsoft Word, Lotus Notes and any of the like, the XLNT script to get environment variables and print them in a new TextPad document, The VBA functionality of Microsoft Office, Open Office(as well as Python and other installable macro languages) and Corel WordPerfect Office is separate from WSH engines although Outlook 97 uses VBScript rather than VBA as its macro language.[8]


I paraphrased the above sentence for clarification as shown below:


So in addition to ASP, IIS, Internet Explorer, CScript and WScript,

the WSH can be used to automate and communicate with any Windows application with COM and other exposed objects, such as:

1. using PerlScript to query Microsoft Access by various means including various ODBC engines and SQL,

2.ooRexxScript to create what are in effect Rexx macros in Excel, Quattro Pro, Microsoft Word, Lotus Notes and any of the like,

3.the XLNT script to get environment variables and print them in a new TextPad document,

The above sentence should end at the phrase #3. The following should be a new sentence because it has the capital letter "T" at the beggining.

The VBA functionality of Microsoft Office, Open Office(as well as Python and other installable macro languages) and Corel WordPerfect Office is separate from WSH engines although Outlook 97 uses VBScript rather than VBA as its macro language.[8]

YOSHIYUKI OGAWA (talk) 10:34, 27 February 2019 (UTC)[reply]