source: trunk/GSASII.BAT @ 874

Last change on this file since 874 was 874, checked in by vondreele, 11 years ago

add citation to banners

  • Property svn:keywords set to Date Author Revision URL Id
File size: 899 bytes
Line 
1@echo ========================================================================
2@echo                General Structure Analysis System-II
3@echo              by Robert B. Von Dreele and Brian H. Toby
4@echo                Argonne National Laboratory(C), 2010
5@echo  This product includes software developed by the UChicago Argonne, LLC,
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)
9@echo ========================================================================
10@
11@REM Get this script's directory; make sure that the path ends
12@REM    with a single backslash
13@set gsasloc=%~dp0\*
14@set gsasloc=%gsasloc:\\*=\*%
15@set gsasloc=%gsasloc:\*=\%
16@
17python %gsasloc%\GSASII.py %1
18@REM To keep the window from disappearing with any error messages
19pause
20
Note: See TracBrowser for help on using the repository browser.