subject

George is really lazy. He thinks it would be really neat if you could set up a PowerShell script that would create his subdirectory structure for his classes for the semester. He wants to have the top level be the semester (.i. e. Fall2017) and have directories for each class under the top level. Each of the class directories will contain subdirectories named Assignments and Notes. He wants the script to ask him for the semester and then for each of the courses he is taking that semester. Build a PowerShell script that will do the following: Ask for the semester and build a directory for the semester
Loop and ask for each course for the semester until "end" is entered
In side the loop, create a directory for the course under the semester's directory and create 2 subdirectories called Assignments and Notes under each course directory.
Display the tree structure of the completed directory structure
Display a message saying "All Done, See you next semester" at the end of the script
Include documentation in the script explaining what it does. Run the script and take a screen shots showing the running of the script. Copy the the text for the script into the word document so that I can see the completed script.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:00
Perform the following tasks: a. create a class named testclass that holds a single private integer field and a public constructor. the only statement in the constructor is one that displays the message “constructing”. write a main()function that instantiates one object of the testclass. save the file as testclass.cpp in the chapter 08 folder. run the program and observe the results. b. write another main()function that instantiates an array of 10 testclass objects. save the file as test class array.c . run this program and observe the results.
Answers: 1
question
Computers and Technology, 24.06.2019 08:00
Java the manager of a football stadium wants you to write a program that calculates the total ticket sales after each game
Answers: 1
question
Computers and Technology, 24.06.2019 13:00
Your mom wants to purchase a laptop computer. she said she wants her new computer to be able to play her dvds so she can listen to music and wants to know what type of optical drives will play her disk. which type of drive should she look for?
Answers: 1
question
Computers and Technology, 24.06.2019 22:50
Which of these might be an example of an advertiser's target group? a.people who have no access to media b.people the advertisers know nothing about c. people who watch a variety of tv shows d. people who live in the same region of the country
Answers: 2
You know the right answer?
George is really lazy. He thinks it would be really neat if you could set up a PowerShell script tha...
Questions
Questions on the website: 13722367