To execute script files on Windows, use exec() , since it creates a new shell. Alternatively, you can use spawn() , which you'll use later ...
確定! 回上一頁