5270 |
15 Mar 10 |
nicklas |
1 |
@echo off |
5270 |
15 Mar 10 |
nicklas |
REM $Id$ |
5270 |
15 Mar 10 |
nicklas |
3 |
REM |
5270 |
15 Mar 10 |
nicklas |
REM Copyright (C) 2010 Nicklas Nordborg |
5270 |
15 Mar 10 |
nicklas |
5 |
REM |
5270 |
15 Mar 10 |
nicklas |
REM This file is part of BASE - BioArray Software Environment. |
5270 |
15 Mar 10 |
nicklas |
REM Available at http://base.thep.lu.se/ |
5270 |
15 Mar 10 |
nicklas |
8 |
REM |
5270 |
15 Mar 10 |
nicklas |
REM BASE is free software; you can redistribute it and/or |
5270 |
15 Mar 10 |
nicklas |
REM modify it under the terms of the GNU General Public License |
5270 |
15 Mar 10 |
nicklas |
REM as published by the Free Software Foundation; either version 3 |
5270 |
15 Mar 10 |
nicklas |
REM of the License, or (at your option) any later version. |
5270 |
15 Mar 10 |
nicklas |
13 |
REM |
5270 |
15 Mar 10 |
nicklas |
REM BASE is distributed in the hope that it will be useful, |
5270 |
15 Mar 10 |
nicklas |
REM but WITHOUT ANY WARRANTY; without even the implied warranty of |
5270 |
15 Mar 10 |
nicklas |
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
5270 |
15 Mar 10 |
nicklas |
REM GNU General Public License for more details. |
5270 |
15 Mar 10 |
nicklas |
18 |
REM |
5270 |
15 Mar 10 |
nicklas |
REM You should have received a copy of the GNU General Public License |
5270 |
15 Mar 10 |
nicklas |
REM along with BASE. If not, see <http://www.gnu.org/licenses/>. |
5270 |
15 Mar 10 |
nicklas |
21 |
REM ---------------------------------------- |
5283 |
24 Mar 10 |
nicklas |
22 |
java -cp .;%~dp0 %1 %2 %3 %4 %5 %6 %7 %8 %9 |