To save a file on disk using COPY CON, we press
-
Ctrl+C
-
Ctrl+Z
-
Ctrl+S
-
None of the above
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.