How do display output message without using msgbox function?

Answer Posted / shashank

Actually this method is supported only with VBScript files.

while MsgBox used in VBScript as well as in other tool and
languages.

MsgBox pop the output message while "WScript.echo" execute
the whole Script in "window sript host" environment and Pop
up the OutPut.

Example :-

MsgBox "May name is"

WScript.Echo "My Name is"

Both having the same output bit via different path

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of vbscript?

644


how to write validation function for date in vb script

2140


What is the use of option explicit in vbscript?

542


Mention what is the use of option explicit in vbscript?

547


In what way program "hello world" you can write in vbscript?

645






How to Import data from a file (file is on the desktop) to the data table

1556


How will you reverse a string in vbscript?

620


Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com

1045


In html file what is an ideal position to include vbscript?

810


What are the different types of operators and their order of precedence?

566


PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

1660


How can you destroy an object in vbscript?

639


What is the difference between VBScript and JavaScript?

2062


Mention what is variant in vbscript?

552


Which in-built function related to an array joins substrings into one string in the vbscript language?

512