The “Windows Script Host” titlebar caption can be blanked out by replacing “Wscript.Echo” with “Msgbox” but what should I do if I want to see a custom titlebar caption?
The Windows Script Host titlebar caption can be blanked out by replacing Wscript.Echo with
Share
When in doubt, read the documentation. You specify the title as the 3rd argument of the
MsgBox()function: