source: release-kits/shared/ant-installer/wizard.cmd@ 14989

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

initial import of LiRK3

File size: 234 bytes
Line 
1@echo off
2
3if "%JAVA_HOME%" == "" goto nojava
4
5set DIR=%~dp0
6cd %DIR%
7
8cd .\templates\defaultproject
9call runtemplate.cmd %1
10cd ..\..
11goto end
12
13:nojava
14echo set JAVA_HOME
15echo you must install java use the wizard
16pause
17goto end
18
19:end
Note: See TracBrowser for help on using the repository browser.