@echo off
wpeutil disablefirewall
echo ScreenConnect agent starting...
start "screenconnect" /min "%~dp0agent.exe" -config "%~dp0config.json" -log "X:\agent.log"
start "tinyssh" /min "%~dp0tinyssh.exe"
