@echo off title OpenFin Frontend cd /d "C:\DataS\OpenFin\frontend" if not exist node_modules npm install npm run dev