Re: shell to MS explorer
- Posted by gwalters at sc.rr.com Jan 15, 2002
- 423 views
I have found this doc for VB but the following command returns a -1 from IE apparently. any helpful ideas on why this won't work? key = system_exec ("d:\\Microsoft Internet\\IExplorer.exe D:\\euphoria\\ACUdata\\DUMP.HTM",0) Private Sub StartWithArguments() 'Declare and instantiate a new process component. Dim myproc As System.Diagnostics.Process myproc = New System.Diagnostics.Process 'Do not receive an event when the process exits. myproc.EnableRaisingEvents = False 'Start Internet Explorer, passing in a web page. myproc.Start("IExplore.exe", "http://www.microsoft.com") End Sub George Walters ----- Original Message ----- From: <gwalters at sc.rr.com> To: "EUforum" <EUforum at topica.com> Sent: Tuesday, January 15, 2002 11:52 AM Subject: shell to MS explorer > > Can some one show me how from EU to shell to ms explorer and pass it a html > file name to open? > > thanks if you can. > > George Walters > > > >