79223199

Date: 2024-11-25 13:23:17
Score: 1.5
Natty:
Report link

A simple batch script will do the trick, it digs deep.

@echo off
:again
taskkill /F /IM "ffmpeg.exe"
if errorlevel=0 goto end
if errorlevel=1 goto again
%SendKeys% {Enter}
:end
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rythorian Ethrovon