I want to run cmd.exe to execute a command using Task Scheduler :
Here is my command line:
C:\wamp\bin\php\php5.5.12\php.exe -f "C:\Inetpub\wwwroot\php\index.php"
This command will download php.exe and run my php script from C:\Inetpub\wwwroot\php
Here's how I set up my task scheduler:

I'm not sure what to put in Start in Box is a plus, since it is (optional), so I leave it empty.
After saving the task and running, I got this

He does not do anything.
What have I done wrong here?
user4287698
source share