Question: Open up the Command Prompt and create the following structure on your flash / usb drive. Try to make sure that your USB drive letter
Open up the Command Prompt and create the following structure on your flashusb drive. Try to make sure that your USB drive letter is E: Note: If your drive letter is D: or something else other than C: you can still get credit for your diagram. Paste a screen snip showing your work using Explorer. It must show all the folders and files for credit.
Question
Question
Points
When you have created the directory structure, take a screen snip with the tree command; save it as a png file, jpeg or bitmap file and attach it with this question. Your snip must also display the files in the directory as well
Question
Answer the following questions based on exactly what you would type in to execute the required action. In all cases but question you will be required to use a command prompt command and one or more absolute paths. Test your answers in the command prompt application to make sure you answered the questions exactly. You must base all your answers on working from the E: drive
Question
Question
Points
Assume your present working directory is somewhere on the C: drive. What exactly would you type in at the command prompt to change to the E: drive? E:
Blank
E:
Question
Question
Points
Now your present working directory is the root of the E: drive, E: Use a command prompt command that has letters and the absolute path to change your present working directory to the "Mar" directory under Jan which is under the root E: cd E:JanMar
Blank
cd E:JanMar
Question
Question
Points
Now your present working directory is the root of the E: drive, E: Use a command prompt command that has letters and the absolute path to change your present working directory to the "May" directory under April which is under the root E: cd E:AprilMay
Blank
cd E:AprilMay
Question
Question
Points
Now your present working directory is the May which is a subfolder of the April folder. Use a command prompt command that has letters and the absolute path to change your present working directory to the "June" directory under April which is under the root E: cd E:AprilJune
Blank
cd E:AprilJune
Question
Question
Points
Use a letter command in the command prompt including the absolute path and a wildcard character, a period and another wildcard character to delete all the files in the "June" directory under April which is under the root E: del E:AprilJune
Blank
del E:AprilJune
Question
Question
Points
Use a letter command in the command prompt which will require a source absolute path and a destination absolute path to copy the datafilexls to the May folder as Quarterxls at the destination. So at the destination the filename will be quarterxls copy E:JanFebdatafilexls E:AprilMayquarterxls
Blank
copy E:JanFebdatafilexls E:AprilMayquarterxls
Question
Question
Points
Use a letter command in the command prompt including the absolute path to rename datafilexls as Quarterxlsrequires absolute path and relative path along with the command
ren E:JanFebdatafilexls Quarterxls
Blank
ren E:JanFebdatafilexls Quarterxls
Question
Question
Points
Now your present working directory is the root of the E: drive, E: Use a command in the command promptwith letters and the absolute path to create a folder named July under the June folder. mkdir E:AprilJuneJuly
Blank
mkdir E:AprilJuneJuly
I need to see if this is right and I need the screenshot of that pls from question
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
