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
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Explain vbscript in detail?
please can you help me to get a code of flames using a visual basic 6
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
Difference between dim,public and private variables in vb script?
Explain the filter expression?
Explain about the functionality of vb script?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
How to open excel in vb script?
Explain the tristate constants in vbscript?
How are values assigned to string type and numeric type variables?
What is the use of the formatdatetime function in the vbscript language?
How to open a file. What is the perpose of true and false mode there?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Explain about the asc function?