@echo off rem 3D 티칭 뷰어 실행기 — 서버를 켜고 올바른 주소로 브라우저를 엽니다. rem HTML 파일을 직접 더블클릭하면 로봇이 안 뜹니다. 반드시 이 파일로 실행하세요. cd /d "%~dp0" tasklist /fi "imagename eq python.exe" | find /i "python" >nul start "DZW서버" /min python dzw_server.py 8090 timeout /t 2 /nobreak >nul start http://localhost:8090/DOZIKWORKS_OS_v5_locked.dc.html