Re: Need help running expect script under CYGWIN...

2006-06-30 Thread Christopher Faylor
On Fri, Jun 30, 2006 at 04:17:31PM -0700, fschmidt wrote: >Igor Peshansky-2 wrote: >>You posted through the web interface at Nabble (which is not associated >>with Cygwin). You might want to do some lobbying for them to include a >>link to the above instructions. > >No lobbying required. Nabble h

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread fschmidt
e can change forum description. > And while you're at it, please tell them to allow posting > attachments using their web interface. > Coming soon, in a few weeks. Franklin Schmidt Nabble.com -- View this message in context: http://www.nabble.com/Need-help-running-expect-scrip

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread Igor Peshansky
On Fri, 30 Jun 2006, cledford wrote: > Sorry to all for skewing the index - in the future is should be made > much more obvious the requirements/process to post a technical question. > (I posted through the web interface and instructions would be nice) The instructions are at

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread cledford
the windows telnet app. By downloading and installing the suggested / inetutils package (located in the - net category under the package installer) CYGWIN then uses its own telnet app instead. -Calvin -- View this message in context: http://www.nabble.com/Need-help-running-expect-script-under

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread Brian Dessent
cledford wrote: > Hi Brian - thanks for the reply. I am using the windows telnet (not by > choice) as I could not find a native CYGWIN telnet app in /usr/bin. Would > you happen to know what "catagory" the telnet app is and I'll go back to the > CYGWIN website and download? As I already said in

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread cledford
OK zlib 1.2.3-1OK -- View this message in context: http://www.nabble.com/Need-help-running-expect-script-under-CYGWIN...-tf1874435.html#a5124475 Sent from the Cygwin Users forum at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread Brian Dessent
cledford wrote: > I'm by no means a scripting/*NIX/Expect guru - but a while back was able to > stumble through setting up Windows/CYGWIN/expect enough to put together a > really functional system for basic network management of Cisco routers and > switches. Everything ran fine on my old laptop

Need help running expect script under CYGWIN...

2006-06-30 Thread cledford
expect "#$" send "\r" expect "#$" send "\r" expect "#$" send "sh run" expect "#$" send "\r" expect "#$" log_file send "exit\r" SHELL SCRIPT: === for ROUTER in `cat names.txt`; do ./expect-BA