[tkined] scotty script via cron

Dinesh Pullat (dinesh@newsnet.com.au)
Fri, 14 Aug 1998 15:09:06 +1000

I am unable to run a scotty script via cron. I can run the same script
from the command line. A tclsh script works fine via cron. The OS is
IRIX 5.3

Its a simple one:

#!/usr/local/bin/scotty

set fd [open /usr/home/xyz.txt a+]
puts $fd okay
close $fd

If I change the scotty to tclsh, it works justs fine. This is just with cron.

Any thoughts?

--
Dinesh.
--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.