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

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

try to avoid calling makeBat.py, etc. twice

  • Property svn:executable set to *
File size: 420 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"
4REM "install" the GSAS-II package (create shortcuts, byte-compile...)
5"%python%" "%updatescript%" --nonet
6REM Now try to update to latest GSAS-II version (will fail if no network)
7"%python%" "%updatescript%" --noinstall
8pause
9set errorlevel=0
10exit 0
Note: See TracBrowser for help on using the repository browser.