<?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 Using batch file in Windows Server 2003</title>
    <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109352#M7221</link>
    <description>From Windows machine you can create simple BAT file and use Telnet.exe command-Line parameters. See detailed description here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://technet2.microsoft.com/windowsserver/en/library/ddf8b035-9035-475c-ae50-1d97bde83dba1033.mspx?mfr=true" target="_blank"&gt;http://technet2.microsoft.com/windowsserver/en/library/ddf8b035-9035-475c-ae50-1d97bde83dba1033.mspx?mfr=true&lt;/A&gt;</description>
    <pubDate>Mon, 19 May 2008 07:58:57 GMT</pubDate>
    <dc:creator>Roman Belsky</dc:creator>
    <dc:date>2008-05-19T07:58:57Z</dc:date>
    <item>
      <title>Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109350#M7219</link>
      <description>Hi,&lt;BR /&gt;i want to telnet using batch file from windows machine to Unix.Some one tell me how can i do this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Sun, 18 May 2008 10:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109350#M7219</guid>
      <dc:creator>Khalid Shakoor</dc:creator>
      <dc:date>2008-05-18T10:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109351#M7220</link>
      <description>With native windows telnet client you have very limited  scripting possibilities.&lt;BR /&gt;&lt;BR /&gt;Look "Telnet Scripting Tool":&lt;BR /&gt;&lt;A href="http://www.freewareweb.com/cgi-bin/archive.cgi?download=1&amp;amp;ID=645" target="_blank"&gt;http://www.freewareweb.com/cgi-bin/archive.cgi?download=1&amp;amp;ID=645&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or, if you have some Perl knowledge:&lt;BR /&gt;&lt;A href="http://www.perlfect.com/articles/telnet.shtml" target="_blank"&gt;http://www.perlfect.com/articles/telnet.shtml&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~jrogers/Net-Telnet-3.03/lib/Net/Telnet.pm" target="_blank"&gt;http://search.cpan.org/~jrogers/Net-Telnet-3.03/lib/Net/Telnet.pm&lt;/A&gt;</description>
      <pubDate>Mon, 19 May 2008 04:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109351#M7220</guid>
      <dc:creator>Igor Karasik</dc:creator>
      <dc:date>2008-05-19T04:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109352#M7221</link>
      <description>From Windows machine you can create simple BAT file and use Telnet.exe command-Line parameters. See detailed description here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://technet2.microsoft.com/windowsserver/en/library/ddf8b035-9035-475c-ae50-1d97bde83dba1033.mspx?mfr=true" target="_blank"&gt;http://technet2.microsoft.com/windowsserver/en/library/ddf8b035-9035-475c-ae50-1d97bde83dba1033.mspx?mfr=true&lt;/A&gt;</description>
      <pubDate>Mon, 19 May 2008 07:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109352#M7221</guid>
      <dc:creator>Roman Belsky</dc:creator>
      <dc:date>2008-05-19T07:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109353#M7222</link>
      <description>use kermit and you can script your connection&lt;BR /&gt;&lt;A href="http://www.columbia.edu/kermit/case12.html" target="_blank"&gt;http://www.columbia.edu/kermit/case12.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Mon, 19 May 2008 11:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109353#M7222</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2008-05-19T11:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109354#M7223</link>
      <description>Dear All&lt;BR /&gt;Thanks for your reply&lt;BR /&gt;can some one tell me how can i pass the username and password in batch file.After execute the script its prompt for password.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 May 2008 06:10:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109354#M7223</guid>
      <dc:creator>Khalid Shakoor</dc:creator>
      <dc:date>2008-05-29T06:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109355#M7224</link>
      <description>Hello, &lt;BR /&gt;I used with succes Tera term pro:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hp.vector.co.jp/authors/VA002416/teraterm.html" target="_blank"&gt;http://hp.vector.co.jp/authors/VA002416/teraterm.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I managed to create a script that is making telnet to a network switch and does a enable or disable of a port. The script is called with a batch file and scheduled tasks. It works fine for me.&lt;BR /&gt;Stefan</description>
      <pubDate>Thu, 31 Jul 2008 04:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109355#M7224</guid>
      <dc:creator>savus</dc:creator>
      <dc:date>2008-07-31T04:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109356#M7225</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have similar task like savus's post... &lt;BR /&gt;&lt;BR /&gt;- I have list of SAN router Switches (McData Eclipse 2640)&lt;BR /&gt;- I need to pull some status output daily form these devices (&amp;lt;# show mgmt&amp;gt; &amp;amp; &amp;lt;# show environment&amp;gt;)&lt;BR /&gt;- I want to automate this process in to a script (through windows bacth file if possible or with someother script base)&lt;BR /&gt;- I expect the script to do telnet logins, and command execution and redirect the output to a file and semd email.&lt;BR /&gt;&lt;BR /&gt;I'm a SAN guy... not good in scripting... trying to find the best way to do that.&lt;BR /&gt;&lt;BR /&gt;Appreciate yourt suggestion &amp;amp; idea on this.&lt;BR /&gt;&lt;BR /&gt;- Sathish Chandran</description>
      <pubDate>Thu, 15 Oct 2009 08:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109356#M7225</guid>
      <dc:creator>schandran</dc:creator>
      <dc:date>2009-10-15T08:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109357#M7226</link>
      <description>Hi Sathish,&lt;BR /&gt;&lt;BR /&gt;I do this with a couple tools. First, I use the freeware TST10 to establish a telnet connection. The executable reads from an input textfile like this:&lt;BR /&gt;&lt;BR /&gt;HOST01 23&lt;BR /&gt;WAIT "username"&lt;BR /&gt;SEND "root\m"&lt;BR /&gt;WAIT "passw"&lt;BR /&gt;SEND "mypassword\m"&lt;BR /&gt;WAIT "&amp;gt;"&lt;BR /&gt;SEND "show all\m"&lt;BR /&gt;WAIT "&amp;gt;"&lt;BR /&gt;SEND "logout\m"&lt;BR /&gt;&lt;BR /&gt;TST10 dumps the output to another textfile that I specify with a switch.&lt;BR /&gt;&lt;BR /&gt;I then have a free program to send mail, BLAT. Put this together in a batchfile and make it a scheduled task, I think you will have your solution.&lt;BR /&gt;&lt;BR /&gt;TST10 /r:instructions.txt /o:outputfile.txt&lt;BR /&gt;BLAT -attacht "outputfile.txt" -s "Telnet Results" -to MyEmailAddress@MyDomain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Wed, 21 Oct 2009 15:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109357#M7226</guid>
      <dc:creator>WFHC-WI</dc:creator>
      <dc:date>2009-10-21T15:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109358#M7227</link>
      <description>Sorry, no links!&lt;BR /&gt;&lt;BR /&gt;TST10 available here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://jerrymannel.com/blog/2008/11/11/telnet-scripting-tool-aka-tst10exe/" target="_blank"&gt;http://jerrymannel.com/blog/2008/11/11/telnet-scripting-tool-aka-tst10exe/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;BLAT available here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.blat.net/" target="_blank"&gt;http://www.blat.net/&lt;/A&gt;</description>
      <pubDate>Wed, 21 Oct 2009 15:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109358#M7227</guid>
      <dc:creator>WFHC-WI</dc:creator>
      <dc:date>2009-10-21T15:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109359#M7228</link>
      <description>Appreciate your help! Thanks Much!</description>
      <pubDate>Thu, 22 Oct 2009 08:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109359#M7228</guid>
      <dc:creator>schandran</dc:creator>
      <dc:date>2009-10-22T08:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Using batch file</title>
      <link>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109360#M7229</link>
      <description>Thanks,&lt;BR /&gt;I found one VB script it will automatically send the shutdown request the my UPS reaching on Critical LEVEL.&lt;BR /&gt;&lt;BR /&gt;Its working fine for me.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help .&lt;BR /&gt;&lt;BR /&gt;Khalid</description>
      <pubDate>Sun, 27 Dec 2009 08:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/telnet-using-batch-file/m-p/5109360#M7229</guid>
      <dc:creator>Khalid Shakoor</dc:creator>
      <dc:date>2009-12-27T08:42:16Z</dc:date>
    </item>
  </channel>
</rss>

