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

Last change on this file since 4640 was 4233, checked in by toby, 3 years ago

Create log files during install

  • Property svn:executable set to *
File size: 522 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...)
5call "%PREFIX%\Scripts\Activate"
6"%python%" "%updatescript%" --nonet > "%PREFIX%\GSASII\InstallLog.txt"
7REM Now try to update to latest GSAS-II version (will fail if no network)
8"%python%" "%updatescript%" --noinstall > "%PREFIX%\GSASII\UpdateLog.txt"
9pause
10set errorlevel=0
11exit 0
Note: See TracBrowser for help on using the repository browser.