how to delete folder test3,test4 and test5 using vbscript?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
best training centre in bangalore
wht must be the interview question on corinthian information technology solutions incorporated.
Mention what is select case statement?
How do display output message without using msgbox function?
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.
How many data types are supported in Vbscript?
Explain the filter expression?
when we use filter funtiom invb script(QTP)
Mention what is vbscript procedures?
Difference between Do while loop and while wend loop
How will you convert a given number to long in vbscript?