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
When are redim statement and preserve keyword used in the vbscript language?
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.
What is loose binding? Why is it not a good practice to use it?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Which in-built function related to an array joins substrings into one string in the vbscript language?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Mention what is vbscript?
What is the difference between function and procedure?
When to use function procedures and what are its characteristics?
Mention what is the use of option explicit in vbscript?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
Mention how to access array data?
Which object provide information about a single runtime error in a vbscript?
Explain the functionality of vbscript?
What purpose does ‘on error resume next’ serves?