Win32Lib: how run another program?
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Aug 30, 2000
- 504 views
How can I make another Euphoria program run from within one that is running? I tried looking at David Cuny's IDE, which runs the program under development, but I don't really understand what it means. Here's what I found that apparently does it: result = system_exec( "exw \"" & fName & "\"", 2 ) what I specifically don't understand is the "exw\" & the "\" & the 2 <sickly grin> Dan