source: release-kits/shared/launch4j/demo/ConsoleApp/build.bat@ 15024

Last change on this file since 15024 was 15024, checked in by oranfry, 16 years ago

putting launch4j in the shared area

File size: 272 bytes
Line 
1@echo off
2if "%ANT_HOME%"=="" goto noAntHome
3if "%JAVA_HOME%"=="" goto noJavaHome
4call "%ANT_HOME%\bin\ant.bat" exe
5goto end
6
7:noAntHome
8echo ANT_HOME environment variable is not set
9goto end
10
11:noJavaHome
12echo JAVA_HOME environment variable is not set
13
14:end
Note: See TracBrowser for help on using the repository browser.