' 1) write a program to display hello world
MsgBox "Hello World"
' the above program will display a message box with text hello world
' the same above statement can be written as
WScript.Echo "Hello word"
' the above statement will also display a message box
' the above statement will display a message box in wscript environment
' and in cscript environment it will display the message in command line interface
' to understand this more see
http://qtpcomplete.blogspot.com/2011/07/how-to-execute-vbscript-program.html
MsgBox "Hello World"
' the above program will display a message box with text hello world
' the same above statement can be written as
WScript.Echo "Hello word"
' the above statement will also display a message box
' the above statement will display a message box in wscript environment
' and in cscript environment it will display the message in command line interface
' to understand this more see
http://qtpcomplete.blogspot.com/2011/07/how-to-execute-vbscript-program.html
No comments:
Post a Comment