In Windows 10, what command will redirect the output of DIR command to a local printer?
A. DIR /S *.* > list
B. DIR /S *.* prn
C. DIR /S *.* > prn
D. DIR /S > prn
Answer: C
Computer Science & Information Technology
You might also like to view...
A table to which you are appending fields is the ________
A) source table B) inner join C) destination table D) outer join
Computer Science & Information Technology
A method in a subclass is said to ______ an inherited method if it has the same method declarations as the inherited method.
a) copy b) override c) overload d) cancel
Computer Science & Information Technology