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"
QTP Script to append an existing text file-VB Script to append an existing text file
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment