Files
Migu2.0/SimpleLite/model/agv_glb/start.bat
T

9 lines
157 B
Batchfile
Raw Normal View History

2026-06-25 11:02:22 +08:00
@echo off
chcp 65001 >nul 2>&1
cd /d "%~dp0"
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0start.ps1" %*
if errorlevel 1 (
echo.
pause
)