Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voodoos/copyhierarchy
https://github.com/voodoos/copyhierarchy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voodoos/copyhierarchy
- Owner: voodoos
- Created: 2014-10-29T15:25:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-29T15:39:01.000Z (over 10 years ago)
- Last Synced: 2024-11-05T22:06:37.058Z (3 months ago)
- Language: C++
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CONSOLE APPLICATION : CopyHierarchy
## Description
This is a very simple tool to copy a hierarchy of folders (discarding files).For Windows only.
## Disclaimer
So far this app has been quickly created to help a friend dealing with a repetitive task. It's not elegant, it has not been exhaustively tested and no safeguards are implemented. Use this at your own risks.
Furhtermore no effort has been done to ease cross compilation on other systems.## Usage
- Put the executable in the folder containing the root of the hierarchy you want to copy.
- Execute the program and give it the name of the root folder whose hierarchy you want to copy.
- Wait until the end, the copied hierarchy will appear in a new folder named "hierarchy".Remark: it is not mandatory to move the executable in the right folder, but you will need to give an absolute path to the root folder (or a correct relative one)
Warning: do not try to copy a folder containing the executable, it may never end...