PDA

View Full Version : Process ID


danperrett
October 25th, 2007, 04:32 AM
if I start a process in Ruby using the system("some process")
how can I get the process id of the process I've just started?

Cheers.
Dan.