write a vb script to rename a folder from tree4 to tree7
Answer Posted / ranadheer
dim vfso
set vfso=createobject("scripting.filesystemobject")
vfso.renamefolder "C:\tree4","C:\tree7"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write any ttest cases using check points and parameterization
who will create the object?
Explain the .wsf files?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How many types of operators are available in the vbscript language?
Why is error handling required?
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.
What is difference between vbscript and vba?
Explain the adodb.stream class?
Illustrate briefly about the different types of statement
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
Mention the rules for using option explicit statement?
How will you get a random number between 0 and 1 in vbscript?
Write a code to print numbers from 5 to 0?