my changes so far
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user