copy the msgbox line and enter it into notepad, save it as filename.vbs. Typically, windows installations have WSH (win shell host?) running which is used to run the script.
you could use the echo command to output a message and then follow it with a @pause command. this will display a message and then wait for the user to press a key.