cron.php failure

I finally got cron.php to run, but it errors out with:
/volume1/web/hr/cron.php: line 1: ?php: No such file or directory
/volume1/web/hr/cron.php: line 2: syntax error near unexpected token 'sugarEntry'' /volume1/web/hr/cron.php: line 2: if(!defined(‘sugarEntry’))define(‘sugarEntry’, true);’

I see that it has a note in the php file with:

//change directories to where this file is located.
//this is to make sure it can find dce_config.php
chdir(dirname(FILE));

I do not have a file named dce_config.php

What file are they referencing for this FILE that is supposed to be replaced? Is it the cron.php and… if so… wouldn’t it be the current directory? If so… why would we be referencing it at all? I guess I’m a little confused as to what to even enter or change here. Help?

Thanks.

I see that FILE shouldn’t be replaced (misread that), but any ideas on why the first portion is erroring out and why I don’t have dcde_config.php? I checked the original .zip file and it isn’t in there either.

Thank you – Anna