11 lines
375 B
Batchfile
11 lines
375 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
echo.
|
|
echo ========================================================================
|
|
echo OpenClaw Precheck Tool is starting...
|
|
echo ========================================================================
|
|
echo.
|
|
echo [Note] Please do NOT close this window.
|
|
echo.
|
|
powershell -NoProfile -ExecutionPolicy Bypass -Command "& { .\\OpenClawPrecheck.ps1 }"
|