3 lines
76 B
Batchfile
3 lines
76 B
Batchfile
|
@echo off
|
||
|
for /F "usebackq delims=" %%i in (`python "%~dp0\env.py"`) do %%i
|