first commit
This commit is contained in:
9
script/start.bat
Normal file
9
script/start.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
setlocal
|
||||
cd /d %~dp0
|
||||
|
||||
REM Launch via PowerShell to avoid encoding issues with Chinese characters
|
||||
powershell -ExecutionPolicy Bypass -File start.ps1
|
||||
|
||||
timeout /t 3
|
||||
Reference in New Issue
Block a user