ldifsearch.bat revision 7969c06ec284c62bf952bdb482bb312480d2f8ae
290N/A
3909N/A@echo off
290N/Arem CDDL HEADER START
290N/Arem
290N/Arem The contents of this file are subject to the terms of the
290N/Arem Common Development and Distribution License, Version 1.0 only
2362N/Arem (the "License"). You may not use this file except in compliance
290N/Arem with the License.
2362N/Arem
290N/Arem You can obtain a copy of the license at
290N/Arem trunk/opends/resource/legal-notices/OpenDS.LICENSE
290N/Arem or https://OpenDS.dev.java.net/OpenDS.LICENSE.
290N/Arem See the License for the specific language governing permissions
290N/Arem and limitations under the License.
290N/Arem
290N/Arem When distributing Covered Code, include this CDDL HEADER in each
290N/Arem file and include the License file at
290N/Arem trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
290N/Arem add the following below this CDDL HEADER, with the fields enclosed
290N/Arem by brackets "[]" replaced with your own identifying information:
2362N/Arem Portions Copyright [yyyy] [name of copyright owner]
2362N/Arem
2362N/Arem CDDL HEADER END
290N/Arem
290N/Arem
290N/Arem Portions Copyright 2006-2007 Sun Microsystems, Inc.
290N/A
290N/Asetlocal
290N/A
290N/Aset OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFSearch"
290N/Aset SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=ldifsearch"
290N/Acall "%~dP0\..\lib\_server-script.bat" %*
290N/A
290N/A