write a vb script create 5 folders test1 test2 test3 test4
test5
Answer Posted / manjunathareddy
Dim Fso
Dim oFolder
Set Fso=CreateObject("Scripting.FileSystemObject")
For i=1 to 5
Set oFolder=Fso.CreateFolder("C:\Test"&i)
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
how does vb script help in web page designing? explain with example.
what is the object hyrarchy in QTP for a web based application
why do u choose to go for testing why cant for devoloping
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Mention how to create a cookie using vbscript?
How should i Create Email invite with server-side Coding?
how to automatically update the sql server2005 database records when insert in vb6?
What is the use of option explicit statement?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What is the use of option explicit in vbscript?
Is vbscript a case-sensitive or case-insensitive?