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