I have made Batch scripts that have helped me streamline tasks. In this repositoryare handpicked selection of these scripts that could save you time and effort.
- Time-Saving Solutions: Simplify your workflow for everyday tasks.
- Flexibility: Adapt and customize the scripts to match your own specific needs.
-
check_urls.bat
is a lightweight Windows batch script that verifies URLs listed inurls.txt
within your folder. Efficiently scan multiple web addresses, identify valid ones, and filter out 404 errors. Perfect for automating link validation and maintaining clean URL lists.check_urls.bat
- Validates URLs in
urls.txt
. - Separates valid URLs and 404 errors into two separtae files
urls_valid.txt
andurls_404.txt
. - Skips URLs where there has been a timeout due to connectivity issues.
- Validates URLs in
Feel free to explore, modify, and utilize these batch scripts to automate various tasks on your Windows system. Share and add scripts which have helped you out as well.
- PythonMagic - Speed up Data Science workflows with Python scripts.
- AHKMagic - Automate Windows tasks with AutoHotKey scripts.