Issue
I created a Symfony command that I can now use in cmd. I like it to be run every 15 minutes in my Windows task schedular. I created the task and everything to make it run every 15 minutes, but it doesn't execute the command. What am I doing wrong?
Solution
While writing the answer I figured out what I was doing wrong. I belive it is still worth posting since I've seen more people trying to get the question, in general, working but without success.
I had to remove the ""
in the field Parameters toevoegen
(dutch for "add parameters"). It now looks like this:
Answered By - Allart Answer Checked By - Gilberto Lyons (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.