Hello!

I have problems with running of bat file for Schedulers.

First of all, I have tested the bat file on local copy of our Sugar, content of the bat file is:
Code:
cd "c:\Program Files\sugarcrm\htdocs\sugarcrm\"
"c:\Program Files\sugarcrm\php\php.exe" -c "c:\Program Files\sugarcrm\php\php.ini" -f cron.php
The file works fine. without any mistakes.

When I try to test this bat file on the server (with right path) then theerrors are displayed:
Code:
PHP Warning: Cannot modify header information - headers already sent bu (output) started at C:\Program Files\sugarcrm\htdocs\sugarcrm\config.php:1) in C:\Program Files\sugarcrm\htdocs\sugarcrm\cron.php on line 48
The file is also work, Scheduler log displays complited jobs. there no any mistakes also in the log of Sugar.

I use 6.0.1 version, Sugar Fast Stack.

Hope for your help.