Re: shell to MS explorer
- Posted by gwalters at sc.rr.com Jan 15, 2002
- 449 views
voila, that did it!! the "start" was the trick..thanks for the help of all. George Walters ----- Original Message ----- From: "Elliott Sales de Andrade" <quantum_analyst at hotmail.com> To: "EUforum" <EUforum at topica.com> Subject: RE: shell to MS explorer > > I finally figured this out. you should run this > > system("start iexplore http://www.rapideuphoria.com/", 0) > ^^ this is what was missing > I think you need to use start because it is a Win32 app and system() and > system_exec() use a DOS call which needs start to call Win312 apps. > > > gwalters at sc.rr.com wrote: > > 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 > > > > > > >