@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 )
![]() |
reinhold.leitner@applicgate.com (C) February 2025 www.applicgate.com |