bah my bad... this worked:

Code:
$ProcArray		= PList($Comp)
$WinDir = %WinDir%
$Sys = $WinDir + "\System32"

FOR EACH $Proc IN $ProcArray
? $Proc + @CRLF
NEXT

sleep 5
exit



thanx, that UDF was exactly what I was looking for.