The Scala Process and ProcessBuilder classes (API documentation)

At the time of this writing, you can't easily find the Scala Process and ProcessBuilder classes (the Scala API documentation), so in an effort to help you (and the search engines) find those classes more easily, here are direct links to them:

Now, if what you really want to know is how to use the Scala Process and ProcessBuilder classes, please see my tutorial on How to execute (exec) external system commands in Scala using Process and ProcessBuilder.