Ignore:
Timestamp:
2009-05-20T10:27:46+12:00 (15 years ago)
Author:
oranfry
Message:

a setup.bat callable from anywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/setup.bat

    r19419 r19538  
    11@echo off
     2
     3pushd %~dp0
     4
    25if not "%WIRK2_HOME%" == "" goto already
    36set WIRK2_HOME=%CD%
     
    58set PATH=%WIRK2_HOME%\bin;%ANT_HOME%\bin;%PATH%
    69echo Done
    7 goto exit
     10goto end
    811
    912:already
    1013echo wirk2 environment already set up
    1114
    12 :exit
     15:end
     16popd
Note: See TracChangeset for help on using the changeset viewer.