Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 10 hours 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T11:03:33.000Z (about 1 year ago)
- Last Synced: 2023-09-11T12:43:00.509Z (about 1 year ago)
- Topics: batch-script, windows-batch-script
- Language: Batchfile
- Homepage:
- Size: 24.4 KB
- Stars: 1
- 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
[![Build Status](https://github.com/sebthom/batch-functions/workflows/Build/badge.svg "GitHub Actions")](https://github.com/sebthom/batch-functions/actions?query=workflow%3A%22Build%22)
[![License](https://img.shields.io/github/license/sebthom/batch-functions.svg?color=blue)](LICENSE.txt)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.1%20adopted-ff69b4.svg)](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.