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 |
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
Which date function is used in the vbscript language to find the difference between the 2 dates?
When does ‘on click of button’ event gets triggered in the vbscript language?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
how to find greatest of n numbers!
join all the array values without using join function?
Difference between Do while loop and while wend loop
Can anyone help me in write coding to get this pattern * ** *** ****
How will you get the smallest subscript of an array in vbscript?
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
Difference between Function and Sub routine?
What are keywords in the vbscript language?