UVK scripting commands - ->CloseProcess()

Show menu

->CloseProcess()

Syntax:

->CloseProcess(pathorname )

Description: Terminate a process.

Terminate the process created by the last <Run> command.

Parameters:

pathorname (optional) - The full path or file name of the running executable.

Remarks:

If pathorname is omited this function will kill the process created by the last <Run> command.
All automation functions must be called in the <Run> mode

Examples:

Examples:
->CloseProcess( %windir%\explorer.exe )
->CloseProcess( notepad.exe )
->CloseProcess()

Back to the list

 


 

Copyright Carifred © 2010 - 2024, all rights reserved.

Scroll to top