Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

filter the array values without using filter function?

2170


How should i Create Email invite with server-side Coding?

2191


what is the use of QCUtil? explain with one example?

7145


What are class properties?

1226


What is the difference between VBScript and JavaScript?

2785


What are string functions in vbscript?

1213


what is diff between static and dynaic arrys?

2212


What is the extension of the vbscript file?

1115


How will you get the octal value of the given number in vbscript?

1018


Explain the operator precedence in vb script?

1140


Explain about scrrun.dll in vbscript?

1134


Write a Script for ATM in QTP

3941


How to assign a date value to a variable?

1154


Mention what is vbscript procedures?

1055


What is the purpose of the err object in the vbscript language?

1161