Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
find and kill process by window title
#2
Code:
Copy      Help
;1 window
int w1 = win("*WordPad" "WordPadClass" "" 1)
if(w1) ShutDownProcess w1

;all windows
ARRAY(int) a
win "*WordPad" "WordPadClass" "" 1 "" a
for _i 0 a.len
,outw a[_i]
,ShutDownProcess a[_i]


Messages In This Thread
find and kill process by window title - by jps01 - 02-06-2023, 12:31 PM
RE: find and kill process by window title - by Gintaras - 02-06-2023, 01:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)