A friend of mind asked how come I am not getting CScript logo text when I run scripts on my machine. If you don’t know what I am talking about, see the script results below (bold text) in command prompt.
J:>cscript t.vbs
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.
Here are the options to set not to display the logo every time you run the script.
C:>CScript //H:CScript //NoLogo //S
Command line options are saved.
The default script host is now set to "cscript.exe".
So there it is. Enjoy.
This is well known. It can be found in all VBSCRIPT documentations.
What is not known is how to get rid of this message once for all, i.e. just running a ‘file.vbs’ w/o having this logo-message displayed.