source: trunk/GSASII.BAT @ 479

Last change on this file since 479 was 385, checked in by vondreele, 14 years ago

fix gsasii.bat so clicking on a gpx file runs gsasii

  • Property svn:keywords set to Date Author Revision URL Id
File size: 654 bytes
Line 
1@echo ========================================================================
2@echo                General Structure Analysis System-II
3@echo      by Robert B. Von Dreele, Argonne National Laboratory(C), 2010
4@echo  This product includes software developed by the UChicago Argonne, LLC,
5@echo             as Operator of Argonne National Laboratory.'
6@echo ========================================================================
7@
8@REM Get this script's directory; make sure that the path ends
9@REM    with a single backslash
10@set gsasloc=%~dp0\*
11@set gsasloc=%gsasloc:\\*=\*%
12@set gsasloc=%gsasloc:\*=\%
13@
14python %gsasloc%\GSASII.py %1
15
Note: See TracBrowser for help on using the repository browser.