1
我有一段運行在Windows上的PHP代碼,我計劃在每小時使用Windows任務計劃程序後運行該代碼。問題在於,每次運行代碼時都會打開命令行,而我卻是在無形中執行。有沒有辦法做到這一點?如何執行在Windows中不可見的計劃任務?
我有一段運行在Windows上的PHP代碼,我計劃在每小時使用Windows任務計劃程序後運行該代碼。問題在於,每次運行代碼時都會打開命令行,而我卻是在無形中執行。有沒有辦法做到這一點?如何執行在Windows中不可見的計劃任務?
http://docs.php.net/install.windows.manual
The PHP package structure and content [...] |-php-win.exe -- executes scripts without an opened command prompt
所以,與其使用的php.exe的php-win.exe後
非常感謝!它有幫助 – aakashbhowmick
試試這個: http://serverfault.com/questions/9038/run-a-bat -file-in-a-scheduled-task-without-a-window –