How do display output message without using msgbox function?
Answers were Sorted based on User's Feedback
Answer / manjunathareddy
Set oShell=CreateObject("WScript.Shell")
oShell.Popup "Pop up window Automatically closes within
4 seconds",4,"VbScript"
| Is This Answer Correct ? | 5 Yes | 0 No |
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 |
Answer / sujatha
how do use these (" wsript.echo" )method explain ?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shashankshekharraj
With the help of InputBox also , otherwise the second
option is "Wsript.Echo".
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / thachnan
if we want to display the output message or value without using "msgbox".we can use "print" functions.
ex:
a=10
b=15
c=a+b
print c
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the string concatenation function in vbscript?
If anyone knows abt Test Complete material, Pls let me Know. if u have any material or any documents..... Pls mail me on this mail Id...... This is very Urgent Requirment..... for my Project.....
write a vb script to add two 2*2 matrix
Write a Script for ATM in QTP
How to Enter Values on the Command promt using VB script
wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
How to get the background color of a weblist?
Which loop is used in case of arrays in the vbscript language?
can anyone tell me the procedure of interview held in applabs
How to pass the parameter from one function to another function in VB Scripting?
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)