CMD.exe replacement

Command LineTerminal

Command Line Problem Overview


Does anyone know of a good Command Prompt replacement? I've tried bash/Cygwin, but that does not really meet my needs at work because it's too heavy. I'd like a function-for-function identical wrapper on cmd.exe, but with highlighting, intellisense, and (critically) a tabbed interface. Powershell is okay, but the interface is still lacking.

Command Line Solutions


Solution 1 - Command Line

Edited: I've been using ConEmu (http://conemu.github.io/) for quite some time now. This one is a wrapper too, since it is not really possible to replace the Windows console without rewriting the whole command interpreter. Below the line is my original answer for an earlier alternative.


Not exactly a replacement (actually, it's a prettifying wrapper) but you might try Console (<http://sourceforge.net/projects/console/>;)

Solution 2 - Command Line

I've been using JPSoft's products a long time (starting back with 4OS2 and 4DOS), and currently use Take Command 9. It works with existing batch files, has it's own improvements on top, a tabbed interface, and filename coloring options.

Looks like their site is having some problems right now, but you can find them at: http://jpsoft.com/">http://jpsoft.com/</a>

Solution 3 - Command Line

I use Take Command 9.0. I have used JPSoft's products for years. It has a tabbed interface. I have Take Command start with Take Command, Powershell, and CMD.exe each in their own tab. It doesn't do syntax highlighting. Take Command is syntactically compatible with CMD.exe and enhances each command quite a bit and adds many more.

PowerShell isn't a complete replacement for CMD.exe or Take Command. I find myself using both. You might ask why I would still use CMD.exe and it is because I will use Take Command to test a batch file that is limited to commands that work in CMD.exe and I then need to deploy the batch file on a workstation/server that doesn't have Take Command on it. I can create/test in Take Command and then verify it works in CMD.exe before deploying it.

I don't know of any IDE's that provide Intellisense for batch files specifically. If they did it would only be for a few keywords anyway. Most of the time in batch files you are running commands that are external to the batch language and wouldn't be included in the Intellisense.

I use Textpad to edit my batch files. Take Command has a debugger and it has logging capabilities which makes it very easy to test your batch files.

Solution 4 - Command Line

PowerCmd is a trial-ware wrapper for cmd.exe and costs 30$

It offers:

  • tabs
  • a "normal" selection mode
  • copy'n'paste
  • highlighting
  • auto complete
  • buttons to start Python, Powershell and others

Solution 5 - Command Line

If you want a more feature-rich UI for Powershell, try PowerGUI.

http://powergui.org/index.jspa

Solution 6 - Command Line

NYAOS

> "NYAOS" is the tcsh-like enhanced commandline shell for Windows and OS/2 !

http://www.nyaos.org/

Solution 7 - Command Line

For decent completion and command history, try the PyCmd wrapper at https://sourceforge.net/projects/pycmd/

Solution 8 - Command Line

I use 4NT from the above mentioned JPSoft. It works great and has great added functionality. It is being replaced by TakeCommand but I do not need that much extra functionality.

Update: It's no longer known as 4NT. Now its name is TCC/LE.

Solution 9 - Command Line

Nick, I know you asked this a long while ago but I've just found it while searching for something related. I have been using PromptPal and its been great. I got it about a year ago, early 2008, and it was through this discount software thing called BitsDujour. I just went there and noticed they had a deal for 51% off that product only a few days ago. Keep your eyes on that site and maybe the discount will come up again soon. Its well worth the $30 but I got 2 licenses for 1/2 off, one for each of my PCs...

Solution 10 - Command Line

If you want not to use cmd.exe totally then go for [ZOC.exe][1] terminal.ZOC is enterprise application.

Else just add some feature to your Command prompt by installing [GOW.EXE][2].GOW is opensource application.

But always you can go for [Git][3] which is giving mostly commands in bash. Just add the bin folder to your environment path. Your command prompt will work as unix terminal.

[1]: http://www.emtec.com/zoc/index.html "ZOC • SSH/Telnet Client and Terminal Emulator for Windows and Mac OS X" [2]: https://github.com/bmatzelle/gow "Gow - The lightweight alternative to Cygwin" [3]: https://git-scm.com/downloads

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionNickView Question on Stackoverflow
Solution 1 - Command LineIshmaeelView Answer on Stackoverflow
Solution 2 - Command LinecrashmstrView Answer on Stackoverflow
Solution 3 - Command LinebruceatkView Answer on Stackoverflow
Solution 4 - Command LinephobieView Answer on Stackoverflow
Solution 5 - Command LineEric Z BeardView Answer on Stackoverflow
Solution 6 - Command Linef3lixView Answer on Stackoverflow
Solution 7 - Command LineHorea HaitonicView Answer on Stackoverflow
Solution 8 - Command LineGerhardView Answer on Stackoverflow
Solution 9 - Command LineTaptronicView Answer on Stackoverflow
Solution 10 - Command LinePriyaView Answer on Stackoverflow