https://github.com/sebthom/batch-functions
Collection of reusable Windows batch functions
https://github.com/sebthom/batch-functions
batch-script windows-batch-script
Last synced: 4 months ago
JSON representation
Collection of reusable Windows batch functions
- Host: GitHub
- URL: https://github.com/sebthom/batch-functions
- Owner: sebthom
- License: cc0-1.0
- Created: 2023-03-29T20:12:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-24T14:45:36.000Z (7 months ago)
- Last Synced: 2025-11-28T03:39:19.157Z (7 months ago)
- Topics: batch-script, windows-batch-script
- Language: Batchfile
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# batch-functions
[](https://github.com/sebthom/batch-functions/actions?query=workflow%3A%22Build%22)
[](LICENSE.txt)
[](CODE_OF_CONDUCT.md)
1. [What is it?](#what-is-it)
1. [License](#license)
A collection of reusable Windows batch functions.
All files are released under the [Creative Commons Zero v1.0 Universal](LICENSE.txt).
Individual files contain the following tag instead of the full license text:
```
SPDX-License-Identifier: CC0-1.0
```
This enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/.
An exception is made for:
1. files in readable text which contain their own license information, or
2. files in a directory containing a separate `LICENSE.txt` file, or
3. files where an accompanying file exists in the same directory with a `.LICENSE.txt` suffix added to the base-name of the original file.
For example `foobar.js` is may be accompanied by a `foobar.LICENSE.txt` license file.