|
|
|
|
|
|
| Telnet script or batch file par pentiumworld |
Tuesday April 8, 2008 01:34:47 PM |
Configuration: Windows XP Internet Explorer 6.0
Hai
You can't script telnet without expect .exe. You could also use netcat ( nc.exe ), Which would probably be easier With netcat you can redirect a text file with all your telnet commands in it to nc.exe like this. nc ip_address-p 23< cmds.txt |