I have this VBS script to create a message box.
x=msgbox(\"The message\" ,6, \"Title\")
But if i run another script with a different message it
VBScript doesn't allow replacing the text in message boxes, not even from the same script.