Inorder to avoid Message box while writing script which
alternative method can be used?
Answer / manjunathareddy
Set oShell=CreateObject("WScript.Shell")
oShell.Popup "Automatically pop up window closes within 4
seconds",4,"VbScript"
Is This Answer Correct ? | 2 Yes | 0 No |
Explain the extension .hta?
Write a program using Java Script / VBscipt that checks if two matrices have identical values in all the elements
write a vb script to rename a folder from tree4 to tree7
How to get the background color of a weblist?
How to declare an array in vbscript?
What are the different types of operators and their order of precedence?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
what is test scenario?
Is vbscript language a case-sensitive language and what does it mean?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
How regexp.execute method works?
How to throw an error in vbscript?