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