CMSC 125 Course Project SHELL is a CMSC 125 - Operating Systems project which was created using the C Language. The project is like a version of the Windows Command Prompt but with fewer functionalities or instructions. These following commands are stated below:
CD - Displays the name of or changes the current directory.
CHDIR - Displays the name of or changes the current directory.
CLS - Clears the screen.
CMD - Starts a new instance of the command interpreter, SHELL.
COPY - Copies one or more files to another location or to another file.
DATE - Displays or sets the date.
DEL - Deletes one or more files.
DIR - Displays a list of files and subdirectories in a directory.
MKDIR - Creates a new directory.
MOVE - Moves one or more files from one directory to another directory.
RENAME - Renames a file.
RMDIR - Removes a directory.
TIME - Displays or sets the system time.
TYPE - Displays the contents of a text file.
IPCONFIG - Displays IP network settings.
START - Starts an own window to execute a program or command
COLOR - Changes console color
EXIT - Exits the SHELL