Files
2025-03-25 19:01:31 +07:00

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