How do display output message without using msgbox function?

Answers were Sorted based on User's Feedback



How do display output message without using msgbox function?..

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

How do display output message without using msgbox function?..

Answer / 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

How do display output message without using msgbox function?..

Answer / sujatha

how do use these (" wsript.echo" )method explain ?

Is This Answer Correct ?    1 Yes 0 No

How do display output message without using msgbox function?..

Answer / shashankshekharraj

With the help of InputBox also , otherwise the second
option is "Wsript.Echo".

Is This Answer Correct ?    0 Yes 0 No

How do display output message without using msgbox function?..

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

Post New Answer

More VB Script Interview Questions

There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?

1 Answers   eMids,


Explain about .wsf files?

0 Answers  


* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?

2 Answers  


How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?

10 Answers   Cap Gemini, CTS,


1)How to test whether items in a weblist are in alphabetical order or not?

1 Answers   TCS,


write a vb script to find simple interest using functions

1 Answers  


Which function allows you to instantiate an object given its programmatic identifier or progid?

0 Answers  


How are values assigned to the variables in the vbscript language?

0 Answers  


What are subprocedures in vbscript?

0 Answers  


Which operator is used to perform the comparison among 2 operands in the vbscript language?

0 Answers  


write a vbscrpit to swap values

2 Answers   Adani,


how to add the shared repository file to the script file while running the script manuall

2 Answers  


Categories