How to copy from one script to another script in qtp
Answer Posted / avishek
Set fso=CreateObject("Scripting.FileSystemObject")
obj.CopyFile "C:\test.txt", "D:\test.txt"
set fso = nothing
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
filter the array values without using filter function?
i need to sort the data using qtp script for this how i need to write a qtp script
What's the difference between vbscript and vb.net?
Explain about constants in vb script?
Mention what is the main difference between function and sub-procedure?
Explain about adodb.stream class?
How will you format a number in percetage format in vbscript?
How to Import data from a file (file is on the desktop) to the data table
What is sql loader? Explain the files used by sql loader to load file?
How will you get a combined string from array of string in vbscript?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Which function is used to perform string comparison?
What are the 2 ways to pass a value to the function?
What are the properties of regexp object?
Explain what is loose binding? Why is it not a good practice to use it?