2026-04-19 11:05:30 +02:00
|
|
|
@echo off
|
2026-04-24 19:33:38 +02:00
|
|
|
set "REMOTE_USER=piero"
|
|
|
|
|
set "REMOTE_HOST=83.149.164.4"
|
|
|
|
|
set "REMOTE_PORT=410"
|
|
|
|
|
set "SSH_EXE=C:\Windows\System32\OpenSSH\ssh.exe"
|
|
|
|
|
set "SCP_EXE=C:\Windows\System32\OpenSSH\scp.exe"
|
|
|
|
|
|
|
|
|
|
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0run_face_encoder.ps1" -RemoteUser "%REMOTE_USER%" -RemoteHost "%REMOTE_HOST%" -RemotePort "%REMOTE_PORT%" -SshExe "%SSH_EXE%" -ScpExe "%SCP_EXE%"
|
2026-04-19 11:05:30 +02:00
|
|
|
pause
|