I want to create scheduled task in plesk panel. I’ll run .aspx file. How I create scheduled task? What should i write command textbox in the plesk panel?
Thank You!
I want to create scheduled task in plesk panel. I’ll run .aspx file. How I create scheduled task? What should i write command textbox in the plesk panel?
Thank You!
2
Answers
Yes, You can set that with the following executable file.
Also, Please check : https://kb.plesk.com/en/115292
What works for me was to create a vbs file that receives a url and plesk executes that file sending the parameter, an easy solution to all my scheduled tasks
Save the following code in the notepad and save it as .vbs in some path of your server
Path to executable file: C:SomeRouteFile.vbs
Arguments: “http://domain/page.aspx“