https://github.com/eggy115/batch
Batch Examples and Scripts
https://github.com/eggy115/batch
bat batch batch-script batchfile batchfile-examples batchscript cmd command-line command-prompt examples examples-bat examples-batch windows windows-10 windows-11
Last synced: 9 months ago
JSON representation
Batch Examples and Scripts
- Host: GitHub
- URL: https://github.com/eggy115/batch
- Owner: Eggy115
- License: gpl-3.0
- Created: 2023-03-05T15:56:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T20:40:18.000Z (about 1 year ago)
- Last Synced: 2025-03-29T15:05:55.963Z (10 months ago)
- Topics: bat, batch, batch-script, batchfile, batchfile-examples, batchscript, cmd, command-line, command-prompt, examples, examples-bat, examples-batch, windows, windows-10, windows-11
- Language: Batchfile
- Homepage: https://github.com/Eggy115/Batch
- Size: 391 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Batch
This repository contains a collection of batch scripts that demonstrate various functionalities of the Windows Command Prompt. All scripts are released under the GPL v3 license.
## Installing
To use any of the scripts in this repository, simply download or clone the repository to your local machine.
```
git clone https://github.com/Eggy115/Batch.git
```
You can also download individual files or copy and paste code to use in projects.
## Usage
You can then run the scripts directly from the command prompt by navigating to the script location and entering the script name. They can also be run using `call`, or by executing them as `.bat` or `.cmd`.
## Contributing
Contributions to this repository are welcome and encouraged. If you have any batch script examples to add or improvements to existing examples, feel free to submit a pull request. Please make sure to include a clear description of your changes and any relevant information. See [CONTRIBUTING](./CONTRIBUTING.md) for more detail.
## License
All scripts in this repository are released under the GPL v3 license. See the [LICENSE](./LICENSE) file for details.
`cmd.exe` `conhost.exe`