@echo off
FOR /F %%i IN ("%0") DO SET myCD=%%~di%%~pi
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) November 2025 *
echo *********************************************************
pushd %myCD%
SET myFile=%myCD%ApplicGate.exe
if exist %myFile% (%myFile% /install) else (
echo "%myFile%" does not exist!
pause
)
popd
| reinhold.leitner@applicgate.com (C) November 2025 www.applicgate.com |