Search here for all the info you want in this Blog

Wscript.echo

Wscript.echo

Outputs text to either a message box or the command console window.
object.Echo [Arg1] [,Arg2] [,Arg3] ... 
 
this method will display a message box when executed in wscript environment and prints a message in command console when executed un cscript environment

Example 1:

Wscript.echo “hello world”

No comments:

Post a Comment