END { system qq(tasklist /v /fo LIST /fi "PID eq $$") } #### END { system qq(wmic PROCESS where "processid=$$" get * /FORMAT:LIST) }