Last change
on this file since 328 was
328,
checked in by toby, 11 years ago
|
remove hard-coded path from .BAT file
|
-
Property svn:keywords set to
Date Author Revision URL Id
|
File size:
464 bytes
|
Line | |
---|
1 | @echo ==========================================================
|
---|
2 | @echo This file starts GSAS-II
|
---|
3 | @echo = Run this from the directory where GSAS-II is installed =
|
---|
4 | @echo ==========================================================
|
---|
5 | @
|
---|
6 | @REM Get this script's directory; make sure that the path ends
|
---|
7 | @REM with a single backslash
|
---|
8 | @set gsasloc=%~dp0\*
|
---|
9 | @set gsasloc=%gsasloc:\\*=\*%
|
---|
10 | @set gsasloc=%gsasloc:\*=\%
|
---|
11 | @
|
---|
12 | python "%gsasloc%\GSASII.py %1
|
---|
Note: See
TracBrowser
for help on using the repository browser.