DOS命令的使用

字號(hào):

不能實(shí)現(xiàn)把C盤(pán)根目錄下的文件ABC.TXT拷貝到C:\SS子目錄下的DOS命令是(D )。
    A.C:\>copy abc.txt ss
    B.C:\>copy abc.txt c:\ss
    C.D:\>copy c:\abc.txt c:\ss
     D.C:\ss>copy abc.txt c:\ss