@echo off REM Wrapper goi PowerShell script. Task Scheduler chay file nay. cd /d "%~dp0" powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0auto_daily_sync.ps1" exit /b %errorlevel%