@echo off chcp 65001 > nul title PROJECT MASTER ver 4.0 Auto Starter echo ============================================== echo 1. Starting WSL2 Keep-Alive session... echo ============================================== start /b wsl -d Ubuntu bash -c "sleep infinity" echo. echo ============================================== echo 2. Starting Docker Compose in WSL2 Ubuntu... echo ============================================== wsl -d Ubuntu bash -c "cd '/mnt/d/40. 개발소스/04. PM/pm_ver4/trunk/PM_ver4' && docker compose up -d" echo. echo ============================================== echo 3. Starting PM ver4 Node.js Web Server... echo ============================================== cd /d "D:\40. 개발소스\04. PM\pm_ver4\trunk\PM_ver4" npm run start