@echo off chcp 65001 >nul title Git Push cd /d "%~dp0" powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0git-push.ps1" echo. pause