j.foucher 21298e01b0 Add LAN test scripts: Package, Host, Join batch files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 11:41:58 +01:00

26 lines
690 B
Batchfile

@echo off
REM ============================================================================
REM JOIN — Se connecter a un Host sur le LAN
REM Entrer l'IP affichee par le Host
REM ============================================================================
echo.
echo ========================================
echo PS_AI_Agent — JOIN (Client)
echo ========================================
echo.
set /p HOST_IP="Entrer l'IP du Host: "
if "%HOST_IP%"=="" (
echo Aucune IP entree. Abandon.
pause
exit /b 1
)
echo.
echo Connexion a %HOST_IP% ...
echo.
start "" "%~dp0PS_AI_Agent\Binaries\Win64\PS_AI_Agent.exe" %HOST_IP% -log -windowed -ResX=1920 -ResY=1080 -WinX=0 -WinY=0