Answer the question
In order to leave comments, you need to log in
Modifying a script on the command line?
How to make this whole thing shorter?
@echo off
cd "/D" "D:\Program Files\Furi"
start "" "C:\Program Files (x86)\RivaTuner Statistics Server\rtss.exe"
start furi.exe
timeout /t 3 /nobreak
:repeat
timeout /t 1 /nobreak
tasklist | find "Furi.exe"
if not errorlevel 1 GOTO repeat
taskkill /f /im RTSS.exe
taskkill /f /im RTSSHooksLoader64.exe
exit
tasklist | find "Furi.exe"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question