write a vb script to rename a folder from tree4 to tree7
Answer Posted / usha
set fso=createobject("scripting.filesystemobject")
set f=fso.getfolder("C:Tree4")
f.name="Tree7"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between vbscript and vba?
What is the use of the recordset object and which statement is used to create such an object?
How will you format a number in percetage format in vbscript?
When to use function procedures and what are its characteristics?
Mention when to use function procedures and what are its characteristics?
What are the 2 ways in which a variable can be declared in the vbscript language?
Differentiate javascript and vbscript?
Explain about adodb.stream class?
How can constants be declared in the vbscript language?
Mention what are the rules to name variable in vbscript?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Compare java script and vb script?
how to increasing the numbers in a given text box please write a vb script