how to delete folder test3,test4 and test5 using vbscript?
Answer Posted / mudaseer
dim vfso
set vfso=createobject("scripting.filesystemobject")
for i=3 to 5
vfso.deletefolder "C:\test" &i
next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which operator can be used to change the value of the operand or change the state of the condition?
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?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Explain about filter expression?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
What are the naming conventions while declaring a variable in the vbscript language?
Explain the operator precedence in vb script?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
what is the object hyrarchy in QTP for a web based application
Mention what is vbscript procedures?
what do you mean .ota mobile format
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
How will you compare two strings in vbscript?