my changes so far

This commit is contained in:
2025-06-27 09:01:51 -06:00
parent 7e9e4370a7
commit 3628729716
5 changed files with 214 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
@echo off
set /p NASDIR=Enter the full path to your NAS directory:
if "%NASDIR%"=="" (
echo No directory provided. Exiting.
exit /b
)
python psthumbgen.py --directory "%NASDIR%"
pause