| 
      
      
      From: Austin S. <te...@of...> - 2002-06-19 05:09:44
      
     | 
| On Tue, Jun 18, 2002 at 05:26:27PM -0700, Wim Verhaert wrote:
> I am trying to use the expect module to interact with a windows 2000 system via telnet.
> 
> The login is detected but when I need to enter the username it does not seem to continue (it seems as if the enter is not transmitted or understood).
> Does anyone ever used it to connect to a windows system? What am I missing here?
> 
> 
> Here is what I see: forgive my personal debugging.
	When in doubt use the debugging included with the module.
$Expect::Debug=1;
$Expect::Exp_Internal=1;
$telnet= Expect->spawn('telnet');
	etc.
	Austin
 |