download forge
create a txt file
place the following text in to it
@echo off
echo Setting JAVA_HOME
set JAVA_HOME=C:\Program Files\Java\jre7
echo setting PATH
set PATH=C:\Program Files\Java\jre7\bin;%PATH%
echo Display java version
java -version
:: When setting the memory below make sure to...