hello,
thanks for the help. atleast the crontab utility is working. Only one thing is remaining. it is a bit strange problem .
I have written in my cron file like this.
0,15,30,45 /usr/bin/lynx http://www.ccipl.com/forum/sendreminder.php3
this sends the mails at an interval of 15 mins. now suppose i want to send the mails in every 5 mins then i add more entries in my crontab file. something like this 0,5,10,15,20.... **** .... etc. But because of wordwrap property a part of the entry moves to the next line.
Then an error is diplayed saying bad minute error in crontab file.
How should i deal with this word wrap property problem ?
Also are their any restrictions to the use of lynx?
Hoping for some quick response.