write a vb script to rename a folder from tree4 to tree7

Answer Posted / mudaseer



dim vfso
set vfso=createobject("scripting.filesystemobject")
vfso.movefolder "C:\tree4","C:\tree7"

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

where can i learn VB scripint ?

1610


Which date function is used in the vbscript language to find the difference between the 2 dates?

602


how to check whether link is disabled in QTP??

5639


How will you convert a string to upper case string using vbscript?

569


How to open browser in vb script?

593






please can you help me to get a code of flames using a visual basic 6

1236


What are the 2 ways in which a variable can be declared in the vbscript language?

574


How many types of operators are available in the vbscript language?

551


how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me

1348


How should i Create Email invite with server-side Coding?

1612


Which constant is used for print and display functions and works as same as pressing enter key?

538


How can the spaces from the string be removed?

601


How can you create a file object to work with the files in the vbscript language?

520


How will you format a number in percetage format in vbscript?

599


Which in-built function related to an array joins substrings into one string in the vbscript language?

522