openclaw/CUsers15622Desktop测试.bat
Claude Code 286f6f43a7 docs: add comprehensive cluster configuration
Add complete Moltbot distributed cluster setup:
- 6 documentation files (33KB)
- Deployment tools and scripts
- Configuration templates
- Status dashboard

See CLUSTER-CONFIG-SUMMARY.md for details.
2026-01-29 16:43:13 +08:00

8 lines
120 B
Batchfile

@echo off
echo Test started...
cd /d D:\workspace\moltbot
echo Current directory: %CD%
echo Node path:
where node
pause