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
- Host: GitHub
- URL: https://github.com/gsfalcon/.bat
- Owner: gsfalcon
- Created: 2022-01-01T06:22:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T16:36:27.000Z (3 months ago)
- Last Synced: 2025-02-05T17:38:27.963Z (3 months ago)
- Topics: bat, batch, batch-file, batch-script
- Language: Batchfile
- Homepage: https://gsfalcon.github.io/.bat/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 🤝 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! 🚀