Changeset 2370 for install/g2pkg
- Timestamp:
- Jul 12, 2016 3:15:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2pkg/post-link.bat
r2315 r2370 1 REM at present this does not get run in constructor, so it is a place-holder 2 echo "Preparing to install GSAS-II from APS subversion server" 3 mkdir %PREFIX%\GSASII 4 copy %PREFIX%\Scripts\gsas2-install.py %PREFIX%\GSASII\bootstrap.py 5 REM SET "install=%HOMEPATH%\Desktop\install-gsas2.bat" 6 REM echo "%PREFIX%\python.exe" "%PREFIX%\GSASII\bootstrap.py" > %install% 7 REM echo pause >> %install% 8 REM set "python=%PREFIX%\python.exe" 9 REM set "script=%PREFIX%\GSASII\bootstrap.py" 10 REM %python% %script% 1 echo "Install GSAS-II from APS subversion server (v. 2016/7/11)" 2 rem echo a error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 3 mkdir "%PREFIX%\GSASII" 4 rem echo b error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 5 copy "%PREFIX%\Scripts\gsas2-install.py" "%PREFIX%\GSASII\bootstrap.py" 6 rem echo c error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 7 set "python=%PREFIX%\python.exe" 8 set "script=%PREFIX%\GSASII\bootstrap.py" 9 rem echo d error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 10 "%python%" "%script%" 11 rem echo e error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 11 12 pause 12 13 rem echo f error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 14 set errorlevel=0 15 rem echo g error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 13 16 exit 0 17 rem echo h error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
Note: See TracChangeset
for help on using the changeset viewer.