Skip to main content

All Questions

1 vote
0 answers
233 views

How to print all lines of responses of command in telnet?

Perhaps this is trivial but Google searching doesn't find anything useful at all. I am using Windows 10, and I use telnet.exe to control my modem. Sometimes the responses of the commands entered is ...
Ξένη Γήινος's user avatar
5 votes
2 answers
41k views

How to pass commands to a telnet window with a batch script?

I'm trying to control a wifi device with a batch script using the telnet command in Windows 7, but I don't know how to pass the commands to the telnet window. This will be a part of a longer script ...
an531's user avatar
  • 95
1 vote
1 answer
3k views

how to make a batch file close automatically

I have a .bat file which its content is like this: @echo off nc x.x.x.x 23 < commands.txt exit in which nc is a .exe file in the same directory nc.exe known as NetCat. The commands.txt file has ...
TechLife's user avatar
  • 910
11 votes
4 answers
48k views

Telnet won't run from cmd prompt in windows 7

Edit:I am running windows 7, 64 bits. I have Telnet Client installed, and if I go to c:\windows\system32 i do find the file "telnet.exe"; if I click it, telnet runs perfectly. However, if I type ...
Sampaio's user avatar
  • 257
2 votes
3 answers
2k views

Del/Erase Commands

I'm currently trying to use the del or the erase command in a RSM Telnet to delete Temp files on users computers. But the problem I'm running into with the command is that it is working, but won't ...
Robert A Palmer's user avatar
23 votes
5 answers
66k views

Windows equivalent of ssh - how to connect to a remote machine and access command line?

I'm having a difficult time coming up with a solution to extend a framework that was designed for *nix machines over to windows. The framework currently runs from one *nix server and ssh's out to ...
user avatar
2 votes
3 answers
4k views

Windows preventing running of Telnet client

At first, I had issues because Windows 7 doesn't install the Telnet client by default (also, SuperUser has a thread). So, after installing it (and restarting, like Windows asked, though completely ...
palswim's user avatar
  • 3,531