Question: Write a . cmd file that performs the follows actions. Issue a command to suppress the echoing of the batch commands in the output. Insert

Write a .cmd file that performs the follows actions.
Issue a command to suppress the echoing of the batch commands in the output.
Insert a comand to clear the terminal screen.
Insert a comment line that states the following: This Windows batch file will create a small directory structure in the Documents folder!
Issue a command to display the line: Making a directory in the Documents folder called: WTCC Courses
Issue a command to make a directory called WTCC Courses under Documents folder.
Issue a command to create a subdirectory in WTCC Courses called NOS110
(Use absolute pathing when creating the NOS110 subdirectory)
Issue a command to create a subdirectory in WTCC Courses called NOS120
(Use relative pathing when creating the NOS120 subdirectory)
Issue a command to change directories into NOS110
Issue a command to create an empty text file in the NOS110 directory called SkillsExam.txt
Issue a command that shows the text: The current directory is: current working directory
Issue a command to change directories from NOS110 back into the Documents directory
Issue a command to display the following line: The directory structure created is:
Issue a command to display JUST the directory structure created in the Documents folder (including subdirectories and files).
Issue a command to display the line: Done!

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 Databases Questions!