I downloaded Magento ver 2.1.3 and I tried to configure cron jobs and I come to notice there is no cron.php file in my root folder, while I read everywhere it should be in there.
And yes, I installed Magento to my root folder.
Hi @BFranken,
In order to run cron jobs in Magento2 you have to execute shell command:
<project_root>/bin/magento cron:run
More about Magento 2 CLI: http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands.html