core-jgi/utils/windows/Adempiere_Service_Uninstall...

9 lines
325 B
Batchfile
Raw Normal View History

@echo off
REM Adempiere_Service_Uninstall.bat - globalqss - based on http://javaservice.objectweb.org
if (%ADEMPIERE_HOME%) == () (CALL myEnvironment.bat Server) else (CALL %ADEMPIERE_HOME%\utils\myEnvironment.bat Server)
NET STOP Adempiere
%ADEMPIERE_HOME%\utils\windows\AdempiereService.exe -uninstall Adempiere