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