if not exist "%PREFIX%\GSASII" ( mkdir "%PREFIX%\GSASII" if errorlevel 1 exit 1 ) copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ if errorlevel 1 exit 1 python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall if errorlevel 1 exit 1