2
votes
3answers
77 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 ...
0
votes
1answer
3k views

How to mount a Windows share in OpenDreambox via Telnet?

I have created a new folder on root of C disk called recordings and I have shared it with everyone. I now want to mount this folder on my Dreambox so that I can record to it. But since this is an ...
2
votes
1answer
651 views

Telnet trouble on Windows 7 Ultimate 64-bit SP1

I'm trying to connect to a Telnet server. After typing 'telnet [server] [port]', I get a blank command prompt screen. I can then type Telnet commands, but everything I type is invisible. Replies sent ...
2
votes
4answers
1k 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 ...
0
votes
2answers
15k views

How to use telnet in Windows Command Prompt?

I type this command in a Windows Command Prompt in XP. telnet microsoft.com 80 Connecting to microsoft.com appears and then telnet window opens, but there is nothing inside it. If I type any ...
0
votes
4answers
184 views

Creating a command that compress a file and save it on a usb, but cannot detect the usb in linux

First of all I can't detect the USB on linux using the command line. I check the directory dev and still cannot find the usb. used the df command to check the usb. I plug and typed df and then unplug ...
2
votes
2answers
2k 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 ...
0
votes
3answers
807 views

How to use “edit” command via telnet

I use telnet to connect my client, and try to edit a file. But I find that I can't edit it. I can't even use "Alt" key to control the application. How can I solve this problem? (I can't install any ...
2
votes
6answers
12k views

Is it possible to shutdown a remote computer running Windows 7 via Telnet?

I've successfully connected to my Windows 7 desktop over wifi via Telnet from an XP Home netbook. To login, I use the following command: telnet -l "win7desktop\win7user" win7desktop win7user in ...
1
vote
4answers
2k views

Equivalent of 'ps' for Windows CE?

What is the equivalent of 'ps' (that is, a command which shows the running process list) command in Linux, for Windows CE (whose command-line, I'm accessing through telnet)?