更新
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user