Skip to content

Instantly share code, notes, and snippets.

@Y4er
Forked from SuzuneToumyou/resetpass.bat
Created October 27, 2020 08:25
Show Gist options
  • Save Y4er/71eda334dd517fd3d1743516f592ea9e to your computer and use it in GitHub Desktop.
Save Y4er/71eda334dd517fd3d1743516f592ea9e to your computer and use it in GitHub Desktop.
@echo off
setlocal
set CATALINA_HOME=%CD%\..\tomcat
set JRE_HOME=%CD%\..\jre
"%JRE_HOME%\bin\java.exe" -Xms64m -Xmx256m -XX:MinHeapFreeRatio=30 -XX:MaxHeapFreeRatio=40 -classpath "%CD%\..\bin\inst.jar;%CD%\..\bin\inst-res.jar" -Dcatalina.home="%CATALINA_HOME%" -Djava.library.path="%CATALINA_HOME%\bin;%CATALINA_HOME%\..\ASA\win32" com.sygate.scm.tools.DatabaseFrame setpassword admin admin
endlocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment