I wrote up a run.cmd file:
php update.php 1>> out1.txt 2>> out2.txt
at -f run.cmd now + 15 minute
I uploaded the run.cmd to the same directory as update.php but how do u execute the run.cmd in linux CLI at every :00, :15, :30, :45 minute interval perfectly??
For windows OS, you just double click.. but for linux??
thanks