Re: [tcljava-user] Expect support
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-11-08 17:41:00
|
Chet Vora wrote: > Hi > > Sorry if this is a newbie question but I was wondering if there's > support for Expect scripts. i.e can I run an expect script using the > Jacl interpreter ? We use expect primarily for network admin tasks > like login into devices/term servers via telnet/ssh and run commands. > Any useful pointers would be appreciated. > Hi Chet There is zero chance of expect working in Jacl. It depends on low level IO stuff that Java just does not support. You could use expect in Tcl Blend though. Mo DeJong |