![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | VB Script for auto login for telnet Hi I am looking for a vbs to (auto login) to a telnet session so this will need to login with both a user-name and password. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: VB Script for auto login for telnet "neilos" <neilwilliamjones@xxxxxx> wrote in message news:f93bc4eb-b3a4-4354-b815-743169c7d2aa@xxxxxx Quote: > Hi > > I am looking for a vbs to (auto login) to a telnet session so this > will need to login with both a user-name and password. nc.exe which you can download from here: http://www.securityfocus.com/data/tools/nc11nt.zip. Type nc.exe -h to get help. Step 1 Create a batch file c:\Windows\MyTelnet.bat with the following lines inside: @echo off nc 192.168.1.99 23 < c:\Windows\MyTelnet.scr {Adjust the IP address and the port number to suit your environment} Step 2 Create a script file c:\Windows\MyTelnet.scr with the following lines inside: neilos SomePassword {put your telnet commands here} exit {Put a blank line here} Step 3 Create a desktop shortcut that points to c:\Windows\MyTelnet.bat Step 4 Test the shortcut you created. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| How to set for Auto Login? | Vista General | |||
| Auto Login | Vista General | |||
| Auto login | Vista General | |||
| Auto Login | Vista General | |||
| Auto Login | Vista security | |||