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
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Explain the asc function?
Mention what is select case statement?
In what way program "hello world" you can write in vbscript?
What are the environments supported by vbscript language?
Write a Script for ATM in QTP
Explain vbscript in detail?
What are the rules to name variable in vbscript?
Explain about the extension .hta?
How to assign a date value to a variable?
Why is it recommended to close the database connection every time after the work is completed?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What are keywords in the vbscript language?
Explain about operator precedence in vb script?
How are values assigned to string type and numeric type variables?