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.
8 lines
120 B
Batchfile
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
|