uses URLMon;
procedure TForm1.Button1Click(Sender: TObject);
begin
HLinkNavigateString(nil, 'c:\impressao.txt' );
end;