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