Skip to content

Latest commit

 

History

History
131 lines (90 loc) · 3.59 KB

File metadata and controls

131 lines (90 loc) · 3.59 KB

Project logo

Windows Scripts

Status GitHub Issues GitHub Pull Requests License


This directory contains various Windows Batch and PowerShell scripts that I've found useful over the years.

📝 Table of Contents

🧐 About

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.

🏁 Getting Started

Clone this repo. See Installing for more details.

Prerequisites

PowerShell, Python and various others as indicated in the scripts themselves.

Installing

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

✍️ Authors