ldifsearch.bat revision f537744cea5b0e4dcdf1786437346b5131272829
486N/A
486N/A@echo off
486N/Arem CDDL HEADER START
486N/Arem
486N/Arem The contents of this file are subject to the terms of the
486N/Arem Common Development and Distribution License, Version 1.0 only
486N/Arem (the "License"). You may not use this file except in compliance
486N/Arem with the License.
486N/Arem
6983N/Arem You can obtain a copy of the license at
6983N/Arem legal-notices/CDDLv1_0.txt
486N/Arem or http://forgerock.org/license/CDDLv1.0.html.
486N/Arem See the License for the specific language governing permissions
486N/Arem and limitations under the License.
486N/Arem
6983N/Arem When distributing Covered Code, include this CDDL HEADER in each
6983N/Arem file and include the License file at legal-notices/CDDLv1_0.txt.
6983N/Arem legal-notices/CDDLv1_0.txt. If applicable,
6983N/Arem add the following below this CDDL HEADER, with the fields enclosed
486N/Arem by brackets "[]" replaced with your own identifying information:
486N/Arem Portions Copyright [yyyy] [name of copyright owner]
486N/Arem
486N/Arem CDDL HEADER END
486N/Arem
3233N/Arem
5636N/Arem Copyright 2012 ForgeRock AS.
486N/A
486N/Asetlocal
486N/A
5636N/Aset OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDIFSearch"
5636N/Aset SCRIPT_NAME=ldifsearch
486N/Afor %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %*
2976N/A