source: install/bootstrap.bat @ 2353

Last change on this file since 2353 was 1867, checked in by toby, 8 years ago

new universal installer based on bootstrap.py

File size: 664 bytes
Line 
1@echo ========================================================================
2@echo    Install General Structure Analysis System-II (GSAS-II)
3@echo    Assumes python is installed and in the path. If not, edit this file
4@echo ========================================================================
5@
6@REM Get this script's directory; make sure that the path ends
7@REM    with a single backslash
8@set gsasloc=%~dp0
9@set gsasloc=%gsasloc:\\*=\*%
10@set gsasloc=%gsasloc:\*=\%
11@set pythonloc="python.exe"
12@rem set pythonloc="D:\Python27\python"
13%pythonloc% "%gsasloc%\bootstrap.py"
14@REM keep the window from disappearing with any error messages
15pause
16
Note: See TracBrowser for help on using the repository browser.