Last change
on this file since 1591 was
1591,
checked in by toby, 9 years ago
|
fix progress dialog problems; remove cruft from GSASII.BAT
|
-
Property svn:keywords set to
Date Author Revision URL Id
|
File size:
898 bytes
|
Rev | Line | |
---|
[345] | 1 | @echo ========================================================================
|
---|
| 2 | @echo General Structure Analysis System-II
|
---|
[489] | 3 | @echo by Robert B. Von Dreele and Brian H. Toby
|
---|
[487] | 4 | @echo Argonne National Laboratory(C), 2010
|
---|
[345] | 5 | @echo This product includes software developed by the UChicago Argonne, LLC,
|
---|
[874] | 6 | @echo as Operator of Argonne National Laboratory.
|
---|
| 7 | @echo Please cite:
|
---|
| 8 | @echo B.H. Toby and R.B. Von Dreele, J. Appl. Cryst. 46, 544-549 (2013)
|
---|
[345] | 9 | @echo ========================================================================
|
---|
[328] | 10 | @
|
---|
[345] | 11 | @REM Get this script's directory; make sure that the path ends
|
---|
[328] | 12 | @REM with a single backslash
|
---|
| 13 | @set gsasloc=%~dp0\*
|
---|
| 14 | @set gsasloc=%gsasloc:\\*=\*%
|
---|
| 15 | @set gsasloc=%gsasloc:\*=\%
|
---|
[1591] | 16 | python "%gsasloc%\GSASII.py" %1
|
---|
[565] | 17 | @REM To keep the window from disappearing with any error messages
|
---|
| 18 | pause
|
---|
[385] | 19 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.