I have installed localhost/server in my machine and I need to run a php script using windows schedule task. how do I add path in \"Actions\" tab in schedule task / cofigure
create Schedule task Scheduler->Actions->Edit Action
if you have php file
Program/script: powershell Add arguments: curl http://localhost/demo/cron.php
if you have MVC/CMS URL
Program/script: powershell Add arguments: curl http://localhost/demo/controller/method