Assume that the current directory is C:\ and a file named MESSAGE.BAT is located in the C:\Util directory. Which one of the following commands would be effective?

A) ERASE MESSAGE.BAT
B) COPY MESSAGE.BAT \UTIL
C) TYPE C:\UTIL\MESSAGE.BAT
D) COPY C:\MESSAGE.BAT C:\UTIL\MESSAGE.BAT


C

Computer Science & Information Technology

You might also like to view...

Define a function named always_five that has no parameters and returns the integer 5 as its result.

What will be an ideal response?

Computer Science & Information Technology

The general syntax to overload the stream extraction operator >> for a class is ____.

A. istream& operator>>(istream&, className&); B. const istream& operator>>(istream&, className&); C. friend operator>>(istream&, className&); D. friend istream& operator>>(istream&, className&);

Computer Science & Information Technology

Which standard or protocol represents a security improvement in WPA2 over WEP and WPA?

A. EAP B. IrDA C. AES D. TCP/IP

Computer Science & Information Technology

Microsoft Word allows you to manage your e-mail. 

Answer the following statement true (T) or false (F)

Computer Science & Information Technology