|
|
|
@ -16,7 +16,7 @@ move "%Directory%\install\%setup%" "%Directory%\%setup%" |
|
|
|
move "%Directory%\%setup%" "%Directory%\install\%setup%" |
|
|
|
|
|
|
|
REM find winpython dir |
|
|
|
for /f "usebackq tokens=*" %%a in (`dir /A:D /B ^| findstr /r /i w.*py.*`) do ( |
|
|
|
for /f "usebackq tokens=*" %%a in (`dir /A:D /B %Directory% ^| findstr /r /i w.*py.*`) do ( |
|
|
|
set winpython=%%a |
|
|
|
goto skipB |
|
|
|
) |
|
|
|
@ -43,11 +43,11 @@ REM adding user script dir to path |
|
|
|
|
|
|
|
REM idle settings |
|
|
|
md "%winpython%\settings\.idlerc" |
|
|
|
copy config-highlight.cfg "%winpython%\settings\.idlerc" |
|
|
|
copy %Directory%\config-highlight.cfg "%winpython%\settings\.idlerc" |
|
|
|
|
|
|
|
REM notepad++ settings |
|
|
|
md "%appdata%\Notepad++\themes" |
|
|
|
copy themes "%appdata%\Notepad++\themes" |
|
|
|
copy %Directory%\themes "%appdata%\Notepad++\themes" |
|
|
|
|
|
|
|
REM append to PATH |
|
|
|
call %pa% "%winpython%\%exe%" |
|
|
|
|