|
Use Echo to display data to user
Posted by Daren
on Saturday, January 17, 2004 (PST)
|
|
Use WScript.Echo to display information to the user. WScript.Echo will display a popup when run under WScript and will print to the console when run under CScript.
(Read More... )
|
|
Display a Popup Message
Posted by superman
on Saturday, January 17, 2004 (PST)
|
|
Use WSH to show a popup message
(Read More... )
|