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