@echo offtasklist | find /i "speedfan.exe"if "%errorlevel%"=="1" (goto f) else (goto e):fecho [ %time:~,-3% ]不存在進程speedfan.exestart "" "D:\SpeedFan\speedfan.exe"exit:eecho [ %time:~,-3% ]存在進程speedfan.exetaskkill /f /im cmd.exeide