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

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

new packaging including GSAS-II files

  • Property svn:executable set to *
File size: 264 bytes
Line 
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.