ApplicGate
(v12.0.9187.36022 started 2025-02-25 19:06:27 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) February 2025
www.applicgate.com