Re: shell to MS explorer
- Posted by Ted Fines <fines at macalester.edu> Jan 15, 2002
- 449 views
Well, I can see two things: 1) The path is wrong. d:\Microsoft Internet isn't it, most likely, unless you did some kind of custom install. 2) The executable name is also wrong. Iexplorer.exe is NOT the name of the executable, it is Iexplore.exe. I suggest you run a search on your system for iexplore.exe, which will give you the full and correct pathname. --On Tuesday, January 15, 2002 1:12 PM -0500 gwalters at sc.rr.com wrote:rr > > 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 >> >> > > >