Use popen etc for capturing the output . Some thing along this line: import subprocess as sub p = sub.Popen(['your command', 'arg1', 'arg2', .
確定! 回上一頁