Quote Originally Posted by RodG View Post
Assuming you have cPanel, look under the advanced settings for 'cron jobs' . Select the frequency that you want the job to run (daily, weekly, monthly, etc) , then enter the command you want to run - must be a full path to the file , eg
"php <space> /home/public_html/zencart/admin/xmlgenerator.php

This assumes that the file to be run is indeed a php file, and that it has been uploaded to /home/public_html/zencart/admin/ and that its name is xmlgenerator.php

That's pretty much all there is to it.

Cheers
Rod
Yes, this I know, there is problem to run admin scripts, cause CRON ask for security login. Othere scripts, which are in other folder are without problems... Thanks