Re: I need someone to test this on Windows
- Posted by Jerry Story <jstory at ocii.com> Apr 05, 2006
- 535 views
Brian Broker wrote: > I tried replacing > WIN_INTERNET_PROGS = {"start"} > with > WIN_INTERNET_PROGS = {"RunDll32.exe url.dll,FileProtocolHandler"} > > but it only partially worked. > It opens a command window and sits there. When > I close the command window, it opens up the web page... > > There must be a better way. Thanks for the effort. Does system_exec() work better than system() ? The Euphoria documentations says that system() starts a new DOS shell and system_exec() does not.