Commands & Syntax > Commands > System >

www.perfectkeyboard.com

 

Process KILL - < process_kill >() ... [Pro]

 

Process KILL
<process_kill>(File)
Available in: Professional edition

This command kills defined process. Killing process is different from closing application (window) using "winclose" command. Killing process may result in loss of unsaved data in the process.

 

#

Parameter name

Parameter description

1

File

Name of the executable file (example: notepad.exe) to kill or process identification number (example: 6712).

 

Example (Macro Steps):

 

1

<#> <#> This example kills Notepad

2

<#> <#>

3

Macro execution: ONLY COMMANDS

4

Process KILL "notepad.exe"

Example (Plain Text):

 

<#> This example kills Notepad

<#>

<cmds>

<process_kill>(notepad.exe)