@echo off setlocal cd /d "%~dp0" echo Starting visible debug mode... echo Close this window or press Ctrl+C to stop. echo. powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0Auto_iPhone_MOV_Converter.ps1" pause