source: other-projects/trunk/realistic-books/packages/AntInstaller/wizard.cmd@ 19253

Last change on this file since 19253 was 19253, checked in by davidb, 15 years ago

Establishing a source code repository for Veronica's Realistic Book's software

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.