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...

how to delete folder test3,test4 and test5 using vbscript?

Answer Posted / manjunathareddy

Dim Fso
Set Fso=CreateObject("Scripting.FileSystemObject")
For i=3 to 5
Fso.DeleteFolder("C:\Test"&i)
Next

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When to use function procedures and what are its characteristics?

1135


Mention the environments where vbscript could be run?

1303


How are values assigned to string type and numeric type variables?

1068


hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz

3034


about vb scripting programs this type of all question& answers

2180


How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.

3071


What are the disadvantages of vbscript?

1303


Can anyone send me a vb script function for verifying the functionality of active links on a web page

2088


When does ‘on click of button’ event gets triggered in the vbscript language?

1071


Why is error handling required?

1074


How to open a file. What is the perpose of true and false mode there?

1165


Mention the rules for using option explicit statement?

1063


How to Convert Hex color code to color name in VB Script?

4449


Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?

2552


Mention what is the main difference between function and sub-procedure?

1106