Creating a cronjob in oxid

I want to create a cronjob that runs after regular interval. How can I set it in oxid so that I can use oxid functionality?

You can’t setup a cronjob in oxid. You can do that in you webspace administration. Ask your provider.

Thanks for reply.
I meant to stay that I want to create a standalon script that later can be set as cron job. Now issue is that I want to use oxid functionality in this script. So how can I use it?

Is there anyway like including config or index.php in my script so that I can use oxid classes and methods?
Please suggest me…

Shall be possible. To see what’s going on with the parameters in URLs, you might want to switch off SEO URLS. To do so, add this code to config.inc.php

$this->blSeoMode = false; 

Regards