it would be great if it could also run python scripts!
var process = new Process(); process.command = "python xyz"; process.onFinished.connect( function (status) { print(status); } ); process.start();