👍[Update] Model : batchファイルのコンソールを表示しないように修正
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@echo off
|
@if not "%~0"=="%~dp0.\%~nx0" start /min cmd /c,"%~dp0.\%~nx0" %* & goto :eof
|
||||||
|
|
||||||
taskkill /im %1 /F
|
taskkill /im %1 /F
|
||||||
START "" %1
|
START "" %1
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
|
@if not "%~0"=="%~dp0.\%~nx0" start /min cmd /c,"%~dp0.\%~nx0" %* & goto :eof
|
||||||
|
|
||||||
taskkill /im %1 /F
|
taskkill /im %1 /F
|
||||||
timeout 2
|
ping -n 2 127.0.0.1 > nul
|
||||||
del /f %1
|
del /f %1
|
||||||
timeout 2
|
ping -n 2 127.0.0.1 > nul
|
||||||
rename %2 %1
|
rename %2 %1
|
||||||
timeout 2
|
ping -n 2 127.0.0.1 > nul
|
||||||
if %3 == True (
|
if %3 == True (
|
||||||
START "" %1
|
START "" %1
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user