source: release-kits/wirk2/setup.bat@ 19538

Last change on this file since 19538 was 19538, checked in by oranfry, 15 years ago

a setup.bat callable from anywhere

File size: 245 bytes
Line 
1@echo off
2
3pushd %~dp0
4
5if not "%WIRK2_HOME%" == "" goto already
6set WIRK2_HOME=%CD%
7set ANT_HOME=%WIRK2_HOME%\core\ant
8set PATH=%WIRK2_HOME%\bin;%ANT_HOME%\bin;%PATH%
9echo Done
10goto end
11
12:already
13echo wirk2 environment already set up
14
15:end
16popd
Note: See TracBrowser for help on using the repository browser.