DOS lives! Secrets of the Windows command prompt
Don't be afraid of a little typing. Lots of good old DOS commands still work in Windows, and often they're the best choice for quick and efficient work.
Computerworld - Buried deep within Windows' bosom is a carbon-crusted fossil from the ancient days of computing. This aged wart on Windows' soul harkens back to a more primitive time, when computers lacked the oomph to go graphical and mice were nothing but rodents.
I speak of the command prompt, whose roots lie in DOS, that antique operating system of the 1980s. DOS is gone now. Most old DOS programs lost Windows compatibility after the release of Windows 98, and Microsoft even held a mock funeral for the once-dominant PC operating system about a decade ago.
Yet despite Windows' glorious graphical goodness, a wispy memory of text-based computer life still exists. It's a program called CMD.EXE, and it appears in Windows as the command prompt window.
Believe it or not, the command prompt to this day still serves as a useful alternative way to control your computer. Indeed, there are some things you can do in the command prompt window that in Windows' graphical interface are tedious, slow or darn near impossible.
Come with me as we discover how an old warhorse like DOS can once again find purpose.
![]()
Command prompt 101
![]()
Text commands, while obscure, are potent. Armed with the right commands and the know-how to use them, you can, even in 2007, fully control any Windows computer from your keyboard alone.
The command prompt window isn't really text mode, not like the old days. Rather, it emulates text mode.
In fact, over the years, Microsoft has continued to make the command prompt more and more powerful. Rumor has it that some Windows programmers at Microsoft almost exclusively use the command prompt to configure and run their systems. Given the richness and breadth of the text mode commands, it's easy to see why.
For now, let's begin by opening the command prompt window. Click the Windows Start menu, click All Programs, choose the Accessories submenu, choose Command Prompt, et voila, you should be looking at a standard command prompt window.
The command prompt window emulates the old full-screen text mode of yesteryear in a small window on your screen. Inside the window you should see 80 columns by 25 rows of text. A command prompt (which begins with C:\) indicates what directory you're currently in. And a blinking cursor shows you where to type your text. It's all cryptically simple.
What you type at that prompt are commands. Later on, we'll test drive a whole passel of commands, some as ancient as the first version of DOS back in 1981, some brand new with Windows Vista, but for now, just type
VER
and press Enter. You should see text telling you the current version of your operating system, similar to what's shown in Figure 1, below.
![]() Figure 1. Typing VER at the command prompt tells you which version of Windows you're running. |
Before digging further into the command prompt, here are a few things to keep in mind when working at the command prompt level:
- Commands can be typed in uppercase or lowercase. Traditionally, DOS commands are written in ALL CAPS, as we're doing in this story, but you don't have to type them that way.
- Anything you type is ignored until you press the Enter key. You can use the Backspace key to back up and erase. You can also use the left and right arrow keys to edit text.
- You can quickly summon a previous DOS command by pressing the up arrow key. Pressing the up arrow key repeatedly pages back through the past several commands you've typed at the prompt.
- The Cancel sequence in DOS is Ctrl+C.
- Yes, the error messages are cryptic and useless. Welcome to 1988!
- You can change the size and appearance of the command prompt window itself. For pointers, see the sidebar Working the window.
- To finish your DOS session, simply close the window. Or if you want to be completely texty about things, type EXIT to make the command prompt window go bye-bye, just like in the old days.



- Excel 2010 Cheat Sheet
- Register for this Computerworld Insider Cheat Sheet and gain access to hundreds of premium content articles, guides, product reviews and more.
- VMware View Optimization Guide for Windows 7
- This document provides guidelines for configuring a standard Windows 7 image to be used within a VMware View™ environment, providing administrators with the...
- Watson - A System Designed for Answers. The future of workload optimized systems design
- Watson is a workload optimized system designed for complex analytics, made possible by integrating massively parallel POWER7 processors and DeepQA technology. Read the...
- Overcome Top 7 Admin Challenges of Active Directory
- As Active Directory's role in the enterprise has drastically increased, so has the need to secure the data. Gain insight on creating repeatable,...
- Insiders Can Ruin Your Company. Take Action.
- Did you know that 80 percent of threats to an organization come from the inside? The threat from insiders is often overlooked in...
- Top Solutions and Tools to Prevent Devastating Malware
- Custom malware frequently goes undetected. According to Forrester Research, the best way to reduce risk of breach is to deploy file integrity monitoring... All Operating Systems White Papers
- Optimizing Networks for the Cloud
- Join guest speaker, Rohit Mehra, IDC Director of Enterprise Communications Infrastructure, to explore current trends, discuss best practices for optimizing Data Center and...
- Apps QuickStart Series Part 2: Designing and Deploying SQL Server on VMware vSphere
- Download this webcast to learn about the design considerations for virtualizing SQL workloads, performance and scalability information and high-availability options, as well as...
- Apps QuickStart Series Part 1: Designing and Deploying Exchange 2010 on VMware vSphere
- Download this webcast to learn the virtual hardware design considerations for Exchange 2010, deployment using the building block approach, options for high-availability and...
- Customer Spotlight: How IPC The Hospitalist Company Implemented Oracle on VMware
- Have you been looking to hear about customer's experiences with the new VMware vCenter Site Recovery Manager product? View this webcast to learn...
- Virtualize Business-Critical Applications with Confidence
- Virtualizing business-critical applications has become a key focus for organizations as they move along their virtualization journey. With the launch of VMware vSphere®... All Operating Systems Webcasts
