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
What is the purpose of on error resume next statement?
How to Import data from a file (file is on the desktop) to the data table
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 ?
What are the rules to name variable 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?
Explain about .wsf files?
Anyone have qtp11.0 crack?
What is sql loader? Explain the files used by sql loader to load file?
How to make sure that items in a wintree are sorted al?
how to check whether link is disabled in QTP??
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
how to operate webobjects in a webpage using getobject function and then using generic methods?
Differentiate javascript and vbscript?
What if you do not specify anything when you call a procedure?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.