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 keywords in the vbscript language?

527


Mention what is the technology used by vb script?

523


i need to sort the data using qtp script for this how i need to write a qtp script

3222


Is vbscript language a case-sensitive language and what does it mean?

550


Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

526






How will you get the last occurrence of one string within another string using vbscript?

691


Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function

1921


I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent

1773


Explain about vb script?

753


How to Enter Values on the Command promt using VB script

1534


Mention the environments where vbscript could be run?

666


What are the 2 ways to pass a value to the function?

520


Explain the string concatenation function in vbscript?

544


How will you get the exponent of the given number in vbscript?

565


Explain about adodb.stream class?

595