Scripting in Windows

·

1 min read

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

Powershell

Bash with Windows Subsystem for Linux