Page 1 of 1

Which method allows a space in a file name to be correctly interpreted by the Windows command line interpreter?

Posted: Fri Jul 22, 2022 3:26 pm
by answerhappygod
Which method allows a space in a file name to be correctly interpreted by the Windows command line interpreter?

A. use the backward slash (\) escape character before the space
B. use the forward slash (/) escape character before the space
C. enclose the file name in double quote (") characters
D. replace the space character with the underscore (_) character