<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - Use activeTcl to implement auto telnet,but there&amp;#039;s no relevant output - Comments</title>
 <link>http://community.activestate.com/forum-topic/use-activetcl-implement-auto-telnet-theres-no-relevant-output</link>
 <description>Comments for &quot;Use activeTcl to implement auto telnet,but there&#039;s no relevant output&quot;</description>
 <language>en</language>
<item>
 <title>Solution: Use activeTcl to implement auto telnet,but no output</title>
 <link>http://community.activestate.com/forum-topic/use-activetcl-implement-auto-telnet-theres-no-relevant-output#comment-4043</link>
 <description>&lt;p&gt;Copy file &#039;telnet.exe&#039; for wind-DOS to install path(such as C:\Tcl\bin), with ActiveTcl version 8.4.17.0 for windows&lt;/p&gt;
&lt;p&gt;Best wishes,&lt;br /&gt;
diana&lt;/p&gt;
</description>
 <pubDate>Thu, 31 Jan 2008 22:32:19 -0800</pubDate>
 <dc:creator>dianadu</dc:creator>
 <guid isPermaLink="false">comment 4043 at http://community.activestate.com</guid>
</item>
<item>
 <title>Re:Use activetcl to implement auto telnet</title>
 <link>http://community.activestate.com/forum-topic/use-activetcl-implement-auto-telnet-theres-no-relevant-output#comment-4036</link>
 <description>&lt;p&gt;Hi:&lt;br /&gt;
Thanks!&lt;br /&gt;
But My processor for winXP OS is 32-bit,Intel P4&lt;/p&gt;
&lt;p&gt;Best wishes,&lt;br /&gt;
diana&lt;/p&gt;
</description>
 <pubDate>Wed, 30 Jan 2008 17:59:31 -0800</pubDate>
 <dc:creator>dianadu</dc:creator>
 <guid isPermaLink="false">comment 4036 at http://community.activestate.com</guid>
</item>
<item>
 <title>Use ActiveTcl to implement auto telnet</title>
 <link>http://community.activestate.com/forum-topic/use-activetcl-implement-auto-telnet-theres-no-relevant-output#comment-4016</link>
 <description>&lt;p&gt;If you are using a 64-bit chip (regardless of 64-bit Windows OS), have you turned off DEP?&lt;/p&gt;
</description>
 <pubDate>Mon, 28 Jan 2008 11:52:54 -0800</pubDate>
 <dc:creator>jeffh</dc:creator>
 <guid isPermaLink="false">comment 4016 at http://community.activestate.com</guid>
</item>
<item>
 <title>Use activeTcl to implement auto telnet,but there&#039;s no relevant output</title>
 <link>http://community.activestate.com/forum-topic/use-activetcl-implement-auto-telnet-theres-no-relevant-output</link>
 <description>&lt;p&gt;Hi:&lt;br /&gt;
I&#039;ve installed activeTcl 8.4.17.0 in winXP SP2.&lt;br /&gt;
In tclsh 84,input below code:&lt;br /&gt;
proc login {ipaddr user passwd} {&lt;br /&gt;
    package require Expect&lt;br /&gt;
    spawn -noecho telnet $ipaddr&lt;br /&gt;
    expect {&lt;br /&gt;
        &quot;SWITCH login:&quot; {&lt;br /&gt;
            exp_send &quot;$user\r\n&quot;&lt;br /&gt;
            exp_continue&lt;br /&gt;
        }&lt;br /&gt;
        &quot;Password:&quot; {&lt;br /&gt;
            exp_send &quot;$passwd\r\n&quot;&lt;br /&gt;
            exp_continue&lt;br /&gt;
        }&lt;br /&gt;
        -ex &quot;SWITCH&amp;gt;&quot; {&lt;br /&gt;
            dbgLog &quot;Login Successful\n&quot;&lt;br /&gt;
            return $spawn_id&lt;br /&gt;
        }&lt;br /&gt;
        timeout {&lt;br /&gt;
            send_user &quot;timeout&quot;&lt;br /&gt;
            return 0&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
Run above proc with dbghelp.dll 5.1.2600.2180,then a window pops up telling me :&lt;/p&gt;
&lt;p&gt;&#039;Wish Application has encountered a problem and needs to close.  We are sorry for the inconv&lt;br /&gt;
enience.&quot;&lt;/p&gt;
&lt;p&gt;Error signature :&lt;br /&gt;
EventType : BEX     P1 : tclsh84.exe     P2 : 8.4.2.17     P3 : 477db44f&lt;br /&gt;
P4 : dbghelp.dll     P5 : 5.1.2600.2180     P6 : 4110956d     P7 : 0001295d&lt;br /&gt;
P8 : c0000409     P9 : 00000000&lt;/p&gt;
&lt;p&gt;And 2 files with error report contents are written to disk :&lt;br /&gt;
C:\DOCUME~1\SVT2\LOCALS~1\Temp\WER467a.dir00\tclsh84.exe.mdmp&lt;br /&gt;
C:\DOCUME~1\SVT2\LOCALS~1\Temp\WER467a.dir00\appcompat.txt&lt;/p&gt;
&lt;p&gt;Dump of contents of last file is at end of email.&lt;/p&gt;
&lt;p&gt;Upgrade dbghelp.dll to 6.6.3.5,run the login proc again,tclsh no crash,but no output information. Both dbghelp versions seem to work OK in safemode with network.&lt;/p&gt;
&lt;p&gt;What should I do next?&lt;/p&gt;
&lt;p&gt;Best wishes,&lt;br /&gt;
Diana&lt;/p&gt;
&lt;p&gt;appcompat.txt&lt;br /&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-16&quot;?&amp;gt;&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/use-activetcl-implement-auto-telnet-theres-no-relevant-output#comments</comments>
 <category domain="http://community.activestate.com/forums/activetcl-support-0">ActiveTcl support</category>
 <category domain="http://community.activestate.com/os/windows-xp-pro">Windows XP Pro</category>
 <pubDate>Mon, 28 Jan 2008 02:28:40 -0800</pubDate>
 <dc:creator>dianadu</dc:creator>
 <guid isPermaLink="false">1865 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
