Jump to content

kill process


Recommended Posts

:(

hello ,all

i run firefox with commnadline :

"V:\toxicvn\FirefoxPortale\App\firefox.exe" -profile "V:\toxicvn\FirefoxPortale\Settings\ppp1

"V:\toxicvn\FirefoxPortale\App\firefox.exe" -profile "V:\toxicvn\FirefoxPortale\Settings\ppp2

i want kill V:\toxicvn\FirefoxPortale\App\firefox.exe" -profile "V:\toxicvn\FirefoxPortale\Settings\ppp1

i see use ProcessClose(firefox.exe) but it kill (firefox _ ppp2)

if use

$list = ProcessList(firefox.exe)

for $i = 1 to $list[0][0]

msgbox(0, $list[$i][0], $list[$i][1])

next

i can't see : which is firefox _ppp1 ?

have anyway to kill (firefox _ ppp1) when run both ?

thanks

Link to comment
Share on other sites

- Edit

You want to kill that particular profile for firefox.

PID's have a way of changing. Not sure how to do that - sorry.

- edit 2

from:

Documents and Settings\"username"\Application Data\Mozilla\Firefox\profile.ini

------------------------------

[General]

StartWithLastProfile=1

[Profile0]

Name=default

IsRelative=1

Path=Profiles/dt97sivv.default

------------------------------

Seems to me that one could change profiles this way

.

Edited by ripdad

"The mediocre teacher tells. The Good teacher explains. The superior teacher demonstrates. The great teacher inspires." -William Arthur Ward

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...