This directory contains various Windows Batch and PowerShell scripts that I've found useful over the years.
From adding the date and path to your prompt to executing a custom build of ffmpeg to using whisper.ai to translate a video this repo contains scripts that I've found useful over the years. Error checking is minimal but should improve over time.
Clone this repo. See Installing for more details.
PowerShell, Python and various others as indicated in the scripts themselves.
Open a command prompt (or Windows Terminal). Add the directory containing the scripts to your PATH.
SET PATH=c:\src\github\shea-c4\scripts;%PATH%
Any batch file can be executed by name (eg autoexec.bat). PowerShell scripts must be run via PowerShell
powershell .\create-libraries.ps1
- @shea-c4 - Idea & Initial work
