source:
install/g2pkg/post-link.bat
@
3916
Last change on this file since 3916 was 2410, checked in by toby, 7 years ago | |
---|---|
File size: 288 bytes |
Line | |
---|---|
1 | echo "Install GSAS-II from APS subversion server (v. 2016/7/12)" |
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%" |
7 | pause |
8 | set errorlevel=0 |
9 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.