By David A. Karp, Tim O'Reilly, Troy Mott
Price: $29.95 USD
£20.95 GBP
Cover | Table of Contents | Colophon
|
Windows XP Home
|
Windows XP Professional
| |
|---|---|---|
|
Multiple processor support
|
None.
|
Single- and dual-processor systems are supported.
|
|
Networking |
C:\>mkdir \sample C:\>copy d:\stuff\*.* \sample
commandname /?
|
Address Bar
|
Labels
|
Shortcuts
|
|
Buttons
|
Listboxes
|
Shut Down
|
|
Checkboxes
|
Log Off
|
Start Menu
|
|
Clipboard
|
Menus
|
Status Bar
|
|
Combo Boxes
|
My Computer
|
System Tray
|
|
Context Menus
|
My Network Places
|
Tabbed Dialogs
|
|
Control Menus
|
Notification Area
|
Taskbar
|
|
Common application name
|
Executable filename / command line
|
Professional edition only
|
|---|---|---|
|
Accessibility
Options
|
access.cpl
| |
|
Accessibility Wizard
|
del command (discussed later in this
chapter) is used to delete one or more files; it requires that the
name of the file be specified after the command, like this:del /p myfile.txt
/p is an extra option used to modify the
behavior of del. The fact that this usage is not
limited to internal commands (like del) is what
makes the command line (but not necessarily the Command Prompt
application) such an important part of Windows XP's
design. For example:notepad myfile.txt