System command

Is there any function or possibility to run a system command in your scala script?

regards,
Gert Jan

Hi,

There is indeed a standard API in Java for that : http://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html
Does this work for you ?

cheers
Nicolas