Displaying 1 result from an estimated 1 matches for "tst_win32_process".
2004 Feb 20
0
RE: BUG report: win32-process
...t
> 4.times{ |i|
> puts "Parent: #{i}"
> sleep 1
> }
>
> Win32::Process.wait
>
> puts "Continuing on..."
>
> __END__
> Microsoft Windows 2000 [Version 5.00.2195]
> (C) Copyright 1985-2000 Microsoft Corp.
>
> C:\atest>ruby -v tst_win32_process.rb
> ruby 1.8.1 (2003-12-25) [i386-mswin32]
> Parent: 0
> Child: 0
> Hit the ENTER key now >
> C:/atest/tst_win32_process.rb:11:in `gets'': No such file or
> directory - child (Errno::ENOENT)
> from C:/atest/tst_win32_process.rb:11
> from C:/atest...