How to copy from one script to another script in qtp
Answer Posted / jyoti
Set obj=CreateObject("Scripting.FileSystemObject")
obj.CopyFile "C:\test.txt", "D:\test.txt"
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to pass argument by reference to a function in vbscript?
Explain a few date functions in vbscript
how to automatically update the sql server2005 database records when insert in vb6?
Explain about constants in vb script?
How will you convert a string to upper case string using vbscript?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
what is the use of QCUtil? explain with one example?
What is the technology used by vb script?
Explain How do you create a recordset object in vbscript?
what is event handling?
What are the advantages of vbscript?
How to Convert Hex color code to color name in VB Script?
why do u choose to go for testing why cant for devoloping
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?