liuq 5 месяцев назад
Родитель
Сommit
e2f289dfb6
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      start.bat

+ 9 - 0
start.bat

@@ -0,0 +1,9 @@
+@echo off
+chcp 65001 >nul
+echo 正在使用 PowerShell 执行 start.ps1...
+powershell.exe -ExecutionPolicy Bypass -File "%~dp0start.ps1"
+if %ERRORLEVEL% NEQ 0 (
+    echo 执行失败,错误代码: %ERRORLEVEL%
+    pause
+)
+