Closing BitComet with .bat

Hello, I need to close running BitComet with a bat file. How to do it properly? Something tells me that it is too rude to use “taskkill /f /im BitComet.exe”

I use Win XP SP 3

BitComet ver 1.27 stable

bc commandline.jpg

Maybe you could leave out the ‘/f’ and see if it then closes gracefully rather than forcefully.

Use the following commandline to exit bitcomet.

bitcomet.exe --exit

Here is a list of additional CL options

/monthly_08_2011/post-1287-13123298954264.jpg" rel=“”>

thanks, the --exit key definitely works