Delete setup.bat

This commit is contained in:
方糖 2026-02-27 15:26:13 +08:00 committed by GitHub
parent ed931c5a1e
commit 721e8668f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,22 +0,0 @@
@echo off
echo ========================================
echo PicoClaw Windows Setup Wizard
echo ========================================
echo.
REM Stop any running gateway instances
echo Stopping existing gateway instances...
taskkill /F /IM picoclaw.exe >nul 2>&1
if exist "%USERPROFILE%\.picoclaw\workspace\gateway.lock" del /F /Q "%USERPROFILE%\.picoclaw\workspace\gateway.lock" >nul 2>&1
echo.
echo Starting setup wizard...
echo.
PowerShell -NoProfile -ExecutionPolicy Bypass -File "%~dp0setup-wizard.ps1"
echo.
echo Tip: Press Ctrl+C to stop the service
echo.
pause