Add files via upload

This commit is contained in:
Relationship
2026-07-06 06:49:50 +01:00
committed by GitHub
parent 5627be8907
commit 2c6a429188
4 changed files with 4477 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@echo off
echo ============================================================
echo Relationships Jukebox - Playlist Generator
echo ============================================================
echo.
REM Pass any command-line arguments (e.g. -UseWinRAR) to the PS1 script
powershell -ExecutionPolicy Bypass -File "%~dp0GeneratePlaylist.ps1" %*
echo.
pause