The CLI in Windows
The CLI in Windows
- MS-DOS and the CLI in Windows
Based on QDOS and CP/M
Versions of MS-DOS
Legal issues with system vendors
Legacy compatibility
- Start the Command Line Interface in Windows
[Start] (/ Run) / enter "cmd"
EXIT
- The Command Line Interface in Windows
Why a command line interface and not a GUI
Command prompt
DOS lives in the present
Commands, commands, commands
Blank sheet of paper...
Other command line environments
- Getting Help In DOS
HELP
(command) /?
(command) | more
DOS is not case sensitive
- Internal and External Commands
Internal commands
External commands
Succession of commands
- The CLS Command (Internal)
CLS /?
- The DIR Command (Internal)
DIR
DIR [drive:][path]
DIR C:\
Other examples:
- The CD Command (Internal)
CD path
CD .. (parent)
CD \ (root)
Other examples: