@echo off set CURRDIR=%cd% start cmd /k "npm run dev" code . exit 0