@echo off REM $Id: initdb.bat 2959 2006-11-27 11:36:37Z nicklas $ REM REM Copyright (C) 2006 Nicklas Nordborg REM REM This file is part of BASE - BioArray Software Environment. REM Available at http://base.thep.lu.se/ REM REM BASE is free software; you can redistribute it and/or modify it REM under the terms of the GNU General Public License as published by REM the Free Software Foundation; either version 2 of the License, or REM (at your option) any later version. REM REM BASE is distributed in the hope that it will be useful, but REM WITHOUT ANY WARRANTY; without even the implied warranty of REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU REM General Public License for more details. REM REM You should have received a copy of the GNU General Public License REM along with this program; if not, write to the Free Software REM Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA REM 02111-1307, USA. REM ---------------------------------------- REM Set classpath call set_classpath.bat REM Execute install class java -server -cp %CP% net.sf.basedb.install.InitDB install %1 %2 %3 %4 %5 %6 %7 %8 %9