Scripting in Windows
Working with Batch Files
Sometimes the humble old batch file comes in handy to get things done in Windows. If you need something more modern or advanced there are other options for scripting in Windows:
- Powershell
- Windows Subsystem for Linux.
Resources:
Batch / CMD Shell Scripting
- steve-jansen.github.io/guides/windows-batch..
- robvanderwoude.com/clevertricks.php
- en.wikibooks.org/wiki/Windows_Batch_Scripting
- reddit.com/r/Batch
- Lots of good stuff here including a Discord server.