Multiple choice

While working with DOS, which command is used to customize the command line's display?

  1. CLS

  2. COPY CON

  3. EDIT

  4. PROMPT

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The PROMPT command in DOS is used to customize the appearance of the command prompt display. It can change the prompt text, add special characters like the current directory, drive letter, or other information. CLS clears the screen, COPY CON creates files, and EDIT is a text editor.