Home / CSE / Disk Operating System [DOS] :: Discussion

Discussion :: Disk Operating System [DOS]

  1. While working with MS-DOS, which command is used to copy all files from the currently logged drive and directory with the extension .TXT to the drive A?

  2. A.
    COPY A: *.TXT
    B.
    COPY *.TXT A:
    C.
    COPY *.TXT C:
    D.
    COPY *.TXT ALL.TXT
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment