PuTTY is much better than cmd.exe. Can I use PuTTY to execute Windows commands?
|
feedback
|
|
The only way you could achieve this is to install an SSH or Telnet server into Windows. Windows comes with a telnet server in the Add/Remove Windows Components. Then you can use PuTTY to connect to the local computer and log in. However you will still be running cmd.exe within PuTTY, so you won't really gain anything by this - infact it will probably be worse. If you want the full | |||||||||||
feedback
|
|
Also, you can use netcat
and then connect to localhost on port 1234 using putty (RAW type connection). Still not the best, but at least you don't have to install SSH or Telnet servers. (Also, unix like color codes seem to work for example:
using windows grep seems to work properly. | |||
|
feedback
|
cmd.exeis a shell. It doesn't have a GUI and doesn't handle copy-pasting; that's the job of a terminal (usually the Win32 Console). If you use PuTTYcyg in place of Win32 Console windows, you'll get your copy/paste behavior, but you would still be running commands incmd.exe. – grawity Apr 14 '11 at 5:15cmd.exeinterpreter inside it but it lost its auto-completion feature. – Jader Dias Apr 14 '11 at 12:29