Podcast
Questions and Answers
What is the recommended file copy utility by Microsoft for long file names and NTFS attributes?
What is the recommended file copy utility by Microsoft for long file names and NTFS attributes?
- xcopy
- robocopy (correct)
- move
- copy
What is the syntax for the xcopy command?
What is the syntax for the xcopy command?
- copy Source [Destination]
- xcopy Source [Destination] [Switches] (correct)
- move [Destination] [Switches]
- xcopy [Destination] [Switches]
Which command allows you to transfer files contained in a single directory?
Which command allows you to transfer files contained in a single directory?
- move (correct)
- robocopy
- copy
- xcopy
What does the xcopy command allow you to do?
What does the xcopy command allow you to do?
What are switches in the xcopy command used for?
What are switches in the xcopy command used for?
What command is used to create a directory in the current directory?
What command is used to create a directory in the current directory?
What is the command used to remove an empty directory?
What is the command used to remove an empty directory?
What is the purpose of the /s switch when removing a directory?
What is the purpose of the /s switch when removing a directory?
Which command can be used to move files?
Which command can be used to move files?
Flashcards are hidden until you start studying