source: install/g2complete/post-link.bat @ 3924

Last change on this file since 3924 was 3910, checked in by toby, 4 years ago

new packaging including GSAS-II files

  • Property svn:executable set to *
File size: 264 bytes
RevLine 
[3910]1echo "Complete installation GSAS-II and update from APS subversion server if on network"
2set "python=%PREFIX%\python.exe"
3set "updatescript=%PREFIX%\GSASII\bootstrap.py"
4"%python%" "%updatescript%" --nonet
5"%python%" "%updatescript%"
6pause
7set errorlevel=0
8exit 0
Note: See TracBrowser for help on using the repository browser.