@echo off
title Core2Flow SQL-Agent
echo ================================================
echo   Core2Flow SQL-Agent fuer lokale Datenquellen
echo ================================================
cd /d "%~dp0"
powershell.exe -NoLogo -NoProfile -ExecutionPolicy Bypass -NoExit -File "%~dp0Core2Flow_SQL_Agent.ps1"
pause
