home *** CD-ROM | disk | FTP | other *** search
- @REM This file is used to upgrading Bugzero's database schema.
- @REM You have to run it from this directory.
- @REM
- @echo off
-
- set _LIBJARS=upgrade.jar;..\..\data;..\..\classes;..\..\lib\classes
- for %%i in (..\..\lib\*.*) do call ..\..\bin\cpappend.bat %%i
-
- @echo on
- java -cp "%_LIBJARS%" Upgrade
- @echo off
- pause