@echo off chcp 65001 >nul title Git Push cd /d "%~dp0" node git-push.js if errorlevel 1 ( echo. pause exit /b 1 ) else ( echo. pause exit /b 0 )