forked from ChromisPos/ChromisPOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Console-start.bat
26 lines (23 loc) · 1.03 KB
/
Console-start.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
25
26
@echo off
set DIRNAME=%~dp0
set CP="%DIRNAME%chromispos.jar"
set CP=%CP%;"%DIRNAME%changeiconset.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/"
java -cp %CP% -Djava.library.path="%DIRNAME%lib/Windows/i368-mingw32" -Ddirname.path="%DIRNAME%./" changeiconset.changeiconset %1
start java -cp %CP% -Djava.library.path="%DIRNAME%lib/Windows/i368-mingw32" -Ddirname.path="%DIRNAME%./" -splash:chromis_splash.png uk.chromis.pos.forms.StartPOS %1