@echo off setlocal cd /d "D:\TTS Podcast" REM --- use your exact Python path below if python isn't on PATH --- "C:\Users\dream\AppData\Local\Programs\Python\Python312\python.exe" "update_rss.py" --verbose >> "refresh_feed.log" 2>&1 endlocal