jackxiao/jslibs

CreateProcess :: how wait end of process

GoogleCodeExporter opened this issue · 3 comments

so then ?

Original issue reported on code.google.com by oolmf...@gmail.com on 11 Dec 2008 at 9:24

LoadModule('jsstd');
LoadModule('jsio');

var p = new Process( 'c:\\windows\\System32\\cmd.exe', ['/c', 'dir', 'c:\\'] );
p.Wait();
Print( p.stdout.Read(), '\n' );

Original comment by sou...@gmail.com on 11 Dec 2008 at 10:50

  • Changed state: Fixed
thanks... 
undocumented !

Original comment by oolmf...@gmail.com on 11 Dec 2008 at 11:48

The current documentation match the latest released version.
Else you can look at the code
(http://code.google.com/p/jslibs/source/browse/trunk/src/jsio/process.cpp) for 
each
"/**doc" comments.

Original comment by sou...@gmail.com on 12 Dec 2008 at 9:51