Thanks,
Jessica
after 1500 puts "delayed 15 seconds"
or
after 1500
puts "delayed 15 seconds"
?
: Is there some kind of timing service in tcl? For example, how
: should I implement a delay of 15 seconds in my script?
: Thanks,
: Jessica
You might try expect - it adds some commands to tcl, including a sleep
command and a timestamp command (gets current time or formats a time).
Its at ftp.cme.nist.gov:/pub/expect/expect.tar.Z (or expect.tar.gz).
You need to have tcl to make it. If you have tk, it also makes an
expectk (expect for tk).
Larry
Larry Stephan "Sometimes I think the surest sign there's intelligent
jla...@ssnet.com life in space is that they haven't contacted us."
Bill Watterson - "Calvin and Hobbes"