I want provide symbol of Information in vbscript.
Here is my code:
Set objShell = CreateObject( "WScript.Shell" )
lol=msgbox ("Update successful",10,"Information")
I want to provide Information(Exclaim) symbol before the message "Update successful".
Can anybody please suggest me how to provide it?