LKBDE11293: Wie setzt man den Standard Interpreter für den Windows Scripting Host (Wscript versus Cscript)
LKB | Created: 02/04/2020 | Version: 0 | Language: DE | Rating: 0 | Outdated: False | Marked for deletion: False
Author: Wim Peeters - Keskon GmbH & Co. KG
Symptom
Als Standard für den WSH ist normalerweise wscript gesetzt, Sie ziehen aber cscript vor
Cause
Wscript ist der Default
Solution
Um den Standard WSH Interpreter zu setzen, benutzen Sie den folgenden Befehl:
wscript //H:cscript
Um wieder auf den Ursprung zurückzuwechseln:
wscript //H:wscript
Einer der Unterschiede:
Mit cscript landen Echo - Befehle in einer Kommandozeile, von wo sie leichter abzufangen oder umzuleiten sind. Mit wscript bekommt man kleine Popup Nachrichten auf den Schirm, die mit OK bestätigt werden müssen.
Zum Ausprobieren ein kleines Beispiel:
WScript.Echo "Hi Lubby"
WScript.Echo "We were always looking for a knowledgebase"
WScript.Echo "and now we found it. :-)"
About the Author
Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux in different European countries and different European languages. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform where he is one of the most important contributors and the main developer.