OPENDJ-1976 setup.bat doesn't work without 8.3 format
- Avoid using ~s (short file name) modifier in all bat files
- Quotes missing around reading instance.loc contents
- Missing "delims=" in for /f (_script-util.bat)
- Duplicate quotes on TEMP_LOG in start-ds and stop-ds
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2014 ForgeRock AS. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.AddRate" |
| | | set SCRIPT_NAME=addrate |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2014 ForgeRock AS.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.AddRate"
|
| | | set SCRIPT_NAME=addrate
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2010 Sun Microsystems, Inc. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.AuthRate" |
| | | set SCRIPT_NAME=authrate |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2010 Sun Microsystems, Inc.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.AuthRate"
|
| | | set SCRIPT_NAME=authrate
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPCompare" |
| | | set SCRIPT_NAME=ldapcompare |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2006-2008 Sun Microsystems, Inc.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPCompare"
|
| | | set SCRIPT_NAME=ldapcompare
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPModify" |
| | | set SCRIPT_NAME=ldapmodify |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2006-2008 Sun Microsystems, Inc.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPModify"
|
| | | set SCRIPT_NAME=ldapmodify
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPPasswordModify" |
| | | set SCRIPT_NAME=ldappasswordmodify |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2006-2008 Sun Microsystems, Inc.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPPasswordModify"
|
| | | set SCRIPT_NAME=ldappasswordmodify
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPSearch" |
| | | set SCRIPT_NAME=ldapsearch |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2006-2008 Sun Microsystems, Inc.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPSearch"
|
| | | set SCRIPT_NAME=ldapsearch
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2012 ForgeRock AS. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDIFDiff" |
| | | set SCRIPT_NAME=ldifdiff |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2012 ForgeRock AS.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDIFDiff"
|
| | | set SCRIPT_NAME=ldifdiff
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2012 ForgeRock AS. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDIFModify" |
| | | set SCRIPT_NAME=ldifmodify |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2012 ForgeRock AS.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDIFModify"
|
| | | set SCRIPT_NAME=ldifmodify
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2012 ForgeRock AS. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDIFSearch" |
| | | set SCRIPT_NAME=ldifsearch |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2012 ForgeRock AS.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDIFSearch"
|
| | | set SCRIPT_NAME=ldifsearch
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2013 ForgeRock AS. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.MakeLDIF" |
| | | set SCRIPT_NAME=makeldif |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2013 ForgeRock AS.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.MakeLDIF"
|
| | | set SCRIPT_NAME=makeldif
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2009 Sun Microsystems, Inc. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.ModRate" |
| | | set SCRIPT_NAME=modrate |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2009 Sun Microsystems, Inc.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.ModRate"
|
| | | set SCRIPT_NAME=modrate
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
|
| | |
| | | |
| | | @echo off |
| | | rem The contents of this file are subject to the terms of the Common Development and |
| | | rem Distribution License (the License). You may not use this file except in compliance with the |
| | | rem License. |
| | | rem |
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the |
| | | rem specific language governing permission and limitations under the License. |
| | | rem |
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include |
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL |
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | rem information: "Portions Copyright [year] [name of copyright owner]". |
| | | rem |
| | | rem Copyright 2009 Sun Microsystems, Inc. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.SearchRate" |
| | | set SCRIPT_NAME=searchrate |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
|
| | | @echo off
|
| | | rem The contents of this file are subject to the terms of the Common Development and
|
| | | rem Distribution License (the License). You may not use this file except in compliance with the
|
| | | rem License.
|
| | | rem
|
| | | rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
|
| | | rem specific language governing permission and limitations under the License.
|
| | | rem
|
| | | rem When distributing Covered Software, include this CDDL Header Notice in each file and include
|
| | | rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
|
| | | rem Header, with the fields enclosed by brackets [] replaced by your own identifying
|
| | | rem information: "Portions Copyright [year] [name of copyright owner]".
|
| | | rem
|
| | | rem Copyright 2009 Sun Microsystems, Inc.
|
| | |
|
| | | setlocal
|
| | |
|
| | | set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.SearchRate"
|
| | | set SCRIPT_NAME=searchrate
|
| | | call "%~dp0\..\lib\_client-script.bat" %*
|
| | |
|