PROBLEM with CRON

I configured a cron as this way :39 12 * * * /scripts/echo#more echo#!/bin/sh/usr/bin/echo HOLAthe echo script is just to be sure that cron works but it dos not Solaris 8 is installed.anybodoy knows somthing?
[264 byte] By [viper] at [2007-11-26 11:32:58]
# 1
Is the script executable by the user who's cron is calling it? i.e. If user fred has the line you gave in its crontab the script should be able to be executed by the user fred.
ifinzen at 2007-7-7 3:48:44 > top of Java-index,General,Maintenance...
# 2
Yes, the file has 777 permisions but cron not work.
viper at 2007-7-7 3:48:44 > top of Java-index,General,Maintenance...
# 3
how do you know its not working? Do you have anything in /var/cron/log ? The crontab should generate an email to the user the cronjob is registred as, does the email facilities work? .7/M.
mAbrante at 2007-7-7 3:48:44 > top of Java-index,General,Maintenance...