dsframework.bat revision 1920
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
486N/Arem You can obtain a copy of the license at
486N/Arem trunk/opends/resource/legal-notices/OpenDS.LICENSE
486N/Arem or https://OpenDS.dev.java.net/OpenDS.LICENSE.
486N/Arem See the License for the specific language governing permissions
486N/Arem and limitations under the License.
486N/Arem
486N/Arem When distributing Covered Code, include this CDDL HEADER in each
486N/Arem file and include the License file at
486N/Arem trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
486N/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
486N/Arem
486N/Arem Portions Copyright 2006-2007 Sun Microsystems, Inc.
486N/A
486N/Asetlocal
619N/A
619N/Aset OPENDS_INVOKE_CLASS="org.opends.server.admin.client.cli.DsFrameworkCliMain"
619N/Aset SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=dsframework"
619N/Afor %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %*
619N/A
619N/A