stop-ds.bat revision 3c3175660a79005d03909f89fedf8ba02a341ea9
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 Sun Microsystems, Inc.
486N/A
486N/Asetlocal
486N/A
486N/Aset OPENDS_INVOKE_CLASS="org.opends.server.tools.StopDS"
486N/Acall "%~dP0\_client-script.bat" %*
486N/A