Line | |
---|
1 | REM this will be run in the GSAS installation directory |
---|
2 | mkdir MyWork |
---|
3 | .\svn\bin\svn co https://subversion.xor.aps.anl.gov/EXPGUI/gsas/all . |
---|
4 | @echo loading EXPGUI from repository |
---|
5 | .\svn\bin\svn switch https://subversion.xor.aps.anl.gov/EXPGUI/trunk/ expgui |
---|
6 | @echo loading GSAS programs |
---|
7 | .\svn\bin\svn switch https://subversion.xor.aps.anl.gov/EXPGUI/gsas/win/exe/ exe |
---|
8 | @echo loading pgplot |
---|
9 | .\svn\bin\svn switch https://subversion.xor.aps.anl.gov/EXPGUI/gsas/win/pgl/ pgl |
---|
10 | pause |
---|
Note: See
TracBrowser
for help on using the repository browser.