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
RevLine 
[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:\*=\%
16@
[385]17python %gsasloc%\GSASII.py %1
[565]18@REM To keep the window from disappearing with any error messages
19pause
[385]20
Note: See TracBrowser for help on using the repository browser.