diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:19:27 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:19:27 +0000 |
commit | f3f167b6590dda0812c4bf316ce203f73769e06c (patch) | |
tree | bcb6f37313c185ba681b0b3c99935d77bce050a8 /pdf-over-gui/src/main/resources/scripts | |
parent | dd5842199acf62316ed0b1e0041b5d9af2d03501 (diff) | |
download | pdf-over-f3f167b6590dda0812c4bf316ce203f73769e06c.tar.gz pdf-over-f3f167b6590dda0812c4bf316ce203f73769e06c.tar.bz2 pdf-over-f3f167b6590dda0812c4bf316ce203f73769e06c.zip |
Run from main app dir (windows)
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@256 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/scripts')
-rw-r--r-- | pdf-over-gui/src/main/resources/scripts/pdfover_win.bat | 2 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/scripts/uninstall_win.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat b/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat index 7292e68b..f0e15b46 100644 --- a/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat +++ b/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 java -jar lib\pdf-over-gui-4.0.0-SNAPSHOT.jar %*
\ No newline at end of file diff --git a/pdf-over-gui/src/main/resources/scripts/uninstall_win.bat b/pdf-over-gui/src/main/resources/scripts/uninstall_win.bat index 5bb91af2..7dc652e0 100644 --- a/pdf-over-gui/src/main/resources/scripts/uninstall_win.bat +++ b/pdf-over-gui/src/main/resources/scripts/uninstall_win.bat @@ -1 +1 @@ -..\Uninstaller\uninstaller.jar
\ No newline at end of file +Uninstaller\uninstaller.jar
\ No newline at end of file |