Skip to content

A CLI-based file management system for the windows OS platform.

Notifications You must be signed in to change notification settings

cyberquill/WinFileManager

Repository files navigation

Windows File Manager

A CLI-based C++ application that provides strong control over the common operations realted to the files & folders of the Windows operating system.


Run Instructions

  1. Clone the current repository.

  2. open the folder created after cloning.

  3. In the address-bar, type cmd and press Enter.

    Address Bar
  4. run the following command:

    >   run.exe
  5. 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.


Application Screenshots

About

A CLI-based file management system for the windows OS platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages