I want to start a csh-script per crontab entry. This script
is starting within a 'foreach' loop an automatic telnet to
different computers. When I start this script from command line
it works perfectly. As crontab entry the script ends the execution
after the first telnet is finished.
The user, which installed the cron job, has as login shell a csh
and no '.login' or '.cshrc' files.
Any ideas ?
Steffen Weber