|
Take Command is a comprehensive interactive GUI, command prompt, and Windows batch scripting toolset that makes Windows batch file programming easy and far more powerful. Take Command includes optional Explorer-style integration of the GUI with the command line, tabbed windows for your command line applications, hundreds of improvements to standard CMD commands such as COPY, DEL, DIR, and START, more than 180 internal commands, an advanced line editor, integrated FTP and HTTP support, and thousands of other features. Take Command is also a powerful solution for Windows batch scripting. It features compatibility with your existing CMD batch files while providing advanced extensions such as DO loops, error and exception handling, an integrated IDE including an editor and batch debugger, automation and Internet commands, and over 460 internal variables and functions. |
Are you a developer, system administrator, operations, tech support professional, or an advanced user involved with Windows batch file programming, debugging, and / or execution?
Are you looking for a way to cut down on repetition? Do you want to automate your computer or complex business processes? Easily debug even the most complex scripts? Save time and frustration? Are you frustrated with the limitations of CMD batch file commands and Windows batch scripting? Do you yearn for a real Windows batch programming language and an integrated IDE and debugger?
A batch file in Windows is a text file that contains one or more commands, and has a .bat or .cmd filename extension. Windows batch files, which are also called bat files or cmd files, allow you to simplify and automate routine or repetitive system administration tasks.
Creating batch files is typically done with an editor like Notepad. CMD batch files then can be executed as if they were executable programs. When you type the file name at the command prompt, the Windows command processor runs the commands sequentially as they appear in the file. Bat file commands can be either internal command processor commands (like COPY or DEL), or external applications. You can pass arguments ("batch parameters") to your script by entering them on the command line following the batch file name. You can even run a batch file from within another batch file.
The program that runs batch files in Windows is the command processor (also called the command shell) CMD.EXE. Unfortunately, the Windows command shell has always lacked even the most basic batch file programming features compared to the shells available in other operating systems such as Linux (which has bash, tcsh, zsh, etc.). And CMD hasn't changed significantly since its first appearance in Windows NT 3.1, way back in 1993. Because of the limitations inherent in CMD, users have often been forced to use the GUI for inappropriate tasks, or to write custom programs to perform simple tasks that CMD should have been able to handle. (Or even to try to force a command shell designed for Linux into a Windows-centric environment for programming batch files.)
Even worse, creating batch files in Windows has always been tedious and usually painful for any non-trivial scripts. Windows provides very little support for creating bat files, and none at all for debugging them. Most developers, system adminstrators and advanced users are resigned to using the crude and inefficient (or frequently non-existent!) tools provided with Windows for batch file programming.
But programming batch files doesn’t have to be aggravating. Take Command is the ideal solution to your batch file woes. With over 20 years of offering command line and batch file programming solutions, JP Software has perfected batch programming tools that are easy to use, customizable, and well supported (via our extensive online documentation and active support forums). Take Command is a complete CMD replacement that provides you with a vastly better UI, compatibility with existing CMD batch file commands, and thousands of other features that are not available in CMD (or even in those vaunted Linux shells).
Take Command is a rich development and operations environment that allows you to:
Programming batch files doesn’t have to be repetitive and frustrating. Take Command has a variety of features that make creating .bat files easy:
Learn more about Windows batch file programming and Take Command. Windows Command Line. Creating Batch Files. CMD Commands. Tabbed Windows.
Take Command is compatible with any version of Microsoft Windows XP (SP2 or later), 2003, Vista, 2008, and Windows 7, and is available in 32-bit and 64-bit versions.

There are two editions of Take Command, so you can use the version that's perfect for your needs. See Comparing Take Command, TCC/LE, and CMD.