now i have a big problem with this method
i have 3 firefox installed on my pc and when i want to start each one with batch file i use
cd "C:\mozilla\3\"
start firefox.exe
and it works just fine but can any one tell me how to tell batch file witch mozilla to kill? like i want a batch file to close mozila number 1 and 3 (especified by location)
is taht posible?