Talk:Windows Script Host
![]() | Computing: Software Start‑class | ||||||||||||
|
![]() | Microsoft Windows: Computing Start‑class Mid‑importance | ||||||||||||
|
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)
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)
- These are two quite different topics, in my opinion. DonToto (talk) 03:10, 30 June 2010 (UTC)
- 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)
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)
- This has been done in a previous edit. DonToto (talk) 03:10, 30 June 2010 (UTC)
WSH not introduced
The abbreviation WSH is not introduced before its first use. Shouldn't it?
--Mortense (talk) 13:34, 25 January 2010 (UTC)
- Agreed. This has now been done.DonToto (talk) 03:10, 30 June 2010 (UTC)
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)
ECMAScript Version
Which versions of ECMAScript do the different versions of JScript implement? --80.167.190.83 (talk) 08:39, 15 August 2012 (UTC)
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)
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)
- Start-Class Computing articles
- Unknown-importance Computing articles
- Start-Class software articles
- Unknown-importance software articles
- Start-Class software articles of Unknown-importance
- All Software articles
- All Computing articles
- Start-Class Microsoft Windows articles
- Mid-importance Microsoft Windows articles
- WikiProject Microsoft Windows articles