dashboard
repositories
filestore
activity
search
login
mbx
/
mb-project-wuji
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add Wuji strict note after-buy-repair results
1
2026-06-16
3d835521c8e2d98b015ddd549d0ca9ef5e2b69d2
[mbx/mb-project-wuji.git]
/
scripts
/
restore-sessions
/
open-laoan.bat
1
2
3
4
5
6
7
8
9
10
@echo off
setlocal
chcp 65001 >nul
REM Human-friendly alias for the project-wuji laoan managed Codex window.
REM This opens/reuses the existing thread only; use restore-laoan.bat when the alive PID does not match a visible old-history window.
set "SCRIPT_DIR=%~dp0"
echo [MB-X] open-laoan -> case_analysis.analyst / project-wuji.laoan
call "%SCRIPT_DIR%open-case-analysis-analyst.bat"
exit /b %ERRORLEVEL%