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