@echo ======================================================================== @echo Install General Structure Analysis System-II (GSAS-II) @echo Assumes python is installed and in the path. If not, edit this file @echo ======================================================================== @ @REM Get this script's directory; make sure that the path ends @REM with a single backslash @set gsasloc=%~dp0 @set gsasloc=%gsasloc:\\*=\*% @set gsasloc=%gsasloc:\*=\% @set pythonloc="python.exe" @rem set pythonloc="D:\Python27\python" %pythonloc% "%gsasloc%\bootstrap.py" @REM keep the window from disappearing with any error messages pause