@echo off : Example setup file for generating the installer : => Copy this to setup.bat, and then edit values below to : be meaninful for you own computer setup : Probably need Visual Studio on your command line as well (need to check) echo. echo **** echo * Setting environment variables for the Expeditee Release Kit echo **** echo * echo *=== set JAVA_HOME=C:\Program Files\Java\jdk1.8.0 set PATH=%JAVA_HOME%\bin;%PATH% echo Adding in JDK 1.8.1 set ANT_HOME=C:\cygwin2013\home\davidb\research\packages\ant-1.9.2 set PATH=%ANT_HOME%\bin;%PATH% echo Adding in Ant 1.9 set "SVN_HOME=C:\Program Files\SlikSvn" set PATH=%SVN_HOME%\bin;%PATH% echo Adding in Slik AVN 1.8.5 set PATH=%CD%\bin;%PATH% echo Adding RKE scripts into PATH echo *=== echo. echo **** echo * To compile, type: echo * echo * rke compile echo ****