@echo off setlocal powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0changelog.ps1" %* endlocal