Killrta.exe is a Windows utility which attempts to terminate an RTA running on an INtime node. Termination is attempted by first sending a TERMINATE message to the process, then (optionally) attempting to delete it if it does not respond to the message.
Syntax
killrta [-node nodename] [-force] -name processname|-proc prochandle
-node
nodename
-force
-name
processname
-proc
prochandle
Examples:
killrta -node NodeA -proc 1048
Attempt to terminate the process with the handle 1048 on node NodeA. If -node is not specified, defaults to the first local node.
killrta -name CodeEngine
Attempts to terminate the process cataloged as "CodeEngine" in the root process.
killrta -force -proc 1238
Attempts to terminate the process, then deletes it if it does not respond to the TERMINATE message.