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
What's the difference between vbscript and vb.net?
write any ttest cases using check points and parameterization
What are the valid scopes of a variable in vbscript?
Explain the constants in vbscript?
What is the use of the instr function?
How are values assigned to the variables in the vbscript language?
what is the features of visual basic?
How are values assigned to string type and numeric type variables?
Explain about the support of asp for vb script functionality?
How will you convert a string to lower case string using vbscript?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
What is purpose of scripting.filesystemobject class in vbscript?
Explain the filter expression?
How to Import data from a file (file is on the desktop) to the data table
What are the environments supported by vbscript language?