ApplicGate
(v12.0.9207.27735 started 2025-03-17 15:39:50 on VM2)

Sample batch script (.bat) to start the installation of ApplicGate on Windows:
Cut and paste the script to notepad and store it .
@echo off
FOR /F "usebackq delims==" %%i IN (`cd`) DO SET myCD=%%i
echo *********************************************************
echo *             Installation of ApplicGate                *
echo *                                                       *
echo *    ApplicGate.exe must be stored in                   *
echo *      "%myCD%"
echo *                                                       *
echo *    If the configuration files                         *
echo *      groups.csv and routing.csv do not exist,         *
echo *    a default configuration will be used.              *
echo *                                                       *
echo *     ApplicGate Network Security (C) October 2024      *
echo *********************************************************
SET myFile=%myCD%\ApplicGate.exe
if exist "%myFile%" ("%myFile%" /install) else (
echo "%myFile%" does not exist!
pause
)

ApplicGate Logo  reinhold.leitner@applicgate.com (C) March 2025
www.applicgate.com