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 flash/usb 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 1
Question 1
20
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 question1 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 2
Question 2
10
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 1
E:
Question 3
Question 3
10
Points
Now your present working directory is the root of the E: drive, E:\. Use a command prompt command that has 2 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:\Jan\Mar
Blank 1
cd E:\Jan\Mar
Question 4
Question 4
10
Points
Now your present working directory is the root of the E: drive, E:\. Use a command prompt command that has 2 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:\April\May
Blank 1
cd E:\April\May
Question 5
Question 5
10
Points
Now your present working directory is the May which is a subfolder of the April folder. Use a command prompt command that has 2 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:\April\June
Blank 1
cd E:\April\June
Question 6
Question 6
10
Points
Use a 3 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:\April\June\*.*
Blank 1
del E:\April\June\*.*
Question 7
Question 7
10
Points
Use a 4 letter command in the command prompt which will require a source absolute path and a destination absolute path to copy the datafile1.xls to the May folder as Quarter1.xls at the destination. So at the destination the filename will be quarter1.xls copy E:\Jan\Feb\datafile1.xls E:\April\May\quarter1.xls
Blank 1
copy E:\Jan\Feb\datafile1.xls E:\April\May\quarter1.xls
Question 8
Question 8
10
Points
Use a 3 letter command in the command prompt including the absolute path to rename datafile2.xls as Quarter2.xls(requires 1 absolute path and 1 relative path along with the command)
ren E:\Jan\Feb\datafile2.xls Quarter2.xls
Blank 1
ren E:\Jan\Feb\datafile2.xls Quarter2.xls
Question 9
Question 9
10
Points
Now your present working directory is the root of the E: drive, E:\. Use a command in the command prompt(with 5 letters) and the absolute path to create a folder named July under the June folder. mkdir E:\April\June\July
Blank 1
mkdir E:\April\June\July
I need to see if this is right and I need the screenshot of that pls from question 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!