source:
install/g2pkg/post-link.bat
@
3934
Last change on this file since 3934 was 2410, checked in by toby, 7 years ago | |
---|---|
File size: 288 bytes |
Rev | Line | |
---|---|---|
[2371] | 1 | echo "Install GSAS-II from APS subversion server (v. 2016/7/12)" |
[2370] | 2 | mkdir "%PREFIX%\GSASII" |
3 | copy "%PREFIX%\Scripts\gsas2-install.py" "%PREFIX%\GSASII\bootstrap.py" | |
4 | set "python=%PREFIX%\python.exe" | |
5 | set "script=%PREFIX%\GSASII\bootstrap.py" | |
6 | "%python%" "%script%" | |
[2315] | 7 | pause |
[2370] | 8 | set errorlevel=0 |
[2315] | 9 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.