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
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
If else for do while select in vb script?
Explain about adodb.stream class?
How to Import data from a file (file is on the desktop) to the data table
Mention the environments where vbscript could be run?
What are class variables?
What is the difference between for loop and while loop?
Can automation testing find ssame no. of bugs what we can find by manual testing?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
How will you get a random number between 0 and 1 in vbscript?
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 comvert 120 into one hunderd twenty rupees only and vice varsa
Explain about operator precedence in vb script?
Difference between dim,public and private variables in vb script?
Explain the arrays in vb script?