https://github.com/weaponsforge/copy-files
Directories and file copy script
https://github.com/weaponsforge/copy-files
batchfile tools
Last synced: 4 months ago
JSON representation
Directories and file copy script
- Host: GitHub
- URL: https://github.com/weaponsforge/copy-files
- Owner: weaponsforge
- Created: 2021-08-27T02:23:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T02:35:19.000Z (almost 5 years ago)
- Last Synced: 2025-09-10T06:38:40.390Z (9 months ago)
- Topics: batchfile, tools
- Language: Batchfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## copy-files
> Copy all directories and files recursively into a specified directory. Overwrites existing files.
## Requirements
- Windows 10 OS
## Installation
1. Clone this repository relative to the directory that you'd like to copy files into.
- `git clone https://github.com/weaponsforge/copy-files.git`
- For example,
~~~shell
[+] my_project
[+] copy-files
~~~
## Usage
1. Add files and directories in inside **/copy-files**.
2. Click `main.bat`.
@weaponsforge
20210827