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
how to set one column as primary key in QTP and fetch values accordingly
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
What are keywords in the vbscript language?
Mention when to use function procedures and what are its characteristics?
what is the differance between BYVAL,BYREF?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
Why to use option explicit in vb script?
Which function allows you to instantiate an object given its programmatic identifier or progid?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Why is error handling required?
after medical test,when will be the police verification
Which date function is used in the vbscript language to find the difference between the 2 dates?