Last change
on this file since 385 was
385,
checked in by vondreele, 11 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
|
Rev | Line | |
---|
[345] | 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 ========================================================================
|
---|
[328] | 7 | @
|
---|
[345] | 8 | @REM Get this script's directory; make sure that the path ends
|
---|
[328] | 9 | @REM with a single backslash
|
---|
| 10 | @set gsasloc=%~dp0\*
|
---|
| 11 | @set gsasloc=%gsasloc:\\*=\*%
|
---|
| 12 | @set gsasloc=%gsasloc:\*=\%
|
---|
| 13 | @
|
---|
[385] | 14 | python %gsasloc%\GSASII.py %1
|
---|
| 15 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.