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
Explain about scrrun.dll?
wht must be the interview question on corinthian information technology solutions incorporated.
what do you mean .ota mobile format
Mention the rules for using option explicit statement?
write any ttest cases using check points and parameterization
How to assign a numeric value to a variable?
Why is the use of exit do or exit for statements within loops discouraged?
Which keyword is used to declare a variable in the vbscript language?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Explain about filter expression?
Explain the adodb.stream class?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
How will you get the octal value of the given number in vbscript?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
How to declare an array in vbscript?