<?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: batch file to open telnet, connect to an ip and enter the login and password automatically. in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113237#M3376</link>
    <description>I use Telnet occassionally, and don't know of a way to get it to log you in automatically.  But you can get it to open the connection "automatically" by typing the IP address at the end of the command line box in the Telnet Properties.  Then when you double-click the Telnet icon, it'll be ready for you to login.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.  Good Luck.&lt;BR /&gt;&lt;BR /&gt;~kim&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Nov 2003 20:31:04 GMT</pubDate>
    <dc:creator>Kim Torkelson</dc:creator>
    <dc:date>2003-11-07T20:31:04Z</dc:date>
    <item>
      <title>batch file to open telnet, connect to an ip and enter the login and password automatically.</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113235#M3374</link>
      <description>Dear Sir,&lt;BR /&gt;&lt;BR /&gt;I am trying to create a batch file for logon to telnet. &lt;BR /&gt;But it doesn't  accept username &amp;amp; password. I send you detail please see below:&lt;BR /&gt;&lt;BR /&gt;#############################&lt;BR /&gt;1sthotelsonline.bat&lt;BR /&gt;-----------------------&lt;BR /&gt;&lt;BR /&gt;telnet &lt;A href="http://www.1sthotelsonline.com" target="_blank"&gt;www.1sthotelsonline.com&lt;/A&gt;&lt;BR /&gt;xyz&lt;BR /&gt;xxx&lt;BR /&gt;&lt;BR /&gt;############################&lt;BR /&gt;&lt;BR /&gt;This may seem like a simple question but I have never used this application before and am finding it difficult to get started.&lt;BR /&gt;please suggest me to how i would go about coding a batch file to open telnet, connect to an ip and enter the login and password Automatically. &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;santosh</description>
      <pubDate>Fri, 07 Nov 2003 07:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113235#M3374</guid>
      <dc:creator>santosh_15</dc:creator>
      <dc:date>2003-11-07T07:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: batch file to open telnet, connect to an ip and enter the login and password automatically.</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113236#M3375</link>
      <description>Hi Santosh,&lt;BR /&gt;using file.bat and standard telnet you cannot open session giving user and password.&lt;BR /&gt;In your example, telnet start and next new line (xyz and xxx) are read after telnet is closed as command.&lt;BR /&gt;You can't work neither in this way:&lt;BR /&gt;edit myfile.txt&lt;BR /&gt;xyz&lt;BR /&gt;xxx&lt;BR /&gt;---------------&lt;BR /&gt;telnet &lt;A href="http://www.1sthotelsonline.com" target="_blank"&gt;www.1sthotelsonline.com&lt;/A&gt; &amp;lt; myfile.txt&lt;BR /&gt;===============&lt;BR /&gt;In my example, telnet may accept login (perhaps) but when myfile.txt is ended, sessione close.&lt;BR /&gt;To open automatically a telnet session you have use a VT emulator with script capability as PowerTerm (yue can find at ww.ericom.com).&lt;BR /&gt; &lt;BR /&gt;Bye&lt;BR /&gt;Antoniov&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2003 10:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113236#M3375</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-11-07T10:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: batch file to open telnet, connect to an ip and enter the login and password automatically.</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113237#M3376</link>
      <description>I use Telnet occassionally, and don't know of a way to get it to log you in automatically.  But you can get it to open the connection "automatically" by typing the IP address at the end of the command line box in the Telnet Properties.  Then when you double-click the Telnet icon, it'll be ready for you to login.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.  Good Luck.&lt;BR /&gt;&lt;BR /&gt;~kim&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2003 20:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113237#M3376</guid>
      <dc:creator>Kim Torkelson</dc:creator>
      <dc:date>2003-11-07T20:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: batch file to open telnet, connect to an ip and enter the login and password automatically.</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113238#M3377</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Are you trying to telnet to a UNIX box? Please be more specific. There are some emulation software that you can use and associate with an automated logon script.&lt;BR /&gt;Here is an example.&lt;BR /&gt;Inside the *.cs file are commands which are recognized by Tiny Term emulation software!&lt;BR /&gt;You can not run it from the command line. Let me tell you why, because telnet transfer the password in a plain text and therefore it is strongly recommended to use ssh as a secure shell that encrypts the password.&lt;BR /&gt;Hope this help</description>
      <pubDate>Sat, 08 Nov 2003 04:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113238#M3377</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-11-08T04:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: batch file to open telnet, connect to an ip and enter the login and password automatically.</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113239#M3378</link>
      <description>I use expect to telnet/ssh into boxes with username and passwd. Works great! I can then ftp files and or change files.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2003 16:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/batch-file-to-open-telnet-connect-to-an-ip-and-enter-the-login/m-p/3113239#M3378</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2003-11-26T16:18:11Z</dc:date>
    </item>
  </channel>
</rss>

