@echo off if not "%WIRK3_HOME%" == "" goto already set WIRK3_HOME=%CD% set ANT_HOME=%WIRK3_HOME%\core\ant set PATH=%WIRK3_HOME%\bin;%ANT_HOME%\bin;%PATH% echo Done goto exit :already echo wirk3 environment already set up :exit