CScript: Run VBScripts without showing Logo and saving the settings forever


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.

One thought on “CScript: Run VBScripts without showing Logo and saving the settings forever

  1. 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.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s