Hi,
I need to auto run a script, but my server doesn't allow cronjobs.
I can't include the script in the index.php file (so that it runs every time a user visits the site) since I need it to be executed only twice a day.
So I was thinking to call it remotely from the clients side, which is a Windows OS. I think I could use Sheduled Tasks to run a .bat file o something to call the website script in the background.
The point is that I can't get a nice solution. My bat file pops up an Explorer window that then has to be closed manually.
Any idea on how to improve this?
Or just a better solution?
Thanks!!
Ana