The start program does not exist. Sometimes it is intercepted and emulated, but libuv has generally tried to avoid emulation.
On Tuesday, August 26, 2014, Daniel Høegh <[email protected]> wrote: > Hi julia-users, > > This is a Windows specific question, > I would like to excute the following: > run(`start /min Ipython`) > It should open a program in minimized state and the proces does not hang > until the program closes. But I get this error: > > could not spawn `start /min Ipython`: no such file or directory (ENOENT) > while loading In[44], in expression starting on line 1 > in _jl_spawn at process.jl:217 > in spawn at process.jl:348 > > It works in Command Prompt, Python and other programs with a system > interface in my case ANSYS. > > Is this a bug? > >
