
@echo off


rem
rem
rem Copyright 2010 Sun Microsystems, Inc. All rights reserved.
rem
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
rem
rem The contents of this file are subject to the terms of the Common
rem Development and Distribution License("CDDL") (the "License").
rem You may not use this file except in compliance with the License.
rem
rem You can obtain a copy of the License at http://www.sun.com/cddl/cddl.html
rem or ../vdbench/license.txt. See the License for the
rem specific language governing permissions and limitations under the License.
rem
rem When distributing the software, include this License Header Notice
rem in each file and include the License file at ../vdbench/licensev1.0.txt.
rem
rem If applicable, add the following below the License Header, with the
rem fields enclosed by brackets [] replaced by your own identifying information:
rem "Portions Copyrighted [year] [name of copyright owner]"
rem

rem
rem Author: Henk Vandenbergh.
rem

rem
rem This script allows a simple starting of the vdbench gui via a double click.
rem

vdbench.bat -gui
