Multiple choice

To save a file on disk using COPY CON, we press

  1. Ctrl+C

  2. Ctrl+Z

  3. Ctrl+S

  4. None of the above

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

When using COPY CON to create a file, pressing Ctrl+Z (followed by Enter) signals the end of file input and saves the content. Ctrl+C aborts the operation without saving. Ctrl+S is used for pause/resume in some contexts but not for saving.