opus-nt/env.bat

8 lines
137 B
Batchfile
Raw Normal View History

2019-12-30 10:22:13 +00:00
@echo off
setlocal enabledelayedexpansion
2019-12-21 04:37:38 +00:00
cd /d %~dp0
2019-12-30 10:22:13 +00:00
set path=!path!;%cd%\bin
for /d %%i in (%cd%\bin\*) do (
set path=!path!;%%i
)
2019-12-21 04:37:38 +00:00
cmd