<?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 - Unable to spawn telnet session from TCL script with Expect on Windows XP Professional  - Comments</title>
 <link>http://community.activestate.com/forum-topic/unable-spawn-telnet-session-tcl-script-expect-windows-xp-professional</link>
 <description>Comments for &quot;Unable to spawn telnet session from TCL script with Expect on Windows XP Professional &quot;</description>
 <language>en</language>
<item>
 <title>Unable to spawn telnet session from TCL script with Expect on Wi</title>
 <link>http://community.activestate.com/forum-topic/unable-spawn-telnet-session-tcl-script-expect-windows-xp-professional#comment-5025</link>
 <description>&lt;p&gt;This is the solution:&lt;br /&gt;
Modify the c:\boot.ini file as&lt;br /&gt;
&quot;/noexecute=AlwaysOn&quot;&lt;/p&gt;
&lt;p&gt;It will allow to spawn the process.&lt;/p&gt;
</description>
 <pubDate>Mon, 14 Apr 2008 13:44:45 -0700</pubDate>
 <dc:creator>sschen</dc:creator>
 <guid isPermaLink="false">comment 5025 at http://community.activestate.com</guid>
</item>
<item>
 <title>Solution for spawning your application in XP</title>
 <link>http://community.activestate.com/forum-topic/unable-spawn-telnet-session-tcl-script-expect-windows-xp-professional#comment-5017</link>
 <description>&lt;p&gt;See link:&lt;br /&gt;
&lt;a href=&quot;http://support.microsoft.com/kb/875352&quot; title=&quot;http://support.microsoft.com/kb/875352&quot;&gt;http://support.microsoft.com/kb/875352&lt;/a&gt;&lt;br /&gt;
Choose the OptOut mode:&lt;br /&gt;
Explanation:&lt;br /&gt;
DEP is some kind of protection. You can exclude applications from this protection by adding this applications (telnet, ftp etc.) to that list.&lt;br /&gt;
Yust start your configuration tool in XP choose the classic gui-&amp;gt;system-&amp;gt; advanced-&amp;gt;Dutch: Prestatie/English:?-&amp;gt;(Dutch: Instellingen: English: Configuration/Preferences?)-&amp;gt;*Dep* and add your programs to the list.&lt;br /&gt;
Reboot the computer.&lt;/p&gt;
</description>
 <pubDate>Sat, 12 Apr 2008 02:39:23 -0700</pubDate>
 <dc:creator>weyersjj</dc:creator>
 <guid isPermaLink="false">comment 5017 at http://community.activestate.com</guid>
</item>
<item>
 <title>And to me</title>
 <link>http://community.activestate.com/forum-topic/unable-spawn-telnet-session-tcl-script-expect-windows-xp-professional#comment-4291</link>
 <description>&lt;p&gt;And to me, TCL crash after: shawn ping 192.168.0.1 . I have Windows XP SP2 and Active TCL 8.4.11 (Expect are 5.43).&lt;/p&gt;
</description>
 <pubDate>Fri, 22 Feb 2008 13:46:03 -0800</pubDate>
 <dc:creator>catalinmy</dc:creator>
 <guid isPermaLink="false">comment 4291 at http://community.activestate.com</guid>
</item>
<item>
 <title>I have the same issue as</title>
 <link>http://community.activestate.com/forum-topic/unable-spawn-telnet-session-tcl-script-expect-windows-xp-professional#comment-4288</link>
 <description>&lt;p&gt;I have the same issue as well.  I tried 8.5 and then ran teacup -install Expect.  same fail.  The exact error I get is:&lt;br /&gt;
The exception unknown software exception (0xc0000409) occurred in the application at location 0x59a7295d.&lt;/p&gt;
&lt;p&gt;this is the same error and location if I use 8.5 or 8.4.  Both versions of Expect are 5.43 though.&lt;/p&gt;
</description>
 <pubDate>Fri, 22 Feb 2008 12:24:59 -0800</pubDate>
 <dc:creator>mstinaff</dc:creator>
 <guid isPermaLink="false">comment 4288 at http://community.activestate.com</guid>
</item>
<item>
 <title>How to compile C files in Active Tcl8.5?</title>
 <link>http://community.activestate.com/forum-topic/unable-spawn-telnet-session-tcl-script-expect-windows-xp-professional#comment-3836</link>
 <description>&lt;p&gt;Hi,&lt;br /&gt;
   I wrote some functions in C. To create Tcl my own commands. Now I want to combine these Tcl commands with my gui{which has been created in TK}. Can you please suggest me how to combine?&lt;/p&gt;
&lt;p&gt;Thanks and Regards&lt;br /&gt;
 Vamsi Krishna. M&lt;/p&gt;
</description>
 <pubDate>Wed, 09 Jan 2008 22:13:27 -0800</pubDate>
 <dc:creator>Vamsi Krishna</dc:creator>
 <guid isPermaLink="false">comment 3836 at http://community.activestate.com</guid>
</item>
<item>
 <title>Unable to spawn telnet session from TCL script with Expect on Windows XP Professional </title>
 <link>http://community.activestate.com/forum-topic/unable-spawn-telnet-session-tcl-script-expect-windows-xp-professional</link>
 <description>&lt;p&gt;I was using ActiveTcl Ver 8.4.14 with my older PC with Windows XP Ver 5.1.&lt;br /&gt;
I just got new PC with Windows XP professional Ver 5.1 as well.&lt;br /&gt;
I am using &quot;package require Expect&quot; at the begining of my script.&lt;br /&gt;
I loaded ActiveTcl Ver 8.4.14 and script died at the following command.&lt;/p&gt;
&lt;p&gt;set pid [spawn telnet 192.168.1.1  23]&lt;/p&gt;
&lt;p&gt;I loaded ActiveTcl Ver 8.4.17 and same issue.&lt;br /&gt;
ActiveTcl Ver 8.5.0.0 does not contain Expect package and useless for me.&lt;/p&gt;
&lt;p&gt;I nedd help.   Does anyone know what&#039;s going on?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/unable-spawn-telnet-session-tcl-script-expect-windows-xp-professional#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>Tue, 08 Jan 2008 16:18:38 -0800</pubDate>
 <dc:creator>Bharat Shah</dc:creator>
 <guid isPermaLink="false">1797 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
