你是说正在运行的进程? #Include $Pid = ProcessExists("进程名称") ;例如explorer.exeIf $Pid = 0 Then MsgBox(0, "", "进程名称 is not running!")Else MsgBox(0, "", "进程名称 is running. Path: " & _WinAPI_GetModuleFileNameEx($Pid)) EndIf