enhanced env.bat

This commit is contained in:
Fierelier 2019-12-30 11:22:13 +01:00
parent 132fdd962c
commit 287d597abc

View File

@ -1,3 +1,8 @@
@echo off
setlocal enabledelayedexpansion
cd /d %~dp0
set path=%path%;%cd%\bin\python
set path=!path!;%cd%\bin
for /d %%i in (%cd%\bin\*) do (
set path=!path!;%%i
)
cmd