source: trunk/GSASII.BAT @ 565

Last change on this file since 565 was 565, checked in by vondreele, 12 years ago

put a pause in GSASII.BAT

  • Property svn:keywords set to Date Author Revision URL Id
File size: 775 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 ========================================================================
8@
9@REM Get this script's directory; make sure that the path ends
10@REM    with a single backslash
11@set gsasloc=%~dp0\*
12@set gsasloc=%gsasloc:\\*=\*%
13@set gsasloc=%gsasloc:\*=\%
14@
15python %gsasloc%\GSASII.py %1
16@REM To keep the window from disappearing with any error messages
17pause
18
Note: See TracBrowser for help on using the repository browser.