source:
gsas/win/dist/StartPC-GSAS.bat
Last change on this file was 1099, checked in by toby, 12 years ago | |
---|---|
File size: 453 bytes |
Line | |
---|---|
1 | @echo ======================================================= |
2 | @echo This file starts PC-GSAS |
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\pc-gsas.exe" %1 |
Note: See TracBrowser
for help on using the repository browser.