@echo off chcp 65001 >nul cd /d "%~dp0" echo 沙盒根目錄:%CD% echo [Viewer] 專用埠(與 8080 分開):雙擊 OPEN_DTI_VIEWER_HERE.bat 會用 28401 echo [Viewer] 本 bat 使用埠 8765;純英文路徑: echo http://127.0.0.1:8765/dti_neuropath/fiber_viewer.html echo [Viewer] 亦可(若編碼正常): echo http://127.0.0.1:8765/寅/fiber_viewer.html echo 請用「選擇檔案」開 乙\ 內 .json 或 .trk echo 按 Ctrl+C 停止 py -3.11 -m http.server 8765 if errorlevel 1 python -m http.server 8765 pause