Cron job for every five minutes and between hours

Hi

I need to run a script every five minutes and it should run between 07-15 hours all days.

How i can achieve this...
i tried like this

*/5 07-15 * * * /scripts/CreateFtpData.sh

It throws an error...

Hi.

Does your cron support this notation?

Have a look:

man 5 crontab

If not, do it the old-fashioned way!

0,5,10,15,... etc

Or you might have a non-printable control character in your line. Remove the line and try it again.