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

Explain about adodb.stream class?

587


Explain about vb script?

743


When to use function procedures and what are its characteristics?

547


what is resorceallocation

1772


write any ttest cases using check points and parameterization

1814






Is vbscript language a case-sensitive language and what does it mean?

544


How will you get a string with the specified character the specified number of times in vbscript?

571


What is the purpose of drive object of scripting.filesystemobject class in vbscript?

599


What are keywords in the vbscript language?

521


How are values assigned to string type and numeric type variables?

535


Which operator can be used to check if two numbers are equal or not in vbscript?

648


If else for do while select in vb script?

638


Mention what is select case statement?

544


what is event handling?

580


How will you release the memory acquired by an array variable in vbscript?

742