source: install/g2pkg/post-link.bat @ 3934

Last change on this file since 3934 was 2410, checked in by toby, 7 years ago

update for new mac build

File size: 288 bytes
RevLine 
[2371]1echo "Install GSAS-II from APS subversion server (v. 2016/7/12)"
[2370]2mkdir "%PREFIX%\GSASII"
3copy "%PREFIX%\Scripts\gsas2-install.py" "%PREFIX%\GSASII\bootstrap.py"
4set "python=%PREFIX%\python.exe"
5set "script=%PREFIX%\GSASII\bootstrap.py"
6"%python%" "%script%"
[2315]7pause
[2370]8set errorlevel=0
[2315]9exit 0
Note: See TracBrowser for help on using the repository browser.