@echo off
REM Launch print agent in background (no pause).
title POS Print Agent - MARNI
cd /d "%~dp0"
start "POS Print Agent" powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0pos_local_print_agent.ps1"
exit /b 0
