I would like to open QTP result file using comand line statement.
For example to open an URL in IE we use "iexplore.exe www.google.com" command line statement.
Similarly I need command line statement to open "C:\Results\Report\Results.xml" result file using command like..
For exmaple... "C:\Program Files (x86)\HP\Run Results Viewer\bin\reportviewer.exe" -f "C:\Results\Report\Results.xml"
Please provide me the command line statement to open QTP result file...