Page 1 of 1

Terminate process, wrong path?

Posted: Tue Dec 23, 2014 10:23 am
by ira
Processes(fn).Terminate;

fn is d:\explorer.exe

Run the program, explorer.exe in C:\Windows also got killed.

Solution?

Thanks.

Re: Terminate process, wrong path?

Posted: Tue Jan 20, 2015 7:49 pm
by madshi
Which OS are we talking about? Can you reproduce this with a small test project?

Re: Terminate process, wrong path?

Posted: Thu Jan 29, 2015 7:38 am
by ira
Tried on Windows 7 Ultimate SP1 x64.

Rename any program to explorer.exe and put it on d:, run it, kill with Processes('d:\explorer.exe').Terminate;

Explorer.exe in C:\Windows folder also got killed.

Re: Terminate process, wrong path?

Posted: Tue Mar 03, 2015 2:09 pm
by madshi
This problem should be fixed in the next build (should be released in a couple of days).