CMD Replacement Shells - Enhancing the Windows Console

Time to replace your outdated Windows console!

Take Command is a comprehensive interactive GUI and command console toolset. Take Command makes your Windows command prompt faster, easier to use and far more powerful. Take Command runs console applications in tabbed windows, with an optional Windows File Explorer interface available for those times when you need a visual look at your folders (or drag & drop to the command prompt).

And Take Command includes a Windows CMD command shell replacement that makes you immediately much more productive at the command line. Take Command includes hundreds of major enhancements to CMD commands such as COPY, DEL, DIR, MOVE, SET and START. And it adds a batch file IDE and debugger, 259 internal commands, improved input line editing (including a variety of cut and paste options), syntax coloring, customized tab filename completion, and thousands of other features.

 

 

Why Should I Replace CMD and the Windows Command Prompt?

The default Windows command processor is CMD.EXE. It is a console application that executes the commands you enter at the prompt and runs simple batch scripts (files with a .BAT or .CMD extension). Unfortunately, the CMD shell has always been woefully lacking in even the most basic features compared to the command processors available in other operating systems. And CMD hasn’t changed significantly since its first appearance in Windows NT 3.1 (which was released in 1993).

What’s wrong with CMD and the Windows Command Prompt?

  1. CMD in Windows 10 has about 40 internal commands. That’s only a couple more than CMD had in Windows NT 3.1 25 years ago.
  2. CMD has (almost) no configuration options. There are a handful of switches you can specify on the startup line, and that’s it.
  3. There’s no way to create plugins to extend CMD; your only choice is writing new external apps.
  4. CMD can set its foreground and background colors, and … nothing else. No different colors for input and output, errors, colorized directories, or syntax coloring.
  5. Command line editing in CMD is (extremely) simplistic.
  6. Filename completion is crude and non-programmable.
  7. Variables in CMD consist of the environment variables and a total of 6 internal variables. All of those internal CMD and Windows settings you’d like to query? Not from CMD.
  8. File viewing is limited to TYPE. If you want to display a page at a time, pipe to MORE. Want to go back a page, search, scroll up and down? You can’t.
  9. Aliases? Sort of. Just don’t try anything other than the most basic command alias.
  10. 25+ years into the Internet era, and CMD’s Internet-capable commands consist of … nothing. No HTTP or FTP file access for internal commands. No SSL or SSH, and no SMTP.
  11. Help is nearly non-existent. There is a paragraph or two of text output when you enter the command name followed by a /?. Want to see the command syntax while you’re constructing a command line or writing a batch file? Help on redirection, command line parsing, regular expressions, or batch file creation? Forget it.
  12. Creating, editing, and debugging batch files is a demanding task and needs an integrated solution. What is Microsoft’s solution? Edit the batch file in Notepad, run it on the command line, and see what happens.

Take Command is our flagship product. Take Command is a complete Windows console and CMD replacement that solves all of the problems above, and provides you with a vastly better command prompt UI, a batch programming IDE with syntax coloring, and thousands of additional features not available at the CMD command line. Learn more about Take Command.

For the last 30+ years, JP Software has been helping programmers, system administrators, technical support professionals, and advanced users save time and solve their Windows command prompt frustrations. Take Command offers a new approach to working with Windows command line applications, bringing users the power of the command line and the ease of use of the GUI.

 

Take Command Reviews

"We all know that the only officially-sanctioned way to interact with modern computers is by pointing and clicking on hieroglyphic icons. But many tasks are more easily done with an “old fashioned” command line. JP Software’s Take Command for Windows ($99 for new users, $49 for upgrades) is a powerful replacement for Microsoft’s Command Prompt (CMD.EXE). If you’re a software developer, system administrator, or a “power user” who spends any significant time using the Command Prompt, you’ll surely find Take Command a tremendous improvement. It adds hundreds of powerful commands and enhancements, and incorporates a number of commonly used console-mode utilities."

tedsimages.com

Read More...

  Benefits - Tabbed Windows console replacement

  • Take Command combines the power of the command line with the ease of use of Explorer. Organize all of your console (character mode) applications in tabbed windows, and manipulate files at the command prompt and graphically see the results.
  • Take Command is a Windows console replacement, and is compatible with your existing CMD console commands and batch files, while adding thousands of new features.
  • It's fast - 20-200% faster at displaying output than the standard Windows console, saving you time and money.
  • The integrated and familiar environment means you are immediately more productive with your interactive command prompt and batch file programming tasks.
  • The consistent command syntax reduces your learning and development time.
  • The comprehensive help (including context-sensitive popup help for command syntax), speeds your development time and reduces syntax errors.
  • Create and debug your batch files in a fraction of the time with Take Command's integrated batch file editor and debugger.
  • Take Command is fully customizable, including themes, colors, menus, keyboard shortcuts, toolbars, and windows.
  • The user interface is available in English, French, German, Italian, Russian, and Spanish. (Online help is currently only in English.)

