Changeset 328
- Timestamp:
- Jul 3, 2011 10:53:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.BAT
r230 r328 1 python d:\pyGSASII\GSASII.py %1 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 TracChangeset
for help on using the changeset viewer.