====== ProcessTerminate ====== ProcessTerminate [/F] [/EV-] [/TT] [/A] [/W[:####]] [ [... ]] Closes one or more processes. Please note that the options apply to all processes listed in the command. **Parameters** |< 100% 15% >| |var|Name of the variable that will receive the value.| |process|Process name. May contain variables and environment variables.| **Switches** |< 100% 15% >| |/EV-|Disables the use of environment variables in the text.| |/F|Use a comparison of the full path to the file.| |/TT|Closes process tree, ie the process itself and all it's child processes.| |/W[:xxxx]|Before closing processes, first tries to close the process's window. Standard completion timeout --- 1000 ms. After the option can optionally be present number specifying a timeout, for example: /W:5000.| |/A|Close all processes with the given name (otherwise only the first).|