Fixed excessive need for user interaction in the install script.

This commit is contained in:
LexManos 2012-03-18 23:37:32 -07:00
parent e883645266
commit 29a65efd77
1 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,9 @@ pushd .. >nul
xcopy /Y /E /I forge\conf\* conf xcopy /Y /E /I forge\conf\* conf
runtime\bin\python\python_mcp runtime\cleanup.py if exist ".\src" (
runtime\bin\python\python_mcp runtime\cleanup.py
)
if exist ".\src" ( if exist ".\src" (
echo Please make sure to backup your modified files, and say yes when it asks you to do cleanup. echo Please make sure to backup your modified files, and say yes when it asks you to do cleanup.
exit 1 exit 1
@ -50,7 +52,7 @@ pushd src >nul
) )
popd >nul popd >nul
cmd /C updatemcp.bat -f runtime\bin\python\python_mcp runtime\updatemcp.py -f
cmd /C updatenames.bat -f runtime\bin\python\python_mcp runtime\updatenames.py -f
runtime\bin\python\python_mcp runtime\updatemd5.py -f runtime\bin\python\python_mcp runtime\updatemd5.py -f
pause pause