forked from ChromisPos/ChromisPOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Migrate.bat
24 lines (21 loc) · 868 Bytes
/
Migrate.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@echo off
set DIRNAME=%~dp0
set CP="%DIRNAME%chromispos.jar"
set CP=%CP%;"%DIRNAME%locales/"
set CP=%CP%;"%DIRNAME%locales/Albanian"
set CP=%CP%;"%DIRNAME%locales/American"
set CP=%CP%;"%DIRNAME%locales/Arabic"
set CP=%CP%;"%DIRNAME%locales/Argentinian"
set CP=%CP%;"%DIRNAME%locales/Brazilian"
set CP=%CP%;"%DIRNAME%locales/Croatian"
set CP=%CP%;"%DIRNAME%locales/Dutch"
set CP=%CP%;"%DIRNAME%locales/English"
set CP=%CP%;"%DIRNAME%locales/Estonian"
set CP=%CP%;"%DIRNAME%locales/French"
set CP=%CP%;"%DIRNAME%locales/German"
set CP=%CP%;"%DIRNAME%locales/Italian"
set CP=%CP%;"%DIRNAME%locales/Mexican"
set CP=%CP%;"%DIRNAME%locales/Portuguese"
set CP=%CP%;"%DIRNAME%locales/Spanish"
set CP=%CP%;"%DIRNAME%reports/"
start /B javaw -cp %CP% -Djava.library.path="%DIRNAME%lib/Windows/i368-mingw32" -Ddirname.path="%DIRNAME%./" uk.chromis.pos.migrate.JFrmMigrate %1