QTP Script to append an existing text file-VB Script to append an existing text file


QTP Script to append an existing text file



set a=CreateObject("Scripting.FileSystemObject")

set b=a.OpenTextFile("C:\qtp.txt",8)

b.WriteLine "New Text Added"



No comments:

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge