mirror of
https://github.com/tiennm99/utils.git
synced 2026-08-07 00:24:40 +00:00
15 lines
354 B
Markdown
15 lines
354 B
Markdown
# Utils
|
|
|
|
Useful (or useless) scripts to make life easier (or harder) :D
|
|
|
|
## `join.bat`
|
|
|
|
Join all text files from subfolders into combined files.
|
|
|
|
### Usage
|
|
|
|
1. Create an `input` folder in the same directory as the script
|
|
2. Place your text files in subfolders within the `input` folder
|
|
3. Run `join.bat`
|
|
4. Find the combined files in the `output` folder
|