Command Prompt (Cmd.exe)
From HowToGeek
Cmd.exe is the command prompt application for Windows.
Contents |
Overview
The command prompt in Windows has long been known for being underpowered compared to operating systems such as Linux.
Batch Processing
You can create scripts known as "batch files" that run under the cmd.exe process and allow you to perform numerous commands at once. These scripts could be used for common system administration tasks. (todo: include example here)
Alternate Shells
You can run a number of alternate shells under cmd.exe including Cygwin, to provide a "linux" environment and allow you to run many linux packages.
History
The command prompt in earlier versions of Windows was command.com instead of cmd.exe.
See Also
- Hide Flashing Command Line and Batch File Windows on Startup
- Keyboard Ninja: Scrolling the Windows Command Prompt with Only the Keyboard
- Use Command Prompt Here in Windows Vista
References
