@echo off powershell -ExecutionPolicy Bypass -File enviroment-check.ps1 if %ERRORLEVEL% EQU 0 ( npm run electron:dev )