wsh - Change Console Title with vbscript -


Is there a way to change the CMD title? I wrote a VBS program But Dos' title is bad.

The name ist c: \ windows \ system32 \ cscript.exe I try with it:

The title is the_name and title = "name"

but both Are not working.

Thanks for the help.

Unfortunately you are from within the script using any of the WSH objects.

The only way to do this is to launch the script through the moderator (using the TITLE command using a .bat or% comspec% argument using another script).


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -