Part 1 Quiz
If you want to add a section to your batch code that only copies updated files, what should you add to the code?
That's right! Adding the /m function will ensure only updated files are copied. Using /m in a basic program will allow your batch file to efficiently back up your data. Read on for another quiz question.
Not quite! The /e function won't work to keep only updated files. Instead, use /e to specify that all your subdirectories in any listed directory should be copied. Choose another answer!
Try again! Using /y won't limit your backups to only updated files. Instead, you can insert /y into your batch file to allow the confirmation message to pop up each time a file is overwritten. Try another answer...
Want more quizzes?
Keep testing yourself!Part 2 Quiz
Why should you save your batch file as a .bat extension?
Not exactly! Choosing a .bat extension won't keep your notepad document as a text file. If you are not finished writing your batch file, you can save the document as a .txt extension, which will keep the document as text. Click on another answer to find the right one...
Yes! When you're finished writing your batch file, switch the extension to .bat instead of .txt. This converts your document to a batch file once it's saved under "All Files." Read on for another quiz question.
Nope! You can save your batch file under the default option of the "Save as Type" dropdown menu. However, if you don't convert the drop down option to "All Files," you typically won't be able to save your document as a batch file. Guess again!
Want more quizzes?
Keep testing yourself!