• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

How to use Scheduled Tasks

Z

Zeon

Guest
Hey everyone,
I'm wanting to use scheduled Tasks so php will open a webpage - cron.php every minute. I know if under windows I can just setup a task using the following syntax:
"C:\Program Files\Parallels\Plesk\Additional\PleskPHP5\php.exe" -f "C:\vhosts\cron.php"

However if I put this into Plesk scheduled task it doesn't run - when I look under the scheduled tasks panel in windows it seems that plesk adds a whole bunch of other stuff such as the command prompt and
"C:\Program Files\Parallels\Plesk\runtask.exe"

What would be ideal would be to just put something in like:

php GET http://url.com/cron.php - is this possible?
 
Back
Top