source: trunk/GSASII.BAT @ 1591

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