4 if NOT "%1"=="" GOTO RUN_INSTALL
6 echo Invalid command line options.
7 echo Usage: "install.bat <path>"
9 REM exit fix for pre-2003 shell especially if used on buildfarm
10 if "%XP_EXIT_FIX%" == "yes" exit 1
17 IF NOT EXIST buildenv.pl goto nobuildenv
18 perl -e "require 'buildenv.pl'; while(($k,$v) = each %ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
25 REM exit fix for pre-2003 shell especially if used on buildfarm
26 if "%XP_EXIT_FIX%" == "yes" exit %ERRORLEVEL%