Skip to content

shea-c4/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Windows Batch and PowerShell scripts that I've found useful over the years.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published