How to launch cmd.exe to execute command using Task Scheduler ?

后端 未结 1 591
渐次进展
渐次进展 2020-12-19 04:05

I want to launch cmd.exe to execute command using Task Scheduler :

Here is my command line :

C:\\wamp\\bin\\php\\ph

相关标签:
1条回答
  • 2020-12-19 04:50

    Program should not be cmd but C:\wamp\bin\php\php5.5.12\php.exe and the argument should be -f "C:\Inetpub\wwwroot\php\index.php". You can leave Start in blank. It refers to "current folder" from the program's perspective. It should not really matter in you current scenario.

    0 讨论(0)
提交回复
热议问题