Need help with bat file

jimmy112

Regular Member
Joined
Apr 1, 2011
Messages
314
Reaction score
40
Hello just created a bat file for @echo off
TIMEOUT /T 6 /NOBREAK
set MOZ_NO_REMOTE=1
"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -p "profile name"
this is a firefox profile
now i want to terminate this but task kill is not able to terminate this
is there a possible way to terminate this
as i want this app to restart after a given period (interval)
 
Back
Top