Job Project Write Java Program Behaves Like Windows Shell Must Show Prompt Showing Current Q43881163
Your job in this project is to write JAVA program that behaveslike the windows shell.
It must show a prompt showing the current directory and promptthe user to type the command that need to be executed.
To make things simpler (and therefore doable), you are onlyrequired to execute the following commands
1. CLS to clean screen
2. CD to change the current directory
3. RENAME to rename a specific file.
Deliverables You need to implement the shell using JAVAlanguage, and report the code and some scenarios that give anevidence that your implementation is actually working.
Expert Answer
Answer to Your job in this project is to write JAVA program that behaves like the windows shell. It must show a prompt showing the…
OR