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

Last change on this file since 4678 was 4233, checked in by toby, 4 years ago

Create log files during install

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