An open API service indexing awesome lists of open source software.

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

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`