Answers for "ahk get command line"

0

ahk get command line

Winget, ID, PID ,A ; Will get the PID of the active window 
Run, %comspec% /k wmic process %ID% get Commandline | clip & exit
Tooltip, %Clipboard%
Posted by: Guest on July-25-2021

Browse Popular Code Answers by Language