* wildcards
September 3, 2011
What i want is to close all process with "name+any numbers.exe" like name1.exe, name2.exe. $check = ProcessExists("name*.exe") ProcessClose($check) but not working any other way to do that? Sry for my bad english.
1 reply