Last change
on this file since 2370 was
2370,
checked in by toby, 7 years ago
|
work on windows installation with constructor 1.3.0
|
File size:
841 bytes
|
Line | |
---|
1 | echo "Install GSAS-II from APS subversion server (v. 2016/7/11)" |
---|
2 | rem echo a error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" |
---|
3 | mkdir "%PREFIX%\GSASII" |
---|
4 | rem echo b error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" |
---|
5 | copy "%PREFIX%\Scripts\gsas2-install.py" "%PREFIX%\GSASII\bootstrap.py" |
---|
6 | rem echo c error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" |
---|
7 | set "python=%PREFIX%\python.exe" |
---|
8 | set "script=%PREFIX%\GSASII\bootstrap.py" |
---|
9 | rem echo d error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" |
---|
10 | "%python%" "%script%" |
---|
11 | rem echo e error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" |
---|
12 | pause |
---|
13 | rem echo f error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" |
---|
14 | set errorlevel=0 |
---|
15 | rem echo g error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" |
---|
16 | exit 0 |
---|
17 | rem echo h error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" |
---|
Note: See
TracBrowser
for help on using the repository browser.