Home / CSE / DOS Basics :: Discussion

Discussion :: DOS Basics

  1. Which command is used to copy all files from drive a with extension .txt to the currently logged drive and directory?

  2. A.

     Copy a. *.txt

    B.

     Copy *.txt a:

    C.

     Copy *.txt c:

    D.

     Copy *.txt all.txt

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment