PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, May 11, 2022

[FIXED] How to run a Symfony command in Windows task scheduler?

 May 11, 2022     command, scheduled-tasks, symfony     No comments   

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?

enter image description here


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:

enter image description here



Answered By - Allart
Answer Checked By - Gilberto Lyons (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing