961N/A
961N/A@echo off
961N/Arem CDDL HEADER START
961N/Arem
961N/Arem The contents of this file are subject to the terms of the
961N/Arem Common Development and Distribution License, Version 1.0 only
961N/Arem (the "License"). You may not use this file except in compliance
961N/Arem with the License.
961N/Arem
961N/Arem You can obtain a copy of the license at
961N/Arem trunk/opends/resource/legal-notices/OpenDS.LICENSE
961N/Arem or https://OpenDS.dev.java.net/OpenDS.LICENSE.
961N/Arem See the License for the specific language governing permissions
961N/Arem and limitations under the License.
961N/Arem
961N/Arem When distributing Covered Code, include this CDDL HEADER in each
961N/Arem file and include the License file at
961N/Arem trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
961N/Arem add the following below this CDDL HEADER, with the fields enclosed
961N/Arem by brackets "[]" replaced with your own identifying information:
961N/Arem Portions Copyright [yyyy] [name of copyright owner]
961N/Arem
961N/Arem CDDL HEADER END
961N/Arem
961N/Arem
3215N/Arem Copyright 2008 Sun Microsystems, Inc.
5636N/Arem Portions Copyright 2011 ForgeRock AS
961N/A
961N/Asetlocal
961N/A
5636N/Aset OPENDJ_INVOKE_CLASS="org.opends.server.tools.ConfigureWindowsService"
2976N/Aset SCRIPT_NAME=windows-service
1920N/Afor %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %*
961N/A