1@echo off 2set ZEPHYR_BASE=%~dp0 3 4if exist "%userprofile%\zephyrrc.cmd" ( 5 call "%userprofile%\zephyrrc.cmd" 6) 7