Question: Your job in this project is to write JAVA program that behaves like the windows shell. It must show a prompt showing the current directory
Your job in this project is to write JAVA program that behaves like the windows shell.
It must show a prompt showing the current directory and prompt the user to type the command that need to be executed.
To make things simpler (and therefore doable), you are only required 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 JAVA language, and report the code and some scenarios that give an evidence that your implementation is actually working.
Step by Step Solution
3.43 Rating (162 Votes )
There are 3 Steps involved in it
To achieve this project you can create a Java program that emulates a basic shell environment This shell will primarily handle three commands CLS to clear the screen CD to change directories and RENAM... View full answer
Get step-by-step solutions from verified subject matter experts
