Line | |
---|
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 |
---|
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 |
---|
18 | @echo loading EXPGUI from repository |
---|
19 | .\svn\bin\svn switch https://subversion.xor.aps.anl.gov/EXPGUI/trunk/ expgui |
---|
20 | @echo loading GSAS programs |
---|
21 | .\svn\bin\svn switch https://subversion.xor.aps.anl.gov/EXPGUI/gsas/win/exe/ exe |
---|
22 | @echo loading pgplot |
---|
23 | .\svn\bin\svn switch https://subversion.xor.aps.anl.gov/EXPGUI/gsas/win/pgl/ pgl |
---|
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
TracBrowser
for help on using the repository browser.