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