Question
In Windows 10, Lets assume that there is a folder located under the C drive called oldP2 (C:oldP2) that contains a bunch of files and
In Windows 10, Lets assume that there is a folder located under the C drive called oldP2 (C:\oldP2) that contains a bunch of files and folders. Write out the commands that do the following: a. Create the "C: ewDir" folder on your hard drive. (10 points) b. Rename the directory that you created in (a) to "newP2". (10 points) c. Use robocopy command to move all files and directories from oldP2 to newP2, deleting them from the source. (15 points). d. List all the contents of C: ewP2 folder. (10 points) Hint: Chapter 13 p 721-724 Expected commands: mkdir, ren, cd, dir, robocopy I do not want to see the files and contents. I only need to see the commands. Screenshots are not necessary for this part.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started