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

https://github.com/gsfalcon/.bat

Windows Batch Files - Here, you can find a collection of useful .bat scripts
https://github.com/gsfalcon/.bat

bat batch batch-file batch-script

Last synced: 2 months ago
JSON representation

Windows Batch Files - Here, you can find a collection of useful .bat scripts

Awesome Lists containing this project

README

        

# Windows Batch Files (.bat) 🛠️

Windows Batch Files repository, you can find a collection of useful `.bat` scripts to streamline various tasks on Windows.

## 📜 Table of Contents
- `cleanTempFiles.bat`: Delete All Windows Temp Files 🗑️
- `renewIp.bat`: Renew Windows IP 🔄
- `shutdown.bat`: Schedule Windows shutdown ⏰
- `shutdownWin.bat`: Windows shutdown automation 💻

## 🚀 Usage
1. Download the desired `.bat` script from the list above.
2. Double-click on the script to execute it.
3. Feel free to explore and use these scripts to automate routine tasks on your Windows machine!

## 📋 Scripts Overview
- **`cleanTempFiles.bat`**: Helps you clean up all Windows temporary files, freeing up disk space.
- **`renewIp.bat`**: Easily renew your Windows IP address with this script.
- **`shutdown.bat`**: Schedule a Windows shutdown.
- **`shutdownWin.bat`**: Automate Windows shutdown processes.

## 🛡️ Badges
![GitHub top language](https://img.shields.io/github/languages/top/gsfalcon/.bat)
![GitHub repo size](https://img.shields.io/github/repo-size/gsfalcon/.bat)

## 🤝 How to Contribute
If you have new scripts to share or improvements to existing ones, contributions are welcome!

1. **Fork the repository**.
2. **Add or modify the scripts**.
3. Create a new branch:
```bash
git checkout -b feature/new-script
```
4. Commit your changes:
```bash
git commit -m "Add new script"
```
5. Push to the branch:
```bash
git push origin feature/new-script
```
6. Open a **pull request**.

Your contributions make this repository more valuable for everyone. Thank you for your involvement! 🚀