📜  ahk 获取命令行 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:56.560000             🧑  作者: Mango

代码示例1
Winget, ID, PID ,A ; Will get the PID of the active window 
Run, %comspec% /k wmic process %ID% get Commandline | clip & exit
Tooltip, %Clipboard%