diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2012-11-09 12:03:21 +0100 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2012-11-09 12:03:21 +0100 |
commit | 34a98a6a448d8d30b8bc3bc6dd2f0d42e6921212 (patch) | |
tree | b561b82d86c1fea2a906ec86011f0166d8360aa8 /trunk | |
parent | 1f69fc9d25b14b59b0834024fbf0d2d1ee59ed91 (diff) | |
download | pdf-over-34a98a6a448d8d30b8bc3bc6dd2f0d42e6921212.tar.gz pdf-over-34a98a6a448d8d30b8bc3bc6dd2f0d42e6921212.tar.bz2 pdf-over-34a98a6a448d8d30b8bc3bc6dd2f0d42e6921212.zip |
Hide console on windows
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat b/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat index f0e15b46..ae0cbbca 100644 --- a/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat +++ b/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat @@ -1 +1 @@ -@start /b java -jar lib\pdf-over-gui-4.0.0-SNAPSHOT.jar %*
\ No newline at end of file +@start /b javaw -jar lib\pdf-over-gui-4.0.0-SNAPSHOT.jar %*
\ No newline at end of file |