jimmy112
Regular Member
- Apr 1, 2011
- 314
- 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)
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)