@echo off rem Copyright (c) 2001-2005 Stonesoft Corporation. rem All rights reserved. rem localization of environment setlocal call C:\Stonesoft\StoneGate\bin\setClassPath.bat set PATH=%SGHOME%\lib;%PATH% "%JAVA_HOME%\bin\java" -D"sun.java2d.noddraw=true" -D"java.security.policy=%SGHOME%/lib/java.policy" -D"java.security.properties=%SGHOME%/lib/java.properties" -D"log=mgtlog.config" -D"app.id=STATUS" com.stonesoft.h2a.mgtserver.tools.StatusClient %*