zephyr/zephyr-env.cmd

7 lines
110 B
Batchfile

@echo off
set ZEPHYR_BASE=%~dp0
if exist "%userprofile%\zephyrrc.cmd" (
call "%userprofile%\zephyrrc.cmd"
)