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
What are the disadvantages of vbscript?
What are the different types of operators and their order of precedence?
How to open a file. What is the perpose of true and false mode there?
When are redim statement and preserve keyword used in the vbscript language?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
give me any information abou vb script books learn quckly
Does VB/Win make standalone .EXE files?
about vb scripting programs this type of all question& answers
What are subprocedures in vbscript?
How will you convert a string to lower case string using vbscript?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Which operator is used to perform the comparison among 2 operands in the vbscript language?
How to make sure that items in a wintree are sorted al?
How to Import data from a file (file is on the desktop) to the data table
Out of the different type of operators, which are evaluated first and last in the vbscript language?