write a script to count no drives in file systems in qtp?
Answer / sandeep
Set FSO=CreateObject("scripting.filesystemobject")
Set coll=fso.Drives
MsgBox coll.Count
| Is This Answer Correct ? | 3 Yes | 0 No |
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
What is event handling in vbscript?
How are arrays declared in the vbscript language?
What is dictionary object in vbscript? Explain?
What is the extension of the vbscript file?
Is VBscript case-sensitive?
What is sql loader? Explain the files used by sql loader to load file?
Explain about vb script?
Explain the adodb.stream class?
who will create the object?
Write a program to create a Dynamic array of size 5 elements and display all the elements.
In html file what is an ideal position to include vbscript?