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
Anyone have qtp11.0 crack?
What is vbscript?
when we use filter funtiom invb script(QTP)
How will you release the memory acquired by an array variable in vbscript?
Which loop is used in case of arrays in the vbscript language?
how does vb script help in web page designing? explain with example.
Mention the environments where vbscript could be run?
Explain sga memory structures?
What are the naming conventions while declaring a variable in the vbscript language?
How to write VB script for login module?
What is the difference between function and procedure?
How to throw an error in vbscript?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
How should i Create Email invite with server-side Coding?