lnd
04-01-2009, 05:39 AM
processes = System.EnumerateProcesses();
for j, file_path in processes do
file = String.SplitPath(file_path);
if (String.Lower(file.Filename..file.Extension)) == "Babylon.exe" then
System.TerminateProcess(j);
end
end
for j, file_path in processes do
file = String.SplitPath(file_path);
if (String.Lower(file.Filename..file.Extension)) == "Babylon.exe" then
System.TerminateProcess(j);
end
end