0
0
Fork 0
This repository has been archived on 2026-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
Classroom-Assistant/start.bat

5 lines
96 B
Batchfile

@echo off
cd /d "%~dp0"
set TZ=Asia/Shanghai
start /min cmd /c "npm start >nul 2>&1 & exit"
exit