Line | |
---|
1 | @echo ======================================================= |
---|
2 | @echo This file starts EXPGUI |
---|
3 | @echo = Run this from the directory where GSAS 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 | "%gsasloc%exe\ncnrpack.exe" "%gsasloc%expgui\expgui" %1 |
---|
Note: See
TracBrowser
for help on using the repository browser.