Macro Name: @AutoItPID
Returns the Process identifier (PID) of the current script or compiled executable.
Example:
Returns the Process identifier (PID) of the current script or compiled executable.
Example:
#include <MsgBoxConstants.au3>
;Display Process Identifier (PID)
MsgBox($MB_SYSTEMMODAL, "Process Identifier", @AutoItPID)
;Display Process Identifier (PID)
MsgBox($MB_SYSTEMMODAL, "Process Identifier", @AutoItPID)
- AutoIt - Get Script Name (Process Name)
- AutoIt - Get Script (or Executable) Folder Path
- AutoIt - Get Script (or Executable) Path Including Script Name
- AutoIt - Get Script Line Number Being Executed
- AutoIt - Get Current Working Directory
Interesting? Share and Let Others Know.
Post a Comment