write a vb script to rename a folder from tree4 to tree7
Answers were Sorted based on User's Feedback
Answer / ranadheer
dim vfso
set vfso=createobject("scripting.filesystemobject")
vfso.renamefolder "C:\tree4","C:\tree7"
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / usha
set fso=createobject("scripting.filesystemobject")
set f=fso.getfolder("C:Tree4")
f.name="Tree7"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mudaseer
dim vfso
set vfso=createobject("scripting.filesystemobject")
vfso.movefolder "C:\tree4","C:\tree7"
| Is This Answer Correct ? | 1 Yes | 2 No |
How to take whole text output from screen of Bitmap Application.
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What is the purpose of on error resume next statement?
Mention what is the use of option explicit in vbscript?
what is the difference between modular and data and keyword driven framework
How to find a latest file from any folder
how to genarate a random numbers in vb?
w r p syed then output was deys and click eysd and click ysde and click sdey and click deys and click eysd............
how to find greatest of n numbers!
which is the best institute in banglaore for software testing?
Can anyone help me in write coding to get this pattern * ** *** ****
What is the output of a + b in vbscript if a = 5 and b = 10?