A CLI-based C++ application that provides strong control over the common operations realted to the files & folders of the Windows operating system.
-
Clone the current repository.
-
open the folder created after cloning.
-
In the address-bar, type
cmd
and pressEnter
. -
run the following command:
> run.exe
-
This opens the terminal application, that can be used by the user to explore the features offered in this implementation.
It should be noted that the application creates a new folder labelled
FMS_Root
, and runs with this as the root directory. All commands are expected to be relative to this directory.
It should also be noted that the application runs in the global scope of the machine, thus it will not effect the files present outside the root, until EXPLICITLY told to do so. Thus, user discretion is advised.