Features - Tabbed Console Windows for CMD Consoles

  • You can run multiple command line and GUI applications simultaneously in tabbed console windows, including CMD, bash, PowerShell, and our own Take Command Console (TCC).
  • The integrated Windows Explorer file manager allows you to examine directories and drag and drop files to console applications in the tabbed windows.
  • The built-ins screen scrollback buffer lets you review or print command line output from past commands, and find text in the tabbed windows.
  • The programmable tabbed toolbar lets you create up to 20 tabs with up to 50 toolbar buttons on each. Toolbar buttons can start new tabs or windows, or send commands or text to existing tabbed windows.
  • Redefine your commands through aliasing, create new commands and functions for your regular tasks, and assign frequently used commands to a single keystroke.
  • Take Command not only runs your existing CMD batch files, it runs them faster than CMD.
  • Create and debug your batch scripts with the integrated graphical IDE. The IDE includes tabbed editor windows and a sophisticated debugger with single stepping, breakpoints, syntax coloring, tooltips, bookmarks, tabbed variable and watch windows. Batch file programming has never been easier or more powerful!
  • The TCC scripting language is a massive superset of CMD, with 259 internal commands, 420+ internal functions, and 340+ system variables. Almost all of the CMD commands (e.g. DIR, COPY, DEL, START, etc.) are enhanced, with hundreds of additional options. And TCC adds more than 200 new commands. Take Command can usually do in one or two lines what requires dozens of lines in CMD (if it can do it at all).
  • The scripting language includes a complete set of flow control structures including IF-Then-Else, DO and FOR loops, SWITCH, subroutines, batch libraries, etc.
  • Most TCC commands (such as COPY, DEDUPE, DIR, DEL, MOVE, REN, etc.) have command dialogs that allow you to select filenames and options and see your command line before executing it. The most powerful Windows command processor is also the easiest to use!
  • Environment variable handling is greatly enhanced, including nested variables, indirect variables, delayed expansion, multi-dimensional array variables, and access to the system, user, and volatile variables in the registry.
  • The file handling commands allow you to select or exclude files by date, time, size, owner, description, and extended wildcards or regular expressions for extraordinary flexibility in file management.
  • Specify multiple filenames for most file processing commands (i.e., COPY, DEL, MOVE, REN, SYNC, etc.). (COPY even supports multiple targets as well as multiple sources.)
  • TCC supports multiple types of redirection, including redirecting and piping to STDERR, "here-document" and "here-string" redirection, and TEE and Y pipe fittings.
  • Browse command line and directory history, filename and directory completion, and use numerous cut and paste options (even with console applications that have no internal cut and paste support) with the advanced line editor.
  • Customize filename completion for any internal or external command or alias. This allows Take Command to intelligently select and display filenames based on the command you are entering.
  • The optional input edit window (with full undo/redo) allows you to create and edit commands before sending them to the active tabbed windows (or console or GUI windows).
  • Send keystrokes from aliases or batch files to any application (console or GUI).
  • Colorize your command line with TCC's syntax and directory colorization, input, output, error, and selection colors, and ANSI x3.64 support.
  • Take Command includes the best text and binary file viewer available for Windows, including bidirectional scrolling, hex listings, rulers, grid lines, extensive searching (including regular expressions) and printing features, and much more.
  • Easily find (and optionally switch to) any directory on your system by entering only part of its name with extended ("fuzzy") directory searches.
  • Customize your directory displays with PDIR (a programmable DIR command).
  • Take Command includes internal compression and extraction commands for ZIP, 7ZIP, TAR, and GZIP files.
  • Monitor your system's hardware and software events, and execute commands when an event is triggered. You can monitor directory changes, the clipboard, event logs, network connections, services, processes, and USB and Firewire connections.
  • Easily query the WMI (Windows Management Interface) to retrieve system configuration information.
  • You can access FTP, TFTP and HTTP (including SSL and SSH) directories and files in all command line file-handling commands (COPY, DEL, DIR, MOVE, etc.).
  • Send SMTP, SMPP, and SNPP messages from your batch files.
  • Create your own commands or variables with plugins, or choose from the many third-party plugin libraries.
  • Internal support is included for Perl, REXX, Python, Tcl/tk, Lua, and any Active Scripting language (including VBScript and Javascript). You can even combine multiple languages in your script files.

For more information, see the Take Command and TCC tutorials.

Take Command is compatible with Windows 10, Windows 11, Server 2016, Server 2019, and Server 2022.

Learn more about: Windows CMD Command Prompt Commands. Windows Batch File Programming.


 

 

© 2023 JP Software. All rights reserved.