QTP Script to read the entire contents of a text file
Dim a,b
Const ForReading = 1
Set a=CreateObject( "Scripting.FileSystemObject" )
Set b=a.OpenTextFile( "C:\qtp.txt",1)
Msgbox b.Readall
Showing posts with label QTP Script to read the entire contents of a text file. Show all posts
Showing posts with label QTP Script to read the entire contents of a text file. Show all posts
QTP Script to read the entire contents of a text file-VB Script to read the entire contents of a text file
Subscribe to:
Posts (Atom)