set BASEDIR=C:\Users\davila\Eduardo\CreatisWorks\tmpMonica\AortaWall rmdir /S /Q %BASEDIR%\creaCoro-Install rmdir /S /Q %BASEDIR%\creaVascularTree-Install rmdir /S /Q %BASEDIR%\creaAortaWall-Install cd %BASEDIR%\creaVascularTreeBin mingw32-make -j5 install pause cd %BASEDIR%\creaCoroBin mingw32-make -j5 install pause cd %BASEDIR%\creaAortaWallBin mingw32-make -j5 install pause cd %BASEDIR% set AORTAWALLINSTALL=AortaWall-Install del %AORTAWALLINSTALL%.zip rmdir /S /Q %AORTAWALLINSTALL% xcopy /Y /S /Q creaCoro-Install %AORTAWALLINSTALL%\creaCoro-Install\ xcopy /Y /S /Q creaVascularTree-Install %AORTAWALLINSTALL%\creaVascularTree-Install\ xcopy /Y /S /Q creaAortaWall-Install %AORTAWALLINSTALL%\creaAortaWall-Install\ "C:\Program Files\PeaZip\PeaZip.exe" -add2zip %BASEDIR%\%AORTAWALLINSTALL% pause