View Single Post
Old 04-14-2005, 03:07 PM   #4 (permalink)
office politics
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,425

office politics will become famous soon enough

Default

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.
office politics is offline