
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
I need to write a notepad script to run as a batch file for windows. How would one write the script from the pseudocode to organize a semester? I have the pseudocode below:
- Ask for the semester and build a directory for the semester under the Documents folder
- Ask for the first course to set up.
- Create a directory for the course under the semester's directory and create 2 subdirectories called Assignments and Notes under each course directory.
- Ask for the next course to add. If the course entered is "end", you are done. If it is not end, go back to step 3.
- Display the tree structure of the completed semester directory
- Display a message saying "All Done, See you next semester" at the end of the script
Expert Solution

arrow_forward
Step 1 Introduction
Batch file which often used to help to load programs, run the multiple processes at a time, and also to perform common or repetitive tasks. For example, a batch job could be used in order to back up files, and to process log files, to run several calculations or diagnostics, or any other job that require multiple commands to run.
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Make a simple Banking system. Add task save that data in file after that read it from file and display in JTable. Also perform delete and Update operation such that delete should remove that record form file and display updated data in JTable similarly update should update values in file and show updated values in JTable. Programming language :Javaarrow_forwardin ibmi . READ the Scenario listed below. Once you read the Scenario, answer the questions listed. You are not required to do any programming. As a developer you have been asked to work with a team that is developing a Student Information System. For your part of the project you have been asked to do the tasks listed below (do not actually do anything) . Create a file EXSTUD that will be given to a user to enter data. This file will be accessed by another developer’s program. How would you create your file? What IBM i Utility would you use to enter data into the file? What type of object/attribute would the data file be created as? What needs to be done with the program code to make it executable? List the full command to execute the program you are to create? What type of object would the Program be created as? Where exactly would you put your program code?arrow_forwardin c# i need to Write the program named DirectoryInformation that allows a user to continually enter directory names until the user types end. If the directory name exists, display a list of the files in it; otherwise, display the following message, Directory foo does not exist, to indicate the directory does not exist (foo would be the name of the directory to be checked) . Create as many test directories and files as necessary to test your program. An example of the program is shown below: Enter a directory >> lorem lorem contains the following files lorem/ipsum.txt Enter another directory or type end to quit >> foo Directory foo does not existarrow_forward
- Tell us about file extensions and why you think they're important. You can name three file extensions that you see in a random folder on your computer. You can also name the software programs that made them. Most of the file extensions should show up when you right-click on a file and choose properties from the pop-up menu (Microsoft Windows environment).arrow_forwardYou may have duplicate files.Let home be the directory. The following command moves florence to the home directory's Proposals subfolder.arrow_forwardwhy does the directory listing say "this folder is empty" when showed from the CLI that it is not emptyarrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education