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 the use of the instr function?
What purpose does ‘on error resume next’ serves?
when we use filter funtiom invb script(QTP)
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
How to open browser in vb script?
how to increasing the numbers in a given text box please write a vb script
Mention how to access array data?
What is the purpose of the err object in the vbscript language?
How to open excel in vb script?
Mention what is the main difference between function and sub-procedure?
What is the purpose of on error resume next statement?
What are the 2 ways in which a variable can be declared in the vbscript language?
Which in-built function is used to format the number in the vbscript language?
Explain about scrrun.dll in vbscript?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?