This commit is contained in:
Your Name
2026-07-17 09:24:47 +08:00
commit 530e7f839d
4353 changed files with 731879 additions and 0 deletions
@@ -0,0 +1,9 @@
@echo off
cd /d "%~dp0"
for %%F in ("%~dp0*.exe") do (
"%%~fF"
if errorlevel 1 pause
exit /b %ERRORLEVEL%
)
echo exe not found
pause
@@ -0,0 +1,16 @@
@echo off
cd /d "%~dp0"
for %%F in ("%~dp0*.exe") do (
"%%~fF" --install-browser
exit /b %ERRORLEVEL%
)
echo 未找到 exe
pause
@@ -0,0 +1,9 @@
@echo off
cd /d "%~dp0"
for %%F in ("%~dp0*.exe") do (
"%%~fF"
if errorlevel 1 pause
exit /b %ERRORLEVEL%
)
echo exe not found
pause