write a vb script create 5 folders test1 test2 test3 test4
test5
Answer Posted / mudaseer
set fso=createobject("scripting.filesystemobject")
for i=1 to 5
fso.createfolder "C:\test" &i
next
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Mention characteristics of sub procedures?
How can you destroy an object in vbscript?
How will you check that a variable is an array in vbscript?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
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
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Which operator can be used to change the value of the operand or change the state of the condition?
How will you convert a string to upper case string using vbscript?
How you can call vbscript functions?
Explain the operator precedence in vb script?
can anyone tell me the procedure of interview held in applabs
Explain about .wsf files?
how to check whether link is disabled in QTP??
How are values assigned to the variables in the vbscript language?
Explain about scrrun.dll in vbscript?