|
OK, What are you trying to run?
Is it an executable script? (chmod 700 scriptname.sh)? What does the script do? You say it is set to run an exe - is that an executable file, or an exe as in the Windows sense of *.exe? Does the script itself run, without using cron? The reason I ask is because if the script itself has a problem, cron won't run it (tries and fails basically).
Now I don't really know cron, but everyone else seems to think that your /etc/cron.daily/crontab will work, so I'm just looking for other possible causes.
------------
EDIT: I've just noticed that this thread is 3 months old...
Last edited by morrolan; 01-04-2006 at 11:14 AM.
|