Page 1 of 1

[BUG] AHKv2.0 Process not implemented.

Posted: 30 Mar 2014, 10:32
by _3D_
AHKv2.0

Code: Select all

; Example #1:

Run Notepad.exe, , , NewPID
Process, priority, %NewPID%, High
MsgBox The newly launched notepad's PID is %NewPID%.
And void error:

Code: Select all

Error: Call to nonexistent function.
Specifically: Process

Re: [BUG] AHKv2.0 Process not implemented.  Topic is solved

Posted: 30 Mar 2014, 10:37
by fincs
Not a bug:
v2-changes wrote:Sub-commands of WinGet, WinSet and Process have been replaced with individual functions, and the main commands have been removed. Excluding the obsolete Cmd/Attribute parameter, usage is the same as before except for the following sub-commands:
(...)
Process Priority -> ProcessSetPriority, Priority, PID-or-Name
(...)
List of AHK v2 Process functions (taken from SciTE4AutoHotkey)

Re: [BUG] AHKv2.0 Process not implemented.

Posted: 30 Mar 2014, 12:48
by _3D_
ty allot for the link.