@echo off echo ======================================== echo EasyStream Continuous Delivery echo One-Time Commit and Push echo ======================================== echo. powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0start-cd.ps1" once pause