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 |
The function template cocept is implemented in vb.net is ???
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
How do i automate a website www.flyashx.com without having any test cases witin a week time.
Have any one know about Test Complete 6, please let me know. If any one have good material regarding Test Complete 6, Please send to my mail id: cns.praveen@gmail.com
Explain some uses of vb script?
What methods are used to create text files and open text files in the vbscript language?
Why to use option explicit in vb script?
How to find arry size in qtp vb script
Explain about the extension .hta?
There are 5 web pages.write a script to click the button on 4th web page.
Which operator can be used to change the value of the operand or change the state of the condition?
How to generate 3 digit random number?