write a script to count no drives in file systems in qtp?
Answer Posted / sandeep
Set FSO=CreateObject("scripting.filesystemobject")
Set coll=fso.Drives
MsgBox coll.Count
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
What is the technology used by vb script?
Explain the string concatenation function in vbscript?
How can you fetch the value of a cookie?
what is resorceallocation
what is event handling?
What are the 2 ways to pass a value to the function?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
Explain the arrays in vb script?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Which constant is used for print and display functions and works as same as pressing enter key?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
What are the rules to name variable in vbscript?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function