Last change
on this file since 2315 was
2315,
checked in by toby, 7 years ago
|
seems to work, but problem in updating install.bat
|
File size:
385 bytes
|
Rev | Line | |
---|
[2315] | 1 | REM Generate PREFIX from current directory location 6/10/15 |
---|
| 2 | for %%i in ("%~dp0..") do set "PREFIX=%%~fi" |
---|
| 3 | REM now that we have the PREFIX create the G2 directory and launch the installer |
---|
| 4 | mkdir "%PREFIX%\GSASII" |
---|
| 5 | copy "%PREFIX%\Scripts\gsas2-install.py" "%PREFIX%\GSASII\bootstrap.py" |
---|
| 6 | set "python=%PREFIX%\python.exe" |
---|
| 7 | set "script=%PREFIX%\GSASII\bootstrap.py" |
---|
| 8 | "%python%" "%script%" |
---|
| 9 | pause |
---|
Note: See
TracBrowser
for help on using the repository browser.