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
Explain about arrays in vb script?
who will create the object?
What are lbound and ubound in the vbscript language?
Explain about the extension .hta?
how to operate webobjects in a webpage using getobject function and then using generic methods?
How to assign a date value to a variable?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
What are subprocedures in vbscript?
what is the use of QCUtil? explain with one example?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
What are class events?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
What are the special sub-types in vbscript?
how does vb script help in web page designing? explain with example.
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?