source: install/g2pkg/post-link.bat @ 2370

Last change on this file since 2370 was 2370, checked in by toby, 7 years ago

work on windows installation with constructor 1.3.0

File size: 841 bytes
Line 
1echo "Install GSAS-II from APS subversion server (v. 2016/7/11)"
2rem echo a error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
3mkdir "%PREFIX%\GSASII"
4rem echo b error level is %ERRORLEVEL%  >> "%PREFIX%\install-out.txt"
5copy "%PREFIX%\Scripts\gsas2-install.py" "%PREFIX%\GSASII\bootstrap.py"
6rem echo c error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
7set "python=%PREFIX%\python.exe"
8set "script=%PREFIX%\GSASII\bootstrap.py"
9rem echo d error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
10"%python%" "%script%"
11rem echo e error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
12pause
13rem echo f error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
14set errorlevel=0
15rem echo g error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
16exit 0
17rem echo h error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
Note: See TracBrowser for help on using the repository browser.