@echo off REM Set the base path to the directory of this batch file set BASEDIR=%~dp0 cd /d "%BASEDIR%\..\client" start cmd /k live-server cd /d "%BASEDIR%\..\server" start cmd /k npm run dev cd /d "%BASEDIR%" start hide-taskbar.exe