<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Telnet from WinXP in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046417#M3008</link>
    <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;I'm using Pathwork32 of HP OpenVMS suite that's containts PowerTerm emulator. This software that you can found in Ericom Ltd (&lt;A href="http://ericom.com)" target="_blank"&gt;http://ericom.com)&lt;/A&gt; is the best VT emulator running over any Windows OS, MAC, WBT (Windows Based Terminal) and Handled Device.&lt;BR /&gt;PowerTerm runs a simple scripting language; I used this to connect to a server and transfer information from/to it.&lt;BR /&gt;&lt;BR /&gt;Remember when you execute telenet ... &amp;lt; ToDo.txt when input file ToDo.txt ended, telnet session has not more a input device so working very bad and can crash.&lt;BR /&gt;PowerTerm permit you open a session and continue using keyboard either complete session work.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Aug 2003 09:11:32 GMT</pubDate>
    <dc:creator>Antoniov.</dc:creator>
    <dc:date>2003-08-12T09:11:32Z</dc:date>
    <item>
      <title>Telnet from WinXP</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046412#M3003</link>
      <description>I have been trying to Telnet from a Windows XP machine using a .bat file and a .txt file, example of the command in the .bat file I have been using is below.&lt;BR /&gt;&lt;BR /&gt;telnet 192.168.0.58 &amp;lt; toDo.txt&lt;BR /&gt;&lt;BR /&gt;However when I go to execute this command all that is returned is the following while none of the command that are in the .txt file are done:&lt;BR /&gt;&lt;BR /&gt;Welcome to Mircrosoft Telnet Client&lt;BR /&gt;Escape Character is 'CTRL+]'&lt;BR /&gt;&lt;BR /&gt;then gives me the C: prompt again, however when I go 'telnet 192.168.0.58' I get prompted for the username and then password and not that Welcome to MS Telnet stuff.&lt;BR /&gt;&lt;BR /&gt;Any suggestions are greatly appreciated&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 11 Aug 2003 14:26:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046412#M3003</guid>
      <dc:creator>Brian_213</dc:creator>
      <dc:date>2003-08-11T14:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet from WinXP</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046413#M3004</link>
      <description>Is that you want to run some scripts/jobs on telnet host? If you want to run in batch mode telnet i.e. without issuing Username and Password, then use Perl module Net::Telnet.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Zafar</description>
      <pubDate>Mon, 11 Aug 2003 15:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046413#M3004</guid>
      <dc:creator>Zafar A. Mohammed_1</dc:creator>
      <dc:date>2003-08-11T15:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet from WinXP</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046414#M3005</link>
      <description>Perl is not an option, I need to telnet to the linux machine from a winXP machine using .bat files and .txt files that would be on the winXP machine in order to access the linux machine, which has username and password&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 11 Aug 2003 16:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046414#M3005</guid>
      <dc:creator>Brian_213</dc:creator>
      <dc:date>2003-08-11T16:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet from WinXP</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046415#M3006</link>
      <description>XP's telnet client is NOT really intellegent.&lt;BR /&gt;&lt;BR /&gt;You would need to use something like TeraTerm or TTwin.&lt;BR /&gt;&lt;BR /&gt;But... you could try the following:&lt;BR /&gt;&lt;BR /&gt;create a user on the linux system whose shell is the script you want to run.&lt;BR /&gt;&lt;BR /&gt;You successfully login, your script runs, the ls=ast command is an exit which forces a logoff/disconnect of the client.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Tue, 12 Aug 2003 03:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046415#M3006</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-08-12T03:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet from WinXP</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046416#M3007</link>
      <description>To do that you must install expect for windows, or perl for windows.&lt;BR /&gt;&lt;BR /&gt;telnet in windows has not the same flexibility as on unix world..&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Aug 2003 08:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046416#M3007</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-08-12T08:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet from WinXP</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046417#M3008</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;I'm using Pathwork32 of HP OpenVMS suite that's containts PowerTerm emulator. This software that you can found in Ericom Ltd (&lt;A href="http://ericom.com)" target="_blank"&gt;http://ericom.com)&lt;/A&gt; is the best VT emulator running over any Windows OS, MAC, WBT (Windows Based Terminal) and Handled Device.&lt;BR /&gt;PowerTerm runs a simple scripting language; I used this to connect to a server and transfer information from/to it.&lt;BR /&gt;&lt;BR /&gt;Remember when you execute telenet ... &amp;lt; ToDo.txt when input file ToDo.txt ended, telnet session has not more a input device so working very bad and can crash.&lt;BR /&gt;PowerTerm permit you open a session and continue using keyboard either complete session work.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Aug 2003 09:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/telnet-from-winxp/m-p/3046417#M3008</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-08-12T09:11:32Z</dc:date>
    </item>
  </channel>
</rss>

