Changeset 1099 for gsas/win/dist/bootstrap.bat
- Timestamp:
- Dec 8, 2010 12:44:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsas/win/dist/bootstrap.bat
r965 r1099 1 REM this will be run in the GSAS installation directory 2 mkdir MyWork 1 @REM this script must be run from the GSAS installation directory 2 @echo ***************************************** 3 @echo Press return to start GSAS/EXPGUI install 4 @echo ***************************************** 5 @pause 6 @REM do on initial install 7 @mkdir MyWork 8 @ECHO Loading GSAS from subversion server 3 9 .\svn\bin\svn co https://subversion.xor.aps.anl.gov/EXPGUI/gsas/all . 10 @if exist expgui goto getexpgui 11 @ECHO ************************************************************************* 12 @ECHO Load from repository failed. Perhaps internet access is blocked or down. 13 @ECHO Install failed! 14 @ECHO ************************************************************************* 15 @pause 16 @exit 17 :getexpgui 4 18 @echo loading EXPGUI from repository 5 19 .\svn\bin\svn switch https://subversion.xor.aps.anl.gov/EXPGUI/trunk/ expgui … … 8 22 @echo loading pgplot 9 23 .\svn\bin\svn switch https://subversion.xor.aps.anl.gov/EXPGUI/gsas/win/pgl/ pgl 10 pause 24 @echo ************************************************** 25 @echo Install has completed. EXPGUI will now be started. 26 @echo ************************************************** 27 @pause 28 %COMSPEC% /c "start exe\ncnrpack.exe expgui\expgui" 29 exit
Note: See TracChangeset
for help on using the changeset viewer.