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
i need to sort the data using qtp script for this how i need to write a qtp script
wht must be the interview question on corinthian information technology solutions incorporated.
what is used of Property........End Property loop ? how to write the script for it?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
What is the difference between javascript and vbscript?
Explain the .wsf files?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
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..
Explain the operator precedence in vb script?
Which in-built function related to an array joins substrings into one string in the vbscript language?
How can you fetch the value of a cookie?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
How to take whole text output from screen of Bitmap Application.
What is the difference between a dictionary and an array